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