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": "9ef53c4d-0c2e-4b31-bba7-f198a9d29535",
"Campaign": 1,
"CompanyOperationsStatusGuid": "499f5ac6-f7b9-4ac6-ae88-9329d6e4fd59",
"OperationCanceled": true,
"OperationNotDone": true,
"CompanyGuid": "d313c11f-8025-45df-93c9-a2c6cbfef287",
"OperationGuid": "8c56eafe-ffad-4ae6-92f4-6e0ca321f7c1",
"BudgetClosed": true,
"BudgetClosedDate": "2025-12-06T05:04:21.6405421+01:00",
"BudgetClosedAuthorGuid": "98583e9e-f75e-4f0a-823b-f664b9b194d6",
"ImplantationClosed": true,
"ImplantationClosedDate": "2025-12-06T05:04:21.6405421+01:00",
"ImplantationClosedAuthor": "ed0e6ece-11aa-4146-9837-4334526234d7",
"PrecoClosed": true,
"PrecoClosedDate": "2025-12-06T05:04:21.6405421+01:00",
"PrecoClosedAuthorGuid": "23f7b7f8-8488-4ada-9be9-eed7b74e0f3b"
}
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>98583e9e-f75e-4f0a-823b-f664b9b194d6</BudgetClosedAuthorGuid> <BudgetClosedDate>2025-12-06T05:04:21.6405421+01:00</BudgetClosedDate> <Campaign>1</Campaign> <CompanyGuid>d313c11f-8025-45df-93c9-a2c6cbfef287</CompanyGuid> <CompanyOperationsStatusGuid>499f5ac6-f7b9-4ac6-ae88-9329d6e4fd59</CompanyOperationsStatusGuid> <Guid>9ef53c4d-0c2e-4b31-bba7-f198a9d29535</Guid> <Id>1</Id> <ImplantationClosed>true</ImplantationClosed> <ImplantationClosedAuthor>ed0e6ece-11aa-4146-9837-4334526234d7</ImplantationClosedAuthor> <ImplantationClosedDate>2025-12-06T05:04:21.6405421+01:00</ImplantationClosedDate> <OperationCanceled>true</OperationCanceled> <OperationGuid>8c56eafe-ffad-4ae6-92f4-6e0ca321f7c1</OperationGuid> <OperationNotDone>true</OperationNotDone> <PrecoClosed>true</PrecoClosed> <PrecoClosedAuthorGuid>23f7b7f8-8488-4ada-9be9-eed7b74e0f3b</PrecoClosedAuthorGuid> <PrecoClosedDate>2025-12-06T05:04:21.6405421+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. |