POST api/Payment/SavePayment
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
