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": "d6c64276-0f3b-4987-a9af-b5bcca7c3e4f",
"Campaign": 1,
"CompanyOperationsStatusGuid": "273ee6b9-d723-4d6c-b9c8-6377f0863e9b",
"OperationCanceled": true,
"OperationNotDone": true,
"CompanyGuid": "4b791f7d-82ec-4f67-acb5-8f4afea32f9a",
"OperationGuid": "2aba4316-b383-4446-91a6-9ef018b07270",
"BudgetClosed": true,
"BudgetClosedDate": "2026-03-21T21:03:03.6229558+01:00",
"BudgetClosedAuthorGuid": "3b59c8ae-0a0c-4f52-a2fb-a6d625637c5d",
"ImplantationClosed": true,
"ImplantationClosedDate": "2026-03-21T21:03:03.6229558+01:00",
"ImplantationClosedAuthor": "2b47dc59-6579-47c9-a58b-fc2ceed62a19",
"PrecoClosed": true,
"PrecoClosedDate": "2026-03-21T21:03:03.6229558+01:00",
"PrecoClosedAuthorGuid": "aedc0b8c-60e6-4f02-ac45-db31aa1ef71b"
}
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>3b59c8ae-0a0c-4f52-a2fb-a6d625637c5d</BudgetClosedAuthorGuid> <BudgetClosedDate>2026-03-21T21:03:03.6229558+01:00</BudgetClosedDate> <Campaign>1</Campaign> <CompanyGuid>4b791f7d-82ec-4f67-acb5-8f4afea32f9a</CompanyGuid> <CompanyOperationsStatusGuid>273ee6b9-d723-4d6c-b9c8-6377f0863e9b</CompanyOperationsStatusGuid> <Guid>d6c64276-0f3b-4987-a9af-b5bcca7c3e4f</Guid> <Id>1</Id> <ImplantationClosed>true</ImplantationClosed> <ImplantationClosedAuthor>2b47dc59-6579-47c9-a58b-fc2ceed62a19</ImplantationClosedAuthor> <ImplantationClosedDate>2026-03-21T21:03:03.6229558+01:00</ImplantationClosedDate> <OperationCanceled>true</OperationCanceled> <OperationGuid>2aba4316-b383-4446-91a6-9ef018b07270</OperationGuid> <OperationNotDone>true</OperationNotDone> <PrecoClosed>true</PrecoClosed> <PrecoClosedAuthorGuid>aedc0b8c-60e6-4f02-ac45-db31aa1ef71b</PrecoClosedAuthorGuid> <PrecoClosedDate>2026-03-21T21:03:03.6229558+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. |