POST api/Envelope/SendEnvelope

Request Information

URI Parameters

None.

Body Parameters

EnvelopeToBeSentRequest
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.