# AcceptAwaitingContractReturn

PATH: /aurora.core.apiengine.contractsv1.ContractService/AcceptAwaitingContractReturn

Endpoint: POST /aurora.core.apiengine.contractsv1.ContractService/AcceptAwaitingContractReturn
Version: v1.23.0
Security: Bearer

## Request fields (application/json):

  - `id` (string, required)
    Return identifier (persistent identifier inside Aurora system for the return)

  - `request_id` (string)
    An optional identifier provided by the user to help associate the order request any internal record keeping.
If the same value is observed recently then the request will be rejected.

## Response 200 fields (application/json):

  - `id` (string, required)
    Return identifier (persistent identifier inside Aurora system for the return)


