POST api/v1/POListForChallan

Request Information

URI Parameters

None.

Body Parameters

POListInput
NameDescriptionTypeAdditional information
Mode

string

None.

ID

integer

None.

PONO

string

None.

StartDate

date

None.

EndDate

date

None.

StoreID

integer

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "ID": 2,
  "PONO": "sample string 3",
  "StartDate": "2025-12-06T09:31:07.2523948+05:30",
  "EndDate": "2025-12-06T09:31:07.2523948+05:30",
  "StoreID": 4,
  "UserID": 5
}

application/xml, text/xml

Sample:
<POListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <EndDate>2025-12-06T09:31:07.2523948+05:30</EndDate>
  <ID>2</ID>
  <Mode>sample string 1</Mode>
  <PONO>sample string 3</PONO>
  <StartDate>2025-12-06T09:31:07.2523948+05:30</StartDate>
  <StoreID>4</StoreID>
  <UserID>5</UserID>
</POListInput>

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

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.