GET api/Payments/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Payments| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentID | integer |
None. |
|
| UserID | integer |
None. |
|
| ReasonID | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| NationalCode | string |
None. |
|
| Mobile | string |
None. |
|
| Address | string |
None. |
|
| EconomicCode | string |
None. |
|
| DocumentNumber | string |
None. |
|
| TransferTo | string |
None. |
|
| Amount | decimal number |
None. |
|
| PaymentDate | date |
None. |
|
| IsConfirmed | boolean |
None. |
|
| ConfirmedAt | date |
None. |
|
| CreatedAt | date |
None. |
|
| UpdatedAt | date |
None. |
|
| PaymentReasons | PaymentReasons |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.