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": "e322ec9c-2d75-4402-a9d7-b8cd929a4991", "CurrencyReferenceId": "acd46438-432c-4d4a-9e1b-23e8e5a0920e", "CurrencyReferenceDescription": "sample string 3", "CurrencyTargetId": "114ff9d2-fcbf-4cbb-a732-7a3d79daa66e", "CurrencyTargetDescriptions": "sample string 5", "Value": 6.0, "RealCreatedDate": "2025-04-25T16:06:56.4984469Z", "NetworkCreatedDate": "2025-04-25T16:06:56.4984469Z", "NetworkDateFrom": "2025-04-25T16:06:56.4984469Z", "RealDateFrom": "2025-04-25T16:06:56.4984469Z", "TimeFromShortString": "sample string 11", "NetworkTimeZone": "sample string 12", "Editable": true, "NetworkDateTo": "2025-04-25T16:06:56.4984469Z", "RealDateTo": "2025-04-25T16:06:56.4984469Z", "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>acd46438-432c-4d4a-9e1b-23e8e5a0920e</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>114ff9d2-fcbf-4cbb-a732-7a3d79daa66e</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>e322ec9c-2d75-4402-a9d7-b8cd929a4991</Id> <NetworkCreatedDate>2025-04-25T16:06:56.4984469Z</NetworkCreatedDate> <NetworkDateFrom>2025-04-25T16:06:56.4984469Z</NetworkDateFrom> <NetworkDateTo>2025-04-25T16:06:56.4984469Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2025-04-25T16:06:56.4984469Z</RealCreatedDate> <RealDateFrom>2025-04-25T16:06:56.4984469Z</RealDateFrom> <RealDateTo>2025-04-25T16:06:56.4984469Z</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": "e512ad12-ce77-4bb5-b896-5f1651854eb4", "CurrencyReferenceId": "a42cf33d-5606-41d3-ab7c-6f7519f250e1", "CurrencyReferenceDescription": "sample string 3", "CurrencyTargetId": "ee9c3058-8a7b-4901-be66-f740774c8481", "CurrencyTargetDescriptions": "sample string 5", "Value": 6.0, "RealCreatedDate": "2025-04-25T16:06:56.4984469Z", "NetworkCreatedDate": "2025-04-25T16:06:56.4984469Z", "NetworkDateFrom": "2025-04-25T16:06:56.4984469Z", "RealDateFrom": "2025-04-25T16:06:56.4984469Z", "TimeFromShortString": "sample string 11", "NetworkTimeZone": "sample string 12", "Editable": true, "NetworkDateTo": "2025-04-25T16:06:56.4984469Z", "RealDateTo": "2025-04-25T16:06:56.4984469Z", "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>a42cf33d-5606-41d3-ab7c-6f7519f250e1</CurrencyReferenceId> <CurrencyTargetDescriptions>sample string 5</CurrencyTargetDescriptions> <CurrencyTargetId>ee9c3058-8a7b-4901-be66-f740774c8481</CurrencyTargetId> <Description>sample string 14</Description> <Editable>true</Editable> <Id>e512ad12-ce77-4bb5-b896-5f1651854eb4</Id> <NetworkCreatedDate>2025-04-25T16:06:56.4984469Z</NetworkCreatedDate> <NetworkDateFrom>2025-04-25T16:06:56.4984469Z</NetworkDateFrom> <NetworkDateTo>2025-04-25T16:06:56.4984469Z</NetworkDateTo> <NetworkTimeZone>sample string 12</NetworkTimeZone> <RealCreatedDate>2025-04-25T16:06:56.4984469Z</RealCreatedDate> <RealDateFrom>2025-04-25T16:06:56.4984469Z</RealDateFrom> <RealDateTo>2025-04-25T16:06:56.4984469Z</RealDateTo> <TimeFromShortString>sample string 11</TimeFromShortString> <Value>6</Value> </QuotationDto>