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": "3e247154-84ff-4f71-83f4-4c97f0048a9c",
"CurrencyReferenceId": "d857d6f5-4732-44d4-9c72-5b443862e67d",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "6e6000a1-1b94-4456-8c3f-d360047fc560",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2025-12-15T13:03:41.1415261Z",
"NetworkCreatedDate": "2025-12-15T13:03:41.1415261Z",
"NetworkDateFrom": "2025-12-15T13:03:41.1415261Z",
"RealDateFrom": "2025-12-15T13:03:41.1415261Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2025-12-15T13:03:41.1415261Z",
"RealDateTo": "2025-12-15T13:03:41.1415261Z",
"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>d857d6f5-4732-44d4-9c72-5b443862e67d</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>6e6000a1-1b94-4456-8c3f-d360047fc560</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>3e247154-84ff-4f71-83f4-4c97f0048a9c</Id> <NetworkCreatedDate>2025-12-15T13:03:41.1415261Z</NetworkCreatedDate> <NetworkDateFrom>2025-12-15T13:03:41.1415261Z</NetworkDateFrom> <NetworkDateTo>2025-12-15T13:03:41.1415261Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2025-12-15T13:03:41.1415261Z</RealCreatedDate> <RealDateFrom>2025-12-15T13:03:41.1415261Z</RealDateFrom> <RealDateTo>2025-12-15T13:03:41.1415261Z</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": "6ad02767-d286-44c6-9419-485cb39a76f9",
"CurrencyReferenceId": "f4c4abbe-393c-43ae-a40c-d0eb093fad7b",
"CurrencyReferenceDescription": "sample string 3",
"CurrencyTargetId": "fa4c4d9a-4393-437a-aa8c-44b862ac3cdf",
"CurrencyTargetDescriptions": "sample string 5",
"Value": 6.0,
"RealCreatedDate": "2025-12-15T13:03:41.1415261Z",
"NetworkCreatedDate": "2025-12-15T13:03:41.1415261Z",
"NetworkDateFrom": "2025-12-15T13:03:41.1415261Z",
"RealDateFrom": "2025-12-15T13:03:41.1415261Z",
"TimeFromShortString": "sample string 11",
"NetworkTimeZone": "sample string 12",
"Editable": true,
"NetworkDateTo": "2025-12-15T13:03:41.1415261Z",
"RealDateTo": "2025-12-15T13:03:41.1415261Z",
"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>f4c4abbe-393c-43ae-a40c-d0eb093fad7b</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>fa4c4d9a-4393-437a-aa8c-44b862ac3cdf</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>6ad02767-d286-44c6-9419-485cb39a76f9</Id> <NetworkCreatedDate>2025-12-15T13:03:41.1415261Z</NetworkCreatedDate> <NetworkDateFrom>2025-12-15T13:03:41.1415261Z</NetworkDateFrom> <NetworkDateTo>2025-12-15T13:03:41.1415261Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2025-12-15T13:03:41.1415261Z</RealCreatedDate> <RealDateFrom>2025-12-15T13:03:41.1415261Z</RealDateFrom> <RealDateTo>2025-12-15T13:03:41.1415261Z</RealDateTo> <TimeFromShortString>sample string 11</TimeFromShortString> <Value>6</Value> </QuotationDto>