POST Api/BorcGetirParcali
Request Information
URI Parameters
None.
Body Parameters
JsonParkResultSuccess| Name | Description | Type | Additional information |
|---|---|---|---|
| PlakaNo | string |
None. |
|
| Count | integer |
None. |
|
| Amount | decimal number |
None. |
|
| ResultDate | string |
None. |
|
| Result | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PlakaNo": "sample string 1",
"Count": 2,
"Amount": 3.1,
"ResultDate": "sample string 4",
"Result": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of JsonParkResultSuccessParcali| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PlakaNo | string |
None. |
|
| Amount | decimal number |
None. |
|
| ResultDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"PlakaNo": "sample string 2",
"Amount": 3.1,
"ResultDate": "sample string 4"
},
{
"$ref": "1"
}
]