GET v1/dealer/{dealerId}/ddc/orders/{status}
Gets the order status from Dss Trader Services
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dealerId |
The dealer identifier |
string |
Required |
status |
Status filter. Default is Active |
string |
Default value is ACTIVE |
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.