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": "5fd6263f-d6a9-4b6c-9827-c058a38aaec8",
"CompanyOperationsGuid": "74b184e0-dc22-4e62-8b7e-220d5326ee4b",
"BudgetPrevious": 1.0,
"BudgetCampaign": 1.0,
"ImplantationArea": "sample string 2",
"ImplantationTypeSupport": "sample string 3",
"ImplantationDate": "2025-12-06T07:30:31.8417548+01:00",
"ImplantationAgentGuid": "a12d3a96-2273-415f-8d53-46379f80d2dd",
"PrecoLimitDate": "2025-12-06T07:30:31.8417548+01: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>74b184e0-dc22-4e62-8b7e-220d5326ee4b</CompanyOperationsGuid> <Guid>5fd6263f-d6a9-4b6c-9827-c058a38aaec8</Guid> <Id>1</Id> <ImplantationAgentGuid>a12d3a96-2273-415f-8d53-46379f80d2dd</ImplantationAgentGuid> <ImplantationArea>sample string 2</ImplantationArea> <ImplantationDate>2025-12-06T07:30:31.8417548+01:00</ImplantationDate> <ImplantationTypeSupport>sample string 3</ImplantationTypeSupport> <PrecoForwarded>true</PrecoForwarded> <PrecoLimitDate>2025-12-06T07:30:31.8417548+01: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. |