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. |
|
| ImplantationClosedAuthor | 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": "756125ed-7d1b-4167-85e7-36168ac5f8c9",
"Campaign": 1,
"CompanyOperationsStatusGuid": "b98d18c3-192f-4005-a127-49d74dd5a60d",
"OperationCanceled": true,
"OperationNotDone": true,
"CompanyGuid": "e6929896-33ac-476e-bbaa-0cc0ff7cfd18",
"OperationGuid": "227e14cc-7d5e-4181-80d8-1a42310776fc",
"BudgetClosed": true,
"BudgetClosedDate": "2026-02-04T09:33:33.8637356+01:00",
"BudgetClosedAuthorGuid": "6b40b1f3-a442-4f06-9a5a-edb41469ccc5",
"ImplantationClosed": true,
"ImplantationClosedDate": "2026-02-04T09:33:33.8637356+01:00",
"ImplantationClosedAuthor": "e9c46cb9-5537-421f-9913-c9bc4b304ff3",
"PrecoClosed": true,
"PrecoClosedDate": "2026-02-04T09:33:33.8637356+01:00",
"PrecoClosedAuthorGuid": "586f5c99-a50f-45da-81f9-44fba49ada45"
}
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>6b40b1f3-a442-4f06-9a5a-edb41469ccc5</BudgetClosedAuthorGuid> <BudgetClosedDate>2026-02-04T09:33:33.8637356+01:00</BudgetClosedDate> <Campaign>1</Campaign> <CompanyGuid>e6929896-33ac-476e-bbaa-0cc0ff7cfd18</CompanyGuid> <CompanyOperationsStatusGuid>b98d18c3-192f-4005-a127-49d74dd5a60d</CompanyOperationsStatusGuid> <Guid>756125ed-7d1b-4167-85e7-36168ac5f8c9</Guid> <Id>1</Id> <ImplantationClosed>true</ImplantationClosed> <ImplantationClosedAuthor>e9c46cb9-5537-421f-9913-c9bc4b304ff3</ImplantationClosedAuthor> <ImplantationClosedDate>2026-02-04T09:33:33.8637356+01:00</ImplantationClosedDate> <OperationCanceled>true</OperationCanceled> <OperationGuid>227e14cc-7d5e-4181-80d8-1a42310776fc</OperationGuid> <OperationNotDone>true</OperationNotDone> <PrecoClosed>true</PrecoClosed> <PrecoClosedAuthorGuid>586f5c99-a50f-45da-81f9-44fba49ada45</PrecoClosedAuthorGuid> <PrecoClosedDate>2026-02-04T09:33:33.8637356+01: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. |