GET api/Payment/GetAllPaymentByServiceCompany/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentId | integer |
None. |
|
| ServiceCompanyId | integer |
None. |
|
| PaymentAmount | decimal number |
None. |
|
| PaidDate | date |
None. |
|
| PaymentFrom | date |
None. |
|
| PaymentTo | date |
None. |
|
| ServiceCompanyDto | ServiceCompanyDto |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
