POST api/v2/values/tasks?crmID={crmID}&customerName={customerName}&date1={date1}&date2={date2}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
crmID | integer |
Required |
|
customerName | string |
Required |
|
date1 | string |
Required |
|
date2 | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_GOREVLERName | 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": "2024-11-13T02:57:08.2268615+03:00", "BITIS_TARIHI": "2024-11-13T02:57:08.2268615+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": "2024-11-13T02:57:08.2268615+03:00", "BITIS_TARIHI": "2024-11-13T02:57:08.2268615+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>2024-11-13T02:57:08.2268615+03:00</BASLAMA_TARIHI> <BITIS_TARIHI>2024-11-13T02:57:08.2268615+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>2024-11-13T02:57:08.2268615+03:00</BASLAMA_TARIHI> <BITIS_TARIHI>2024-11-13T02:57:08.2268615+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>