PUT operation/PutCompanyOperationDetail
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": "413df718-f95a-4c84-a3a4-c793070c5151",
"CompanyOperationsGuid": "a20f263d-6e43-43f3-b6e7-4c4ea01756a4",
"BudgetPrevious": 1.0,
"BudgetCampaign": 1.0,
"ImplantationArea": "sample string 2",
"ImplantationTypeSupport": "sample string 3",
"ImplantationDate": "2026-05-21T09:10:04.3370036+02:00",
"ImplantationAgentGuid": "48f98458-8424-4563-9a53-d1e9e0bccb09",
"PrecoLimitDate": "2026-05-21T09:10:04.3370036+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>a20f263d-6e43-43f3-b6e7-4c4ea01756a4</CompanyOperationsGuid> <Guid>413df718-f95a-4c84-a3a4-c793070c5151</Guid> <Id>1</Id> <ImplantationAgentGuid>48f98458-8424-4563-9a53-d1e9e0bccb09</ImplantationAgentGuid> <ImplantationArea>sample string 2</ImplantationArea> <ImplantationDate>2026-05-21T09:10:04.3370036+02:00</ImplantationDate> <ImplantationTypeSupport>sample string 3</ImplantationTypeSupport> <PrecoForwarded>true</PrecoForwarded> <PrecoLimitDate>2026-05-21T09:10:04.3370036+02:00</PrecoLimitDate> </CompanyOperationsDetailsInput>
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. |