Wireless eBonding

Version 1.0.0 (latest)

Wireless eBonding

Version 1.0.0 (latest)

Order Status

Version 1.0.0
download iconDownload spec

Endpoint

POST
https://serverRoot/api/orderingMobility/v1/orderStatus/{orderType}

Order Status requests can be used for the following types of orders: StoreOrder, CareOrder.

arrowRequest

Path Parameters

    Header Parameters

              Body Parameters

              Responses

              arrowBody

              application/json

              REQUEST

              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              17
              18
              19
              20
              21
              curl --request POST \
                   --url https://serverroot/api/orderingMobility/v1/orderStatus/string \
                   --header 'Accept: string' \
                   --header 'Content-Length: integer' \
                   --header 'X-ATT-ClientId: string' \
                   --header 'X-ATT-ConversationId: string' \
                   --header 'X-ATT-MessageId: string' \
                   --header 'content-type: application/json' \
                   --data '
              {
                "orderStatusRequest": {
                  "orderId": "10-123456789012345",
                  "rangeDate": {
                    "startDate": "MM/DD/YYYY",
                    "endDate": "MM/DD/YYYY"
                  },
                  "accountGroupId": "73001012763",
                  "offlineOrderPayloadId": "12345678901234567890_pld"
                }
              }
              '

              RESPONSE

              1
              2
              3
              4
              5
              6
              7
              8
              {
                "orderStatusResponse": {
                  "status": [
                    {}
                  ],
                  "statusType": "StoreOrder"
                }
              }