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": "4e55055c-7d65-4096-9cb5-d1308ee6a3f5",
"CurrencyReferenceId": "6bff572f-6e80-4e8b-9ddd-e9a063873d64",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "b4f9669b-62fd-40c4-bb54-fa781a4bc87e",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2026-09-10T10:27:02.9589773Z",
"NetworkCreatedDate": "2026-09-10T10:27:02.9589773Z",
"NetworkDateFrom": "2026-09-10T10:27:02.9589773Z",
"RealDateFrom": "2026-09-10T10:27:02.9589773Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2026-09-10T10:27:02.9589773Z",
"RealDateTo": "2026-09-10T10:27:02.9589773Z",
"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>6bff572f-6e80-4e8b-9ddd-e9a063873d64</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>b4f9669b-62fd-40c4-bb54-fa781a4bc87e</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>4e55055c-7d65-4096-9cb5-d1308ee6a3f5</Id> <NetworkCreatedDate>2026-09-10T10:27:02.9589773Z</NetworkCreatedDate> <NetworkDateFrom>2026-09-10T10:27:02.9589773Z</NetworkDateFrom> <NetworkDateTo>2026-09-10T10:27:02.9589773Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2026-09-10T10:27:02.9589773Z</RealCreatedDate> <RealDateFrom>2026-09-10T10:27:02.9589773Z</RealDateFrom> <RealDateTo>2026-09-10T10:27:02.9589773Z</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": "61ceb81a-daa9-4c09-a6b2-fca3d5131d51",
"CurrencyReferenceId": "b6ff33ce-a06d-4806-a31f-10e520454b3b",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "5a60ab32-199f-4b11-9657-b7b1d15a79cf",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2026-09-10T10:27:02.9589773Z",
"NetworkCreatedDate": "2026-09-10T10:27:02.9589773Z",
"NetworkDateFrom": "2026-09-10T10:27:02.9589773Z",
"RealDateFrom": "2026-09-10T10:27:02.9589773Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2026-09-10T10:27:02.9589773Z",
"RealDateTo": "2026-09-10T10:27:02.9589773Z",
"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>b6ff33ce-a06d-4806-a31f-10e520454b3b</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>5a60ab32-199f-4b11-9657-b7b1d15a79cf</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>61ceb81a-daa9-4c09-a6b2-fca3d5131d51</Id> <NetworkCreatedDate>2026-09-10T10:27:02.9589773Z</NetworkCreatedDate> <NetworkDateFrom>2026-09-10T10:27:02.9589773Z</NetworkDateFrom> <NetworkDateTo>2026-09-10T10:27:02.9589773Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2026-09-10T10:27:02.9589773Z</RealCreatedDate> <RealDateFrom>2026-09-10T10:27:02.9589773Z</RealDateFrom> <RealDateTo>2026-09-10T10:27:02.9589773Z</RealDateTo> <TimeFromShortString>sample string 11</TimeFromShortString> <Value>6</Value> </QuotationDto>