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": "047a8537-22b7-4cf0-b5b6-1da811250b71",
"Campaign": 1,
"CompanyOperationsStatusGuid": "d0dc27b8-47d3-45e9-890c-fa652a5a5852",
"OperationCanceled": true,
"OperationNotDone": true,
"CompanyGuid": "e1a7d235-50b0-44dd-9b9a-ec933f6176a5",
"OperationGuid": "ffd7fd9c-7143-4bf2-9024-58831c592c27",
"BudgetClosed": true,
"BudgetClosedDate": "2026-06-30T20:28:30.4540587+02:00",
"BudgetClosedAuthorGuid": "373ea0ee-c23f-4444-86bc-0f406fa11d13",
"ImplantationClosed": true,
"ImplantationClosedDate": "2026-06-30T20:28:30.4540587+02:00",
"ImplantationClosedAuthorGuid": "8cfd8889-2d7a-4731-9712-1ed7be5d9dc0",
"PosClosed": true,
"PosClosedDate": "2026-06-30T20:28:30.4540587+02:00",
"PosClosedAuthorGuid": "d10db21d-d94d-4b8d-bb42-62774e41d75a",
"PrecoClosed": true,
"PrecoClosedDate": "2026-06-30T20:28:30.4550494+02:00",
"PrecoClosedAuthorGuid": "79f6f467-ccd5-49e2-8dae-fe2349343f8d"
}
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>373ea0ee-c23f-4444-86bc-0f406fa11d13</BudgetClosedAuthorGuid> <BudgetClosedDate>2026-06-30T20:28:30.4540587+02:00</BudgetClosedDate> <Campaign>1</Campaign> <CompanyGuid>e1a7d235-50b0-44dd-9b9a-ec933f6176a5</CompanyGuid> <CompanyOperationsStatusGuid>d0dc27b8-47d3-45e9-890c-fa652a5a5852</CompanyOperationsStatusGuid> <Guid>047a8537-22b7-4cf0-b5b6-1da811250b71</Guid> <Id>1</Id> <ImplantationClosed>true</ImplantationClosed> <ImplantationClosedAuthorGuid>8cfd8889-2d7a-4731-9712-1ed7be5d9dc0</ImplantationClosedAuthorGuid> <ImplantationClosedDate>2026-06-30T20:28:30.4540587+02:00</ImplantationClosedDate> <OperationCanceled>true</OperationCanceled> <OperationGuid>ffd7fd9c-7143-4bf2-9024-58831c592c27</OperationGuid> <OperationNotDone>true</OperationNotDone> <PosClosed>true</PosClosed> <PosClosedAuthorGuid>d10db21d-d94d-4b8d-bb42-62774e41d75a</PosClosedAuthorGuid> <PosClosedDate>2026-06-30T20:28:30.4540587+02:00</PosClosedDate> <PrecoClosed>true</PrecoClosed> <PrecoClosedAuthorGuid>79f6f467-ccd5-49e2-8dae-fe2349343f8d</PrecoClosedAuthorGuid> <PrecoClosedDate>2026-06-30T20:28:30.4550494+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. |