POST api/sale/post-delivered-invoice

Request Information

URI Parameters

None.

Body Parameters

DeliveryData
NameDescriptionTypeAdditional information
Tokan

string

None.

UserSeq

integer

None.

SeqNo

integer

None.

PickedUpBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Tokan": "sample string 1",
  "UserSeq": 2,
  "SeqNo": 3,
  "PickedUpBy": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeliveryData'.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

VALUE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "VALUE": "sample string 3"
}