POST api/v1/values/tasks?crmID={crmID}&customerName={customerName}&date1={date1}&date2={date2}&state={state}&crmTaskCode={crmTaskCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| crmID | integer |
Required |
|
| customerName | string |
Required |
|
| date1 | string |
Required |
|
| date2 | string |
Required |
|
| state | integer |
Required |
|
| crmTaskCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_GOREVLER| Name | Description | Type | Additional information |
|---|---|---|---|
| GOREV_ID | decimal number |
None. |
|
| MUST_KODU | string |
String length: inclusive between 0 and 30 |
|
| MUST_ADI | string |
String length: inclusive between 0 and 50 |
|
| KONU | string |
String length: inclusive between 0 and 250 |
|
| DETAY | string |
String length: inclusive between 0 and 5000 |
|
| BASLAMA_TARIHI | date |
None. |
|
| BITIS_TARIHI | date |
None. |
|
| KUL_ID | decimal number |
None. |
|
| SON_DURUMU | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GOREV_ID": 1.0,
"MUST_KODU": "sample string 2",
"MUST_ADI": "sample string 3",
"KONU": "sample string 4",
"DETAY": "sample string 5",
"BASLAMA_TARIHI": "2025-11-03T09:26:58.468983+03:00",
"BITIS_TARIHI": "2025-11-03T09:26:58.468983+03:00",
"KUL_ID": 1.0,
"SON_DURUMU": 1.0
},
{
"GOREV_ID": 1.0,
"MUST_KODU": "sample string 2",
"MUST_ADI": "sample string 3",
"KONU": "sample string 4",
"DETAY": "sample string 5",
"BASLAMA_TARIHI": "2025-11-03T09:26:58.468983+03:00",
"BITIS_TARIHI": "2025-11-03T09:26:58.468983+03:00",
"KUL_ID": 1.0,
"SON_DURUMU": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfCF_GOREVLER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
<CF_GOREVLER>
<BASLAMA_TARIHI>2025-11-03T09:26:58.468983+03:00</BASLAMA_TARIHI>
<BITIS_TARIHI>2025-11-03T09:26:58.468983+03:00</BITIS_TARIHI>
<DETAY>sample string 5</DETAY>
<GOREV_ID>1</GOREV_ID>
<KONU>sample string 4</KONU>
<KUL_ID>1</KUL_ID>
<MUST_ADI>sample string 3</MUST_ADI>
<MUST_KODU>sample string 2</MUST_KODU>
<SON_DURUMU>1</SON_DURUMU>
</CF_GOREVLER>
<CF_GOREVLER>
<BASLAMA_TARIHI>2025-11-03T09:26:58.468983+03:00</BASLAMA_TARIHI>
<BITIS_TARIHI>2025-11-03T09:26:58.468983+03:00</BITIS_TARIHI>
<DETAY>sample string 5</DETAY>
<GOREV_ID>1</GOREV_ID>
<KONU>sample string 4</KONU>
<KUL_ID>1</KUL_ID>
<MUST_ADI>sample string 3</MUST_ADI>
<MUST_KODU>sample string 2</MUST_KODU>
<SON_DURUMU>1</SON_DURUMU>
</CF_GOREVLER>
</ArrayOfCF_GOREVLER>