POST notification/test
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-14T17:24:08.3784219+03:00",
"R": "sample string 5"
}
application/xml, text/xml
Sample:
<ApiResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_tur_mobil_core.Models.Request"> <DATE>2026-07-14T17:24:08.3784219+03:00</DATE> <MESSAGE>sample string 3</MESSAGE> <R>sample string 5</R> <STATUS>true</STATUS> <STATUS_CODE>2</STATUS_CODE> </ApiResultOfstring>