GET firma-paket/for-cache
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-29T20:56:59.4432415+03:00",
"R": [
1,
2
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfintuHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Request">
<DATE>2026-07-29T20:56:59.4432415+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfArrayOfintuHEDJ7Dj>