GET api/Pts?db={db}&TarifeId={TarifeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| db | string |
Required |
|
| TarifeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TarifeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Tarife | AboneTarifeRow |
None. |
|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Tarife": null,
"Succeeded": true,
"Message": "sample string 2",
"Id": 3
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.