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": "e03a3c85-ae5a-41d4-bfd9-7c2390fc033c",
"CurrencyReferenceId": "8b33ce35-f0e9-45c9-bf80-edf09eba5a96",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "eb6d5ad7-ccd6-4cb3-973a-ca93b553156f",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2026-03-13T12:24:02.125098Z",
"NetworkCreatedDate": "2026-03-13T12:24:02.125098Z",
"NetworkDateFrom": "2026-03-13T12:24:02.125098Z",
"RealDateFrom": "2026-03-13T12:24:02.125098Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2026-03-13T12:24:02.125098Z",
"RealDateTo": "2026-03-13T12:24:02.125098Z",
"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>8b33ce35-f0e9-45c9-bf80-edf09eba5a96</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>eb6d5ad7-ccd6-4cb3-973a-ca93b553156f</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>e03a3c85-ae5a-41d4-bfd9-7c2390fc033c</Id> <NetworkCreatedDate>2026-03-13T12:24:02.125098Z</NetworkCreatedDate> <NetworkDateFrom>2026-03-13T12:24:02.125098Z</NetworkDateFrom> <NetworkDateTo>2026-03-13T12:24:02.125098Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2026-03-13T12:24:02.125098Z</RealCreatedDate> <RealDateFrom>2026-03-13T12:24:02.125098Z</RealDateFrom> <RealDateTo>2026-03-13T12:24:02.125098Z</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": "d81526ae-7325-495d-851e-87ada621e332",
"CurrencyReferenceId": "482fc691-502e-475d-88f0-ecbd8e4ff292",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "506512f6-f25d-4c2c-8227-c728d88856de",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2026-03-13T12:24:02.125098Z",
"NetworkCreatedDate": "2026-03-13T12:24:02.125098Z",
"NetworkDateFrom": "2026-03-13T12:24:02.125098Z",
"RealDateFrom": "2026-03-13T12:24:02.125098Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2026-03-13T12:24:02.125098Z",
"RealDateTo": "2026-03-13T12:24:02.125098Z",
"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>482fc691-502e-475d-88f0-ecbd8e4ff292</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>506512f6-f25d-4c2c-8227-c728d88856de</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>d81526ae-7325-495d-851e-87ada621e332</Id> <NetworkCreatedDate>2026-03-13T12:24:02.125098Z</NetworkCreatedDate> <NetworkDateFrom>2026-03-13T12:24:02.125098Z</NetworkDateFrom> <NetworkDateTo>2026-03-13T12:24:02.125098Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2026-03-13T12:24:02.125098Z</RealCreatedDate> <RealDateFrom>2026-03-13T12:24:02.125098Z</RealDateFrom> <RealDateTo>2026-03-13T12:24:02.125098Z</RealDateTo> <TimeFromShortString>sample string 11</TimeFromShortString> <Value>6</Value> </QuotationDto>