POST api/v1/values/waitingtasks?crmID={crmID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| crmID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CF_BEKLEYEN_GOREV| 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. |
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:25:45.6904629+03:00",
"BITIS_TARIHI": "2025-11-03T09:25:45.6904629+03:00",
"KUL_ID": 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:25:45.6904629+03:00",
"BITIS_TARIHI": "2025-11-03T09:25:45.6904629+03:00",
"KUL_ID": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfCF_BEKLEYEN_GOREV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFAndroidService.Models">
<CF_BEKLEYEN_GOREV>
<BASLAMA_TARIHI>2025-11-03T09:25:45.6904629+03:00</BASLAMA_TARIHI>
<BITIS_TARIHI>2025-11-03T09:25:45.6904629+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>
</CF_BEKLEYEN_GOREV>
<CF_BEKLEYEN_GOREV>
<BASLAMA_TARIHI>2025-11-03T09:25:45.6904629+03:00</BASLAMA_TARIHI>
<BITIS_TARIHI>2025-11-03T09:25:45.6904629+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>
</CF_BEKLEYEN_GOREV>
</ArrayOfCF_BEKLEYEN_GOREV>