GET api/Orders/vendor/{userId}/GetTrackingSlip/{orderId}
Get Generated TrackingSlip Doc.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId |
Order Id |
integer |
Required |
| userId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PackingSlipUriViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
None. |
|
| Uri | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"orderId": 1,
"uri": "sample string 2"
}