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": "f6bd0550-458e-4149-b51e-feab3535f958",
"Campaign": 1,
"CompanyOperationsStatusGuid": "aface926-58a6-4af5-a709-4b13224d3f4d",
"OperationCanceled": true,
"OperationNotDone": true,
"CompanyGuid": "b2ca92f2-74ee-4320-8aba-2aa5ef234691",
"OperationGuid": "11f27a1e-cf10-4d22-99e5-3cf331a0c464",
"BudgetClosed": true,
"BudgetClosedDate": "2026-04-07T01:06:08.3118723+02:00",
"BudgetClosedAuthorGuid": "18654ffd-8664-4532-84a0-1d94c727de9a",
"ImplantationClosed": true,
"ImplantationClosedDate": "2026-04-07T01:06:08.3118723+02:00",
"ImplantationClosedAuthor": "9e2369d7-dbab-4a6f-b06f-5f7261909600",
"PrecoClosed": true,
"PrecoClosedDate": "2026-04-07T01:06:08.3118723+02:00",
"PrecoClosedAuthorGuid": "6044f214-5e08-4166-9874-29e181d4b5d7"
}
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>18654ffd-8664-4532-84a0-1d94c727de9a</BudgetClosedAuthorGuid> <BudgetClosedDate>2026-04-07T01:06:08.3118723+02:00</BudgetClosedDate> <Campaign>1</Campaign> <CompanyGuid>b2ca92f2-74ee-4320-8aba-2aa5ef234691</CompanyGuid> <CompanyOperationsStatusGuid>aface926-58a6-4af5-a709-4b13224d3f4d</CompanyOperationsStatusGuid> <Guid>f6bd0550-458e-4149-b51e-feab3535f958</Guid> <Id>1</Id> <ImplantationClosed>true</ImplantationClosed> <ImplantationClosedAuthor>9e2369d7-dbab-4a6f-b06f-5f7261909600</ImplantationClosedAuthor> <ImplantationClosedDate>2026-04-07T01:06:08.3118723+02:00</ImplantationClosedDate> <OperationCanceled>true</OperationCanceled> <OperationGuid>11f27a1e-cf10-4d22-99e5-3cf331a0c464</OperationGuid> <OperationNotDone>true</OperationNotDone> <PrecoClosed>true</PrecoClosed> <PrecoClosedAuthorGuid>6044f214-5e08-4166-9874-29e181d4b5d7</PrecoClosedAuthorGuid> <PrecoClosedDate>2026-04-07T01:06:08.3118723+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. |