POST api/Invoice/GetValidateInvoice

Request Information

URI Parameters

None.

Body Parameters

GetValidateInvoiceDTO
NameDescriptionTypeAdditional information
POID

integer

Required

InvoiceDate

date

None.

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "POID": 1,
  "InvoiceDate": "2023-05-30T14:04:11.0157426+05:30",
  "Domain": "sample string 3"
}

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

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