Create Order
Version v1
Endpoint
POST
Contact DL-APS_API_Services@att.com to get Endpoint details /order-apex
Copy
This API allows users to process order details and create a new order.
Header Parameters
- content-typestringRequiredapplication/jsonExample: application/json
- acceptstringSpecifies the format of the response message body. Structured text message payloads are required to support application/json.Example: application/json
- x-trace-idstringRequiredThis field is used for passing a trace ID between API hops for end-to-end traceability.Example: givingXTracing123456
- x-transaction-idstringThis field is used for passing a traceable Id to uniquely identify the transactions.Example: 1234
- client_idstringRequiredThis field represents the client id.
- client_secretstringRequiredThis field represents the client secret.
- sourcestringThis field should identify the calling system/application.
Body Parameters
- object
- quoteIdstringRequiredUnique identifier for the quote record.Example: 0Q0dx000002Y7ifCAC
- checkT&CbooleanRequiredBoolean flag indicating whether terms and conditions have been checked/validated.Example: true
- contactsobjectRequired
Responses
Your request was processed successfully
Body
application/json
- objectRequired
- orderIdstringUnique identifier for the overall order.Example: 801dx00000XWPy1AAH
- statusstringCurrent status of the order.Example: Success
- statusMessagestringAdditional message describing the status of the order.Example: Success
- subOrderobject