POST api/Invoice/GetValidateInvoice
Request Information
URI Parameters
None.
Body Parameters
GetValidateInvoiceDTOName | Description | Type | Additional 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:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }