PUT operation/PutCompanyOperation
Request Information
URI Parameters
None.
Body Parameters
CompanyOperationsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Guid | globally unique identifier |
None. |
|
| Campaign | integer |
None. |
|
| CompanyOperationsStatusGuid | globally unique identifier |
None. |
|
| OperationCanceled | boolean |
None. |
|
| OperationNotDone | boolean |
None. |
|
| CompanyGuid | globally unique identifier |
None. |
|
| OperationGuid | globally unique identifier |
None. |
|
| BudgetClosed | boolean |
None. |
|
| BudgetClosedDate | date |
None. |
|
| BudgetClosedAuthorGuid | globally unique identifier |
None. |
|
| ImplantationClosed | boolean |
None. |
|
| ImplantationClosedDate | date |
None. |
|
| ImplantationClosedAuthorGuid | globally unique identifier |
None. |
|
| PosClosed | boolean |
None. |
|
| PosClosedDate | date |
None. |
|
| PosClosedAuthorGuid | globally unique identifier |
None. |
|
| PrecoClosed | boolean |
None. |
|
| PrecoClosedDate | date |
None. |
|
| PrecoClosedAuthorGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Guid": "f3b8fcc0-7d9d-4769-872e-63cab7d52f86",
"Campaign": 1,
"CompanyOperationsStatusGuid": "44fcd9bd-3898-4a7f-9d17-ffd7e17e64c5",
"OperationCanceled": true,
"OperationNotDone": true,
"CompanyGuid": "a20b940a-f1aa-41b7-a96e-5bb170e94e94",
"OperationGuid": "fba9c939-5a1d-42e7-bb01-e5fa379bb182",
"BudgetClosed": true,
"BudgetClosedDate": "2026-05-21T09:09:26.078652+02:00",
"BudgetClosedAuthorGuid": "3c009f57-f36d-4b4f-9db6-282143554685",
"ImplantationClosed": true,
"ImplantationClosedDate": "2026-05-21T09:09:26.0796488+02:00",
"ImplantationClosedAuthorGuid": "fb8bb1b5-2930-4fdb-9281-25905bf60af3",
"PosClosed": true,
"PosClosedDate": "2026-05-21T09:09:26.0796488+02:00",
"PosClosedAuthorGuid": "69e6e7ab-7552-4e1b-b0e7-315466367d58",
"PrecoClosed": true,
"PrecoClosedDate": "2026-05-21T09:09:26.0796488+02:00",
"PrecoClosedAuthorGuid": "a15afde3-4362-43c6-acf5-98fb5400a7a4"
}
application/xml, text/xml
Sample:
<CompanyOperationsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <BudgetClosed>true</BudgetClosed> <BudgetClosedAuthorGuid>3c009f57-f36d-4b4f-9db6-282143554685</BudgetClosedAuthorGuid> <BudgetClosedDate>2026-05-21T09:09:26.078652+02:00</BudgetClosedDate> <Campaign>1</Campaign> <CompanyGuid>a20b940a-f1aa-41b7-a96e-5bb170e94e94</CompanyGuid> <CompanyOperationsStatusGuid>44fcd9bd-3898-4a7f-9d17-ffd7e17e64c5</CompanyOperationsStatusGuid> <Guid>f3b8fcc0-7d9d-4769-872e-63cab7d52f86</Guid> <Id>1</Id> <ImplantationClosed>true</ImplantationClosed> <ImplantationClosedAuthorGuid>fb8bb1b5-2930-4fdb-9281-25905bf60af3</ImplantationClosedAuthorGuid> <ImplantationClosedDate>2026-05-21T09:09:26.0796488+02:00</ImplantationClosedDate> <OperationCanceled>true</OperationCanceled> <OperationGuid>fba9c939-5a1d-42e7-bb01-e5fa379bb182</OperationGuid> <OperationNotDone>true</OperationNotDone> <PosClosed>true</PosClosed> <PosClosedAuthorGuid>69e6e7ab-7552-4e1b-b0e7-315466367d58</PosClosedAuthorGuid> <PosClosedDate>2026-05-21T09:09:26.0796488+02:00</PosClosedDate> <PrecoClosed>true</PrecoClosed> <PrecoClosedAuthorGuid>a15afde3-4362-43c6-acf5-98fb5400a7a4</PrecoClosedAuthorGuid> <PrecoClosedDate>2026-05-21T09:09:26.0796488+02:00</PrecoClosedDate> </CompanyOperationsInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |