PUT operation/PutCompanyOperationDetail
Update Company operation détails
Request Information
URI Parameters
None.
Body Parameters
CompanyOperationsDetailsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Guid | globally unique identifier |
None. |
|
| CompanyOperationsGuid | globally unique identifier |
None. |
|
| BudgetPrevious | decimal number |
None. |
|
| BudgetCampaign | decimal number |
None. |
|
| ImplantationArea | string |
None. |
|
| ImplantationTypeSupport | string |
None. |
|
| ImplantationDate | date |
None. |
|
| ImplantationAgentGuid | globally unique identifier |
None. |
|
| PrecoLimitDate | date |
None. |
|
| PrecoForwarded | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Guid": "6f5df13d-f07b-4481-980f-3651c5ce9230",
"CompanyOperationsGuid": "695d08a4-1c76-46ce-b42f-26533dff07b2",
"BudgetPrevious": 1.0,
"BudgetCampaign": 1.0,
"ImplantationArea": "sample string 2",
"ImplantationTypeSupport": "sample string 3",
"ImplantationDate": "2026-08-29T06:45:10.9040712+02:00",
"ImplantationAgentGuid": "fa801399-2bbc-459c-b0c2-3b9177cc77ac",
"PrecoLimitDate": "2026-08-29T06:45:10.9040712+02:00",
"PrecoForwarded": true
}
application/xml, text/xml
Sample:
<CompanyOperationsDetailsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <BudgetCampaign>1</BudgetCampaign> <BudgetPrevious>1</BudgetPrevious> <CompanyOperationsGuid>695d08a4-1c76-46ce-b42f-26533dff07b2</CompanyOperationsGuid> <Guid>6f5df13d-f07b-4481-980f-3651c5ce9230</Guid> <Id>1</Id> <ImplantationAgentGuid>fa801399-2bbc-459c-b0c2-3b9177cc77ac</ImplantationAgentGuid> <ImplantationArea>sample string 2</ImplantationArea> <ImplantationDate>2026-08-29T06:45:10.9040712+02:00</ImplantationDate> <ImplantationTypeSupport>sample string 3</ImplantationTypeSupport> <PrecoForwarded>true</PrecoForwarded> <PrecoLimitDate>2026-08-29T06:45:10.9040712+02:00</PrecoLimitDate> </CompanyOperationsDetailsInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Company operation détails
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. |