POST api/Discharging/FinishNoTrackingNumberEnvelope
Request Information
URI Parameters
None.
Body Parameters
FinishNoTrackingEnvelopeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceNo | string |
None. |
|
| SmallLabels | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceNo": "sample string 1",
"SmallLabels": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.