POST api/OdeAl?db={db}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| db | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HesapSonucResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Tarife | AboneTarifeRow |
None. |
|
| GecenSure | string |
None. |
|
| ToplamUcret | decimal number |
None. |
|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Tarife": null,
"GecenSure": "sample string 1",
"ToplamUcret": 2.0,
"Succeeded": true,
"Message": "sample string 4",
"Id": 5
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.