POST api/crm/Insert
Request Information
URI Parameters
None.
Body Parameters
PipeLineInsertDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IDKlijenta | integer |
None. |
|
| IDKupca | integer |
None. |
|
| IDAktivnosti | integer |
None. |
|
| IDStatusa | integer |
None. |
|
| Datum | date |
None. |
|
| IDOperatera | integer |
None. |
|
| Napomena | string |
None. |
|
| Godina | integer |
None. |
|
| IsTask | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDKlijenta": 1,
"IDKupca": 2,
"IDAktivnosti": 3,
"IDStatusa": 4,
"Datum": "2026-05-31T23:42:45.9045708+02:00",
"IDOperatera": 6,
"Napomena": "sample string 7",
"Godina": 1,
"IsTask": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.