POST
orderhistory-post
It is a request to get the Order History details like OrderHistoryId, OrderStatus,Statusdate,Username of all states the order went through for a specific OrderId of the Verizon network Circuit.
This API provides various intermediate steps involved to complete a DNM order for a specific OrderId .
Resource URL
Environment | URL |
---|---|
Production |
https://digitalconnectproxy.verizon.com:443/DynamicBandwidth/privateip/orderhistory |
Test |
https://digitalconnectproxyuat.verizon.com/DynamicBandwidthTest/privateip/orderhistory |
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
Request Body Parameters
Attribute Name | Type | Description |
---|---|---|
orderId (required) | string(50) | Order Id for a specific Circuit Id. Example: 2XXX4XXX. |
Attribute Name | Type | Description |
---|---|---|
Status | String | |
orderDetails | Object |
Response Body Parameters
Attribute Name | Type | Description |
---|---|---|
orderId (required) | string(50) | Order Id for a specific Circuit Id. Example: 2XXX4XXX. |
Attribute Name | Type | Description |
---|---|---|
Status | String | |
orderDetails | Object |
Body Parameters
Sample Request
Please login to send the sample request and get a reponse back.
Working...