POST api/Invoice/GetInvoicePaidDetails
Request Information
URI Parameters
None.
Body Parameters
GetInvoicePaidDetailsDTOName | Description | Type | Additional information |
---|---|---|---|
month | integer |
None. |
|
year | integer |
None. |
|
dtPaymentProcessed | date |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "month": 1, "year": 2, "dtPaymentProcessed": "2023-06-02T21:40:45.9347396+05:30", "Domain": "sample string 4" }
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": {} }