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": "442346c4-d78c-40e9-9543-c3ce83cbe557",
"CurrencyReferenceId": "b6d9fbc4-45bc-4a09-b06e-e3daba1e4d34",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "0d425b73-83ea-43dd-af62-babfc3d32ac8",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2026-07-27T07:15:58.3358995Z",
"NetworkCreatedDate": "2026-07-27T07:15:58.3358995Z",
"NetworkDateFrom": "2026-07-27T07:15:58.3358995Z",
"RealDateFrom": "2026-07-27T07:15:58.3358995Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2026-07-27T07:15:58.3358995Z",
"RealDateTo": "2026-07-27T07:15:58.3358995Z",
"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>b6d9fbc4-45bc-4a09-b06e-e3daba1e4d34</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>0d425b73-83ea-43dd-af62-babfc3d32ac8</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>442346c4-d78c-40e9-9543-c3ce83cbe557</Id> <NetworkCreatedDate>2026-07-27T07:15:58.3358995Z</NetworkCreatedDate> <NetworkDateFrom>2026-07-27T07:15:58.3358995Z</NetworkDateFrom> <NetworkDateTo>2026-07-27T07:15:58.3358995Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2026-07-27T07:15:58.3358995Z</RealCreatedDate> <RealDateFrom>2026-07-27T07:15:58.3358995Z</RealDateFrom> <RealDateTo>2026-07-27T07:15:58.3358995Z</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": "4c623acb-cf38-4314-8149-cd327337730b",
"CurrencyReferenceId": "7d5e8dde-0e62-4916-abb1-0406769c3fad",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "c0af34f2-604a-439e-a029-b9cbdf08cc79",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2026-07-27T07:15:58.3358995Z",
"NetworkCreatedDate": "2026-07-27T07:15:58.3358995Z",
"NetworkDateFrom": "2026-07-27T07:15:58.3358995Z",
"RealDateFrom": "2026-07-27T07:15:58.3358995Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2026-07-27T07:15:58.3358995Z",
"RealDateTo": "2026-07-27T07:15:58.3358995Z",
"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>7d5e8dde-0e62-4916-abb1-0406769c3fad</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>c0af34f2-604a-439e-a029-b9cbdf08cc79</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>4c623acb-cf38-4314-8149-cd327337730b</Id> <NetworkCreatedDate>2026-07-27T07:15:58.3358995Z</NetworkCreatedDate> <NetworkDateFrom>2026-07-27T07:15:58.3358995Z</NetworkDateFrom> <NetworkDateTo>2026-07-27T07:15:58.3358995Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2026-07-27T07:15:58.3358995Z</RealCreatedDate> <RealDateFrom>2026-07-27T07:15:58.3358995Z</RealDateFrom> <RealDateTo>2026-07-27T07:15:58.3358995Z</RealDateTo> <TimeFromShortString>sample string 11</TimeFromShortString> <Value>6</Value> </QuotationDto>