POST proje-arac/sozlesme-pasif
Request Information
URI Parameters
None.
Body Parameters
SozlesmePasifRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PA_IDS | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PA_IDS": [
1,
2
]
}
application/xml, text/xml
Sample:
<SozlesmePasifRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.ProjeArac">
<PA_IDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</PA_IDS>
</SozlesmePasifRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-29T20:59:31.8129807+03:00",
"R": 5
}
application/xml, text/xml
Sample:
<ApiResultOfint 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:59:31.8129807+03:00</DATE> <MESSAGE>sample string 3</MESSAGE> <R>5</R> <STATUS>true</STATUS> <STATUS_CODE>2</STATUS_CODE> </ApiResultOfint>