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": "f5c00415-4b01-44cc-a6e6-2f11d05ca3a3",
"CurrencyReferenceId": "39fc1429-1175-4623-a4f2-781d44be4893",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "4440bacd-5c56-429d-8fcb-2fbafe9a8e07",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2026-03-13T12:24:00.1375153Z",
"NetworkCreatedDate": "2026-03-13T12:24:00.1375153Z",
"NetworkDateFrom": "2026-03-13T12:24:00.1375153Z",
"RealDateFrom": "2026-03-13T12:24:00.1375153Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2026-03-13T12:24:00.1375153Z",
"RealDateTo": "2026-03-13T12:24:00.1375153Z",
"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>39fc1429-1175-4623-a4f2-781d44be4893</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>4440bacd-5c56-429d-8fcb-2fbafe9a8e07</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>f5c00415-4b01-44cc-a6e6-2f11d05ca3a3</Id> <NetworkCreatedDate>2026-03-13T12:24:00.1375153Z</NetworkCreatedDate> <NetworkDateFrom>2026-03-13T12:24:00.1375153Z</NetworkDateFrom> <NetworkDateTo>2026-03-13T12:24:00.1375153Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2026-03-13T12:24:00.1375153Z</RealCreatedDate> <RealDateFrom>2026-03-13T12:24:00.1375153Z</RealDateFrom> <RealDateTo>2026-03-13T12:24:00.1375153Z</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.