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": "c76198a3-a63b-48db-a0b2-347867871f32", "CurrencyReferenceId": "069c6dd1-22e6-4c60-8998-02435ec35446", "CurrencyReferenceDescription": "sample string 3", "CurrencyTargetId": "c3baaffa-c9c9-4984-897f-c16018be1f76", "CurrencyTargetDescriptions": "sample string 5", "Value": 6.0, "RealCreatedDate": "2025-09-13T07:55:19.9013097Z", "NetworkCreatedDate": "2025-09-13T07:55:19.9013097Z", "NetworkDateFrom": "2025-09-13T07:55:19.9013097Z", "RealDateFrom": "2025-09-13T07:55:19.9013097Z", "TimeFromShortString": "sample string 11", "NetworkTimeZone": "sample string 12", "Editable": true, "NetworkDateTo": "2025-09-13T07:55:19.9013097Z", "RealDateTo": "2025-09-13T07:55:19.9013097Z", "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>069c6dd1-22e6-4c60-8998-02435ec35446</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>c3baaffa-c9c9-4984-897f-c16018be1f76</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>c76198a3-a63b-48db-a0b2-347867871f32</Id> <NetworkCreatedDate>2025-09-13T07:55:19.9013097Z</NetworkCreatedDate> <NetworkDateFrom>2025-09-13T07:55:19.9013097Z</NetworkDateFrom> <NetworkDateTo>2025-09-13T07:55:19.9013097Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2025-09-13T07:55:19.9013097Z</RealCreatedDate> <RealDateFrom>2025-09-13T07:55:19.9013097Z</RealDateFrom> <RealDateTo>2025-09-13T07:55:19.9013097Z</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": "6e192415-aabf-41d4-9c5a-a54ec76c3c2a", "CurrencyReferenceId": "c79d74b1-038b-466e-9559-14b6bade4bec", "CurrencyReferenceDescription": "sample string 3", "CurrencyTargetId": "34d9df99-df00-46a7-bd31-64cb240ed837", "CurrencyTargetDescriptions": "sample string 5", "Value": 6.0, "RealCreatedDate": "2025-09-13T07:55:19.9013097Z", "NetworkCreatedDate": "2025-09-13T07:55:19.9013097Z", "NetworkDateFrom": "2025-09-13T07:55:19.9013097Z", "RealDateFrom": "2025-09-13T07:55:19.9013097Z", "TimeFromShortString": "sample string 11", "NetworkTimeZone": "sample string 12", "Editable": true, "NetworkDateTo": "2025-09-13T07:55:19.9013097Z", "RealDateTo": "2025-09-13T07:55:19.9013097Z", "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>c79d74b1-038b-466e-9559-14b6bade4bec</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>34d9df99-df00-46a7-bd31-64cb240ed837</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>6e192415-aabf-41d4-9c5a-a54ec76c3c2a</Id> <NetworkCreatedDate>2025-09-13T07:55:19.9013097Z</NetworkCreatedDate> <NetworkDateFrom>2025-09-13T07:55:19.9013097Z</NetworkDateFrom> <NetworkDateTo>2025-09-13T07:55:19.9013097Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2025-09-13T07:55:19.9013097Z</RealCreatedDate> <RealDateFrom>2025-09-13T07:55:19.9013097Z</RealDateFrom> <RealDateTo>2025-09-13T07:55:19.9013097Z</RealDateTo> <TimeFromShortString>sample string 11</TimeFromShortString> <Value>6</Value> </QuotationDto>