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": "937b3fa3-6601-4981-96a6-451d6b5581f5",
"Campaign": 1,
"CompanyOperationsStatusGuid": "eef29bef-3a4a-4755-9acb-f636d586ceb7",
"OperationCanceled": true,
"OperationNotDone": true,
"CompanyGuid": "20171d9b-47b6-482c-b8ae-56dd25c50749",
"OperationGuid": "b9964d08-dbab-401f-9aa4-ae94cf5a906d",
"BudgetClosed": true,
"BudgetClosedDate": "2026-08-28T23:27:38.7786764+02:00",
"BudgetClosedAuthorGuid": "0842a06b-0fd1-4ae0-b09e-05ef35806bb3",
"ImplantationClosed": true,
"ImplantationClosedDate": "2026-08-28T23:27:38.7786764+02:00",
"ImplantationClosedAuthorGuid": "fd3f3587-ef2d-44c3-963b-62b9d827fee1",
"PosClosed": true,
"PosClosedDate": "2026-08-28T23:27:38.7786764+02:00",
"PosClosedAuthorGuid": "049bfd14-fd9f-411f-8ad5-20b5bea392af",
"PrecoClosed": true,
"PrecoClosedDate": "2026-08-28T23:27:38.7786764+02:00",
"PrecoClosedAuthorGuid": "b4a5bce3-441f-4596-b60f-52f4c9ad98f7"
}
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>0842a06b-0fd1-4ae0-b09e-05ef35806bb3</BudgetClosedAuthorGuid> <BudgetClosedDate>2026-08-28T23:27:38.7786764+02:00</BudgetClosedDate> <Campaign>1</Campaign> <CompanyGuid>20171d9b-47b6-482c-b8ae-56dd25c50749</CompanyGuid> <CompanyOperationsStatusGuid>eef29bef-3a4a-4755-9acb-f636d586ceb7</CompanyOperationsStatusGuid> <Guid>937b3fa3-6601-4981-96a6-451d6b5581f5</Guid> <Id>1</Id> <ImplantationClosed>true</ImplantationClosed> <ImplantationClosedAuthorGuid>fd3f3587-ef2d-44c3-963b-62b9d827fee1</ImplantationClosedAuthorGuid> <ImplantationClosedDate>2026-08-28T23:27:38.7786764+02:00</ImplantationClosedDate> <OperationCanceled>true</OperationCanceled> <OperationGuid>b9964d08-dbab-401f-9aa4-ae94cf5a906d</OperationGuid> <OperationNotDone>true</OperationNotDone> <PosClosed>true</PosClosed> <PosClosedAuthorGuid>049bfd14-fd9f-411f-8ad5-20b5bea392af</PosClosedAuthorGuid> <PosClosedDate>2026-08-28T23:27:38.7786764+02:00</PosClosedDate> <PrecoClosed>true</PrecoClosed> <PrecoClosedAuthorGuid>b4a5bce3-441f-4596-b60f-52f4c9ad98f7</PrecoClosedAuthorGuid> <PrecoClosedDate>2026-08-28T23:27:38.7786764+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. |