POST api/company/Payments
Request Information
URI Parameters
None.
Body Parameters
CompanyInvoiceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyName | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyName": "sample string 1",
"FromDate": "2025-12-12T17:47:00.4874909-05:00",
"ToDate": "2025-12-12T17:47:00.4874909-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.