POST api/Invoice/GetApproverInvoices

Request Information

URI Parameters

None.

Body Parameters

ApproverInvoicesDTO
NameDescriptionTypeAdditional information
ReccId

integer

None.

Action

string

None.

VendorID

integer

None.

fromDate

date

None.

toDate

date

None.

POnumber

string

None.

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ReccId": 1,
  "Action": "sample string 2",
  "VendorID": 3,
  "fromDate": "2023-06-02T21:00:10.9037644+05:30",
  "toDate": "2023-06-02T21:00:10.9037644+05:30",
  "POnumber": "sample string 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 'ApproverInvoicesDTO'.

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": {}
}