PUT api/crm/Update/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PipeLineUpdateDto| 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. |
Request Formats
application/json, text/json
Sample:
{
"IDKlijenta": 1,
"IDKupca": 1,
"IDAktivnosti": 1,
"IDStatusa": 1,
"Datum": "2026-05-31T23:43:27.3067153+02:00",
"IDOperatera": 1,
"Napomena": "sample string 1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.