POST api/Invoice/GetApproverPO

Request Information

URI Parameters

None.

Body Parameters

ApproverPODTO
NameDescriptionTypeAdditional information
ReccId

integer

Required

Action

string

Required

fromDate

date

None.

toDate

date

None.

PONumber

string

None.

VendorID

integer

None.

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ReccId": 1,
  "Action": "sample string 2",
  "fromDate": "2023-06-02T20:22:55.138728+05:30",
  "toDate": "2023-06-02T20:22:55.138728+05:30",
  "PONumber": "sample string 5",
  "VendorID": 6,
  "Domain": "sample string 7"
}

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

Response Information

Resource Description

Message
NameDescriptionTypeAdditional information
ResponseFlag

integer

None.

ResponseMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseFlag": 1,
  "ResponseMessage": "sample string 2",
  "Data": {}
}