POST api/v1/ProdDispatchSaveNew

Request Information

URI Parameters

None.

Body Parameters

POSDispatchListInput
NameDescriptionTypeAdditional information
Mode

string

None.

DispatchDate

date

None.

OutletID

integer

None.

DispatchType

string

None.

JsonStock

string

None.

DispatchID

integer

None.

FactoryID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "DispatchDate": "2025-12-06T09:56:08.299624+05:30",
  "OutletID": 3,
  "DispatchType": "sample string 4",
  "JsonStock": "sample string 5",
  "DispatchID": 6,
  "FactoryID": 7
}

application/xml, text/xml

Sample:
<POSDispatchListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <DispatchDate>2025-12-06T09:56:08.299624+05:30</DispatchDate>
  <DispatchID>6</DispatchID>
  <DispatchType>sample string 4</DispatchType>
  <FactoryID>7</FactoryID>
  <JsonStock>sample string 5</JsonStock>
  <Mode>sample string 1</Mode>
  <OutletID>3</OutletID>
</POSDispatchListInput>

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 'POSDispatchListInput'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.