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": "c5430470-951a-4d83-9e69-1ebf7c88eadc",
"Campaign": 1,
"CompanyOperationsStatusGuid": "afd92e59-ca3b-4c6b-bf0c-3866222b7f0d",
"OperationCanceled": true,
"OperationNotDone": true,
"CompanyGuid": "5e2c4d2b-2330-4d75-9d58-7bf6f7e18a73",
"OperationGuid": "f7f15f94-fcdd-40cf-ad24-402518fe91f4",
"BudgetClosed": true,
"BudgetClosedDate": "2026-07-01T18:42:38.7245775+02:00",
"BudgetClosedAuthorGuid": "e2341070-a4eb-41e1-ad11-b22ac35a0497",
"ImplantationClosed": true,
"ImplantationClosedDate": "2026-07-01T18:42:38.7245775+02:00",
"ImplantationClosedAuthorGuid": "7509acfd-9382-4172-bb51-b80e167f3901",
"PosClosed": true,
"PosClosedDate": "2026-07-01T18:42:38.7255743+02:00",
"PosClosedAuthorGuid": "532ad807-e804-41dc-b3d6-6fbdc4f9c741",
"PrecoClosed": true,
"PrecoClosedDate": "2026-07-01T18:42:38.7255743+02:00",
"PrecoClosedAuthorGuid": "19b41870-9bc3-4186-b621-dd796c6b37c5"
}
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>e2341070-a4eb-41e1-ad11-b22ac35a0497</BudgetClosedAuthorGuid> <BudgetClosedDate>2026-07-01T18:42:38.7245775+02:00</BudgetClosedDate> <Campaign>1</Campaign> <CompanyGuid>5e2c4d2b-2330-4d75-9d58-7bf6f7e18a73</CompanyGuid> <CompanyOperationsStatusGuid>afd92e59-ca3b-4c6b-bf0c-3866222b7f0d</CompanyOperationsStatusGuid> <Guid>c5430470-951a-4d83-9e69-1ebf7c88eadc</Guid> <Id>1</Id> <ImplantationClosed>true</ImplantationClosed> <ImplantationClosedAuthorGuid>7509acfd-9382-4172-bb51-b80e167f3901</ImplantationClosedAuthorGuid> <ImplantationClosedDate>2026-07-01T18:42:38.7245775+02:00</ImplantationClosedDate> <OperationCanceled>true</OperationCanceled> <OperationGuid>f7f15f94-fcdd-40cf-ad24-402518fe91f4</OperationGuid> <OperationNotDone>true</OperationNotDone> <PosClosed>true</PosClosed> <PosClosedAuthorGuid>532ad807-e804-41dc-b3d6-6fbdc4f9c741</PosClosedAuthorGuid> <PosClosedDate>2026-07-01T18:42:38.7255743+02:00</PosClosedDate> <PrecoClosed>true</PrecoClosed> <PrecoClosedAuthorGuid>19b41870-9bc3-4186-b621-dd796c6b37c5</PrecoClosedAuthorGuid> <PrecoClosedDate>2026-07-01T18:42:38.7255743+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. |