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": "19d5aa5e-b1b9-4f3e-94c7-c50829056b44",
"Campaign": 1,
"CompanyOperationsStatusGuid": "72f93181-9ba5-41f1-b544-9569d6327c7a",
"OperationCanceled": true,
"OperationNotDone": true,
"CompanyGuid": "84d93080-ab1f-45c3-86d7-69a4a5d1b325",
"OperationGuid": "8aa0c430-4568-4990-85d5-b3cb652d7355",
"BudgetClosed": true,
"BudgetClosedDate": "2026-02-09T15:10:11.2058201+01:00",
"BudgetClosedAuthorGuid": "1e9cce65-3d7a-4a09-8ef5-9ec1bbf82fb4",
"ImplantationClosed": true,
"ImplantationClosedDate": "2026-02-09T15:10:11.2058201+01:00",
"ImplantationClosedAuthor": "778a95dc-eeed-4770-b2cb-dca114563383",
"PrecoClosed": true,
"PrecoClosedDate": "2026-02-09T15:10:11.2058201+01:00",
"PrecoClosedAuthorGuid": "4fee74d7-c0c6-4011-88af-fb2498920f18"
}
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>1e9cce65-3d7a-4a09-8ef5-9ec1bbf82fb4</BudgetClosedAuthorGuid> <BudgetClosedDate>2026-02-09T15:10:11.2058201+01:00</BudgetClosedDate> <Campaign>1</Campaign> <CompanyGuid>84d93080-ab1f-45c3-86d7-69a4a5d1b325</CompanyGuid> <CompanyOperationsStatusGuid>72f93181-9ba5-41f1-b544-9569d6327c7a</CompanyOperationsStatusGuid> <Guid>19d5aa5e-b1b9-4f3e-94c7-c50829056b44</Guid> <Id>1</Id> <ImplantationClosed>true</ImplantationClosed> <ImplantationClosedAuthor>778a95dc-eeed-4770-b2cb-dca114563383</ImplantationClosedAuthor> <ImplantationClosedDate>2026-02-09T15:10:11.2058201+01:00</ImplantationClosedDate> <OperationCanceled>true</OperationCanceled> <OperationGuid>8aa0c430-4568-4990-85d5-b3cb652d7355</OperationGuid> <OperationNotDone>true</OperationNotDone> <PrecoClosed>true</PrecoClosed> <PrecoClosedAuthorGuid>4fee74d7-c0c6-4011-88af-fb2498920f18</PrecoClosedAuthorGuid> <PrecoClosedDate>2026-02-09T15:10:11.2058201+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. |