POST api/v1/RequisitionDelete

Request Information

URI Parameters

None.

Body Parameters

ReqListInput
NameDescriptionTypeAdditional information
Mode

string

None.

ReqID

integer

None.

ReqNO

string

None.

ReqDate

date

None.

FactoryID

integer

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "ReqID": 2,
  "ReqNO": "sample string 3",
  "ReqDate": "2025-12-06T09:26:02.9242791+05:30",
  "FactoryID": 4,
  "UserID": 5
}

application/xml, text/xml

Sample:
<ReqListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <FactoryID>4</FactoryID>
  <Mode>sample string 1</Mode>
  <ReqDate>2025-12-06T09:26:02.9242791+05:30</ReqDate>
  <ReqID>2</ReqID>
  <ReqNO>sample string 3</ReqNO>
  <UserID>5</UserID>
</ReqListInput>

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

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.