POST api/v1/DispWOFinalDispPrint

Request Information

URI Parameters

None.

Body Parameters

DispWOFinalDispReportInput
NameDescriptionTypeAdditional information
OnDate

date

None.

FactoryID

integer

None.

OutletID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OnDate": "2025-12-06T09:30:43.6431456+05:30",
  "FactoryID": 2,
  "OutletID": 3
}

application/xml, text/xml

Sample:
<DispWOFinalDispReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <FactoryID>2</FactoryID>
  <OnDate>2025-12-06T09:30:43.6431456+05:30</OnDate>
  <OutletID>3</OutletID>
</DispWOFinalDispReportInput>

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

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.