POST api/Payment/PaymentReport
Request Information
URI Parameters
None.
Body Parameters
RequestPaymentReport| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchValue | string |
None. |
|
| CompanyId | integer |
None. |
|
| StatusName | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| MethodOfPayment | string |
None. |
|
| userPrincipalName | string |
None. |
|
| connectionString | string |
None. |
|
| SecretId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchValue": "sample string 1",
"CompanyId": 2,
"StatusName": "sample string 3",
"StartDate": "2026-02-04T09:50:31.3507171+07:00",
"EndDate": "2026-02-04T09:50:31.3507171+07:00",
"MethodOfPayment": "sample string 6",
"userPrincipalName": "sample string 7",
"connectionString": "sample string 8",
"SecretId": null
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |