POST Quotation
Creates a new quotation.
Request Information
URI Parameters
None.
Body Parameters
The data of the quotation.
QuotationDtoName | 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": "e8df55dc-ded1-4fca-a2b2-75e1cf6a43de", "CurrencyReferenceId": "99ef7481-e21b-439c-92b9-6bf0a3e62cfd", "CurrencyReferenceDescription": "sample string 3", "CurrencyTargetId": "009b6b38-2290-4c00-a290-b117a5b8be7b", "CurrencyTargetDescriptions": "sample string 5", "Value": 6.0, "RealCreatedDate": "2025-06-12T07:39:08.694316Z", "NetworkCreatedDate": "2025-06-12T07:39:08.694316Z", "NetworkDateFrom": "2025-06-12T07:39:08.694316Z", "RealDateFrom": "2025-06-12T07:39:08.694316Z", "TimeFromShortString": "sample string 11", "NetworkTimeZone": "sample string 12", "Editable": true, "NetworkDateTo": "2025-06-12T07:39:08.694316Z", "RealDateTo": "2025-06-12T07:39:08.694316Z", "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>99ef7481-e21b-439c-92b9-6bf0a3e62cfd</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>009b6b38-2290-4c00-a290-b117a5b8be7b</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>e8df55dc-ded1-4fca-a2b2-75e1cf6a43de</Id> <NetworkCreatedDate>2025-06-12T07:39:08.694316Z</NetworkCreatedDate> <NetworkDateFrom>2025-06-12T07:39:08.694316Z</NetworkDateFrom> <NetworkDateTo>2025-06-12T07:39:08.694316Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2025-06-12T07:39:08.694316Z</RealCreatedDate> <RealDateFrom>2025-06-12T07:39:08.694316Z</RealDateFrom> <RealDateTo>2025-06-12T07:39:08.694316Z</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.
QuotationDtoName | 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": "d798b520-7695-46ce-9c22-bd9c845c23af", "CurrencyReferenceId": "54bce445-7d6a-41cb-a7c3-fd6cb8c9077f", "CurrencyReferenceDescription": "sample string 3", "CurrencyTargetId": "0aa5d936-973b-4cda-964b-27ce2280be84", "CurrencyTargetDescriptions": "sample string 5", "Value": 6.0, "RealCreatedDate": "2025-06-12T07:39:08.709943Z", "NetworkCreatedDate": "2025-06-12T07:39:08.709943Z", "NetworkDateFrom": "2025-06-12T07:39:08.709943Z", "RealDateFrom": "2025-06-12T07:39:08.709943Z", "TimeFromShortString": "sample string 11", "NetworkTimeZone": "sample string 12", "Editable": true, "NetworkDateTo": "2025-06-12T07:39:08.709943Z", "RealDateTo": "2025-06-12T07:39:08.709943Z", "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>54bce445-7d6a-41cb-a7c3-fd6cb8c9077f</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>0aa5d936-973b-4cda-964b-27ce2280be84</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>d798b520-7695-46ce-9c22-bd9c845c23af</Id> <NetworkCreatedDate>2025-06-12T07:39:08.709943Z</NetworkCreatedDate> <NetworkDateFrom>2025-06-12T07:39:08.709943Z</NetworkDateFrom> <NetworkDateTo>2025-06-12T07:39:08.709943Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2025-06-12T07:39:08.709943Z</RealCreatedDate> <RealDateFrom>2025-06-12T07:39:08.709943Z</RealDateFrom> <RealDateTo>2025-06-12T07:39:08.709943Z</RealDateTo> <TimeFromShortString>sample string 11</TimeFromShortString> <Value>6</Value> </QuotationDto>