POST api/Envelope/v2/SendEnvelope
Request Information
URI Parameters
None.
Body Parameters
EnvelopeToBeSentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceId | integer |
None. |
|
| ServiceName | string |
None. |
|
| SmallLabels | Collection of SmallLabelDto |
None. |
|
| GoingFedexTrackingNo | string |
None. |
|
| ReturnFedexTrackingNo | string |
None. |
|
| WorkingDays | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceId": 1,
"ServiceName": "sample string 2",
"SmallLabels": [
{
"SmallLabel": "sample string 1",
"InvoiceNo": "sample string 2"
},
{
"SmallLabel": "sample string 1",
"InvoiceNo": "sample string 2"
}
],
"GoingFedexTrackingNo": "sample string 3",
"ReturnFedexTrackingNo": "sample string 4",
"WorkingDays": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.