PUT operation/PutCompanyOperation
Update Company operation
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": "adc7a460-82a0-47ce-86fb-725598f10d88",
"Campaign": 1,
"CompanyOperationsStatusGuid": "59ee5406-1501-4030-8cf2-16eca8aa6151",
"OperationCanceled": true,
"OperationNotDone": true,
"CompanyGuid": "15400b48-2655-452c-90bf-151c8d077ddf",
"OperationGuid": "dbea1fe1-0abe-46e6-8e30-3ff288b44891",
"BudgetClosed": true,
"BudgetClosedDate": "2026-08-29T06:44:51.9554547+02:00",
"BudgetClosedAuthorGuid": "eb714443-657d-4293-8954-1845102023f7",
"ImplantationClosed": true,
"ImplantationClosedDate": "2026-08-29T06:44:51.9554547+02:00",
"ImplantationClosedAuthorGuid": "e7e6a121-22ae-4d62-a766-2358abb3a9a3",
"PosClosed": true,
"PosClosedDate": "2026-08-29T06:44:51.9554547+02:00",
"PosClosedAuthorGuid": "da567e40-8304-4281-b468-89204c6c27af",
"PrecoClosed": true,
"PrecoClosedDate": "2026-08-29T06:44:51.9554547+02:00",
"PrecoClosedAuthorGuid": "0f8cdd60-4313-4389-864c-3f990721cfac"
}
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>eb714443-657d-4293-8954-1845102023f7</BudgetClosedAuthorGuid> <BudgetClosedDate>2026-08-29T06:44:51.9554547+02:00</BudgetClosedDate> <Campaign>1</Campaign> <CompanyGuid>15400b48-2655-452c-90bf-151c8d077ddf</CompanyGuid> <CompanyOperationsStatusGuid>59ee5406-1501-4030-8cf2-16eca8aa6151</CompanyOperationsStatusGuid> <Guid>adc7a460-82a0-47ce-86fb-725598f10d88</Guid> <Id>1</Id> <ImplantationClosed>true</ImplantationClosed> <ImplantationClosedAuthorGuid>e7e6a121-22ae-4d62-a766-2358abb3a9a3</ImplantationClosedAuthorGuid> <ImplantationClosedDate>2026-08-29T06:44:51.9554547+02:00</ImplantationClosedDate> <OperationCanceled>true</OperationCanceled> <OperationGuid>dbea1fe1-0abe-46e6-8e30-3ff288b44891</OperationGuid> <OperationNotDone>true</OperationNotDone> <PosClosed>true</PosClosed> <PosClosedAuthorGuid>da567e40-8304-4281-b468-89204c6c27af</PosClosedAuthorGuid> <PosClosedDate>2026-08-29T06:44:51.9554547+02:00</PosClosedDate> <PrecoClosed>true</PrecoClosed> <PrecoClosedAuthorGuid>0f8cdd60-4313-4389-864c-3f990721cfac</PrecoClosedAuthorGuid> <PrecoClosedDate>2026-08-29T06:44:51.9554547+02:00</PrecoClosedDate> </CompanyOperationsInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Company operation
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. |