POST Quotation
Creates a new quotation.
Request Information
URI Parameters
None.
Body Parameters
The 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": "21f5363d-3a69-4f4f-8e3a-d40102062336",
"CurrencyReferenceId": "d4e06af5-2e18-4b6c-ae6d-3465a4c13e42",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "cb83da77-bcef-4f50-9f65-b61b584ea8c4",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2026-06-12T01:23:20.6260788Z",
"NetworkCreatedDate": "2026-06-12T01:23:20.6260788Z",
"NetworkDateFrom": "2026-06-12T01:23:20.6260788Z",
"RealDateFrom": "2026-06-12T01:23:20.6260788Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2026-06-12T01:23:20.6260788Z",
"RealDateTo": "2026-06-12T01:23:20.6260788Z",
"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>d4e06af5-2e18-4b6c-ae6d-3465a4c13e42</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>cb83da77-bcef-4f50-9f65-b61b584ea8c4</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>21f5363d-3a69-4f4f-8e3a-d40102062336</Id> <NetworkCreatedDate>2026-06-12T01:23:20.6260788Z</NetworkCreatedDate> <NetworkDateFrom>2026-06-12T01:23:20.6260788Z</NetworkDateFrom> <NetworkDateTo>2026-06-12T01:23:20.6260788Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2026-06-12T01:23:20.6260788Z</RealCreatedDate> <RealDateFrom>2026-06-12T01:23:20.6260788Z</RealDateFrom> <RealDateTo>2026-06-12T01:23:20.6260788Z</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, and if created returns the quotation as quotation and the link to de 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. |
Response Formats
application/json, text/json
Sample:
{
"Id": "de1901b1-780b-4fbb-a95e-9d6bc17b606b",
"CurrencyReferenceId": "bac6f275-ff67-4954-ba9d-c5fb025f8897",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "65c0f746-796c-4899-85c6-22a7e692e112",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2026-06-12T01:23:20.6260788Z",
"NetworkCreatedDate": "2026-06-12T01:23:20.6260788Z",
"NetworkDateFrom": "2026-06-12T01:23:20.6260788Z",
"RealDateFrom": "2026-06-12T01:23:20.6260788Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2026-06-12T01:23:20.6260788Z",
"RealDateTo": "2026-06-12T01:23:20.6260788Z",
"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>bac6f275-ff67-4954-ba9d-c5fb025f8897</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>65c0f746-796c-4899-85c6-22a7e692e112</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>de1901b1-780b-4fbb-a95e-9d6bc17b606b</Id> <NetworkCreatedDate>2026-06-12T01:23:20.6260788Z</NetworkCreatedDate> <NetworkDateFrom>2026-06-12T01:23:20.6260788Z</NetworkDateFrom> <NetworkDateTo>2026-06-12T01:23:20.6260788Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2026-06-12T01:23:20.6260788Z</RealCreatedDate> <RealDateFrom>2026-06-12T01:23:20.6260788Z</RealDateFrom> <RealDateTo>2026-06-12T01:23:20.6260788Z</RealDateTo> <TimeFromShortString>sample string 11</TimeFromShortString> <Value>6</Value> </QuotationDto>