PUT Quotation
Updates the quotation.
Request Information
URI Parameters
None.
Body Parameters
The new data of the quotation.
QuotationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CurrencyReferenceId | globally unique identifier |
None. |
|
| CurrencyReferenceDescription | string |
None. |
|
| CurrencyTargetId | globally unique identifier |
None. |
|
| CurrencyTargetDescriptions | string |
None. |
|
| Value | decimal number |
None. |
|
| RealCreatedDate | date |
None. |
|
| NetworkCreatedDate | date |
None. |
|
| NetworkDateFrom | date |
None. |
|
| RealDateFrom | date |
None. |
|
| TimeFromShortString | string |
None. |
|
| NetworkTimeZone | string |
None. |
|
| Editable | boolean |
None. |
|
| NetworkDateTo | date |
None. |
|
| RealDateTo | date |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e1d0e61c-bac5-4c87-8b18-92ee2e452094",
"CurrencyReferenceId": "fc26fd28-2d89-490f-bbda-c14cd2529d5e",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "f980d9fe-b522-475e-8d2b-9584bf30b30b",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2025-12-15T13:03:40.7364205Z",
"NetworkCreatedDate": "2025-12-15T13:03:40.7364205Z",
"NetworkDateFrom": "2025-12-15T13:03:40.7364205Z",
"RealDateFrom": "2025-12-15T13:03:40.7364205Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2025-12-15T13:03:40.7364205Z",
"RealDateTo": "2025-12-15T13:03:40.7364205Z",
"Description": "sample string 14"
}
application/xml, text/xml
Sample:
<QuotationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <CurrencyReferenceDescription>sample string 3</CurrencyReferenceDescription> <CurrencyReferenceId>fc26fd28-2d89-490f-bbda-c14cd2529d5e</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>f980d9fe-b522-475e-8d2b-9584bf30b30b</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>e1d0e61c-bac5-4c87-8b18-92ee2e452094</Id> <NetworkCreatedDate>2025-12-15T13:03:40.7364205Z</NetworkCreatedDate> <NetworkDateFrom>2025-12-15T13:03:40.7364205Z</NetworkDateFrom> <NetworkDateTo>2025-12-15T13:03:40.7364205Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2025-12-15T13:03:40.7364205Z</RealCreatedDate> <RealDateFrom>2025-12-15T13:03:40.7364205Z</RealDateFrom> <RealDateTo>2025-12-15T13:03:40.7364205Z</RealDateTo> <TimeFromShortString>sample string 11</TimeFromShortString> <Value>6</Value> </QuotationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.