Quotes

Convert Quote to new Order.

post

A Quote can only be identified using Id or a unique custom fields. By default the Quote will be converted to a orderDraft but can be converted into an Active order if activateOrder is true. If the Quote to be converted is for a new Account prospect, that Account will automatically be converted to a customer Account once the Quote is converted. Any attachments to the quote will follow to the converted order but notes will not. This operation can be also used for Change Quotes - so after convert, change will be applied to linked Order.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Header parameters
api-versionstringOptional
younium-idempotency-keystringOptional
younium-idempotency-durationInHoursintegerOptional
Body
Responses
chevron-right
200

Success

application/json
quoteIdstring · uuidOptional
quoteNumberstring · nullableOptional
orderIdstring · uuidOptional
orderNumberstring · nullableOptional
orderTypeall ofOptional
string · enumOptionalPossible values:
orderStatusall ofOptional
string · enumOptionalPossible values:
post
/Quotes/convertToOrder
get
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
Skipinteger · int32Optional

Skip number of records

Example: 10
Takeinteger · int32Optional

Take number of records

Example: 5
FilterstringOptional

Filter the resulsts. See ODATA documentation for more information

Example: name eq 'Adam' and age gt 20
SortstringOptional

Sorting the results. See ODATA specificaion for more information

Example: name
Header parameters
api-versionstringOptional
Responses
chevron-right
200

Success

application/json
idstring · uuidOptional
numberstring · nullableOptional
versioninteger · int32Optional
statusall ofOptional
string · enumOptionalPossible values:
descriptionstring · nullableOptional
quoteTypeall ofOptional
string · enumOptionalPossible values:
changeOrderIdstring · uuid · nullableOptional
orderTypeall ofOptional
string · enumOptionalPossible values:
currencystring · nullableOptional
quoteDatestring · date-timeOptional
validToDatestring · date-timeOptional
yourReferencestring · nullableOptional
ourReferencestring · nullableOptional
remarksstring · nullableOptional

Additional information, copied to the order remark

initialTerminteger · int32Optional
orderEffectiveChangeDatestring · date-time · nullableOptional
effectiveStartDatestring · date-timeOptional
effectiveEndDatestring · date-timeOptional
termTypeall ofOptional
string · enumOptionalPossible values:
renewalTerminteger · int32Optional
autoRenewalbooleanOptional
noticePeriodinteger · int32Optional
createdstring · date-timeOptional
modifiedstring · date-timeOptional
get
/Quotes

Get Quotes by Id

get
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idstring · uuidRequired
Header parameters
api-versionstringOptional
Responses
chevron-right
200

Success

application/json
idstring · uuidOptional
numberstring · nullableOptional
versioninteger · int32Optional
statusall ofOptional
string · enumOptionalPossible values:
descriptionstring · nullableOptional
quoteTypeall ofOptional
string · enumOptionalPossible values:
changeOrderIdstring · uuid · nullableOptional
orderTypeall ofOptional
string · enumOptionalPossible values:
currencystring · nullableOptional
quoteDatestring · date-timeOptional
validToDatestring · date-timeOptional
yourReferencestring · nullableOptional
ourReferencestring · nullableOptional
remarksstring · nullableOptional

Additional information, copied to the order remark

initialTerminteger · int32Optional
orderEffectiveChangeDatestring · date-time · nullableOptional
effectiveStartDatestring · date-timeOptional
effectiveEndDatestring · date-timeOptional
termTypeall ofOptional
string · enumOptionalPossible values:
renewalTerminteger · int32Optional
autoRenewalbooleanOptional
noticePeriodinteger · int32Optional
createdstring · date-timeOptional
modifiedstring · date-timeOptional
get
/Quotes/{id}

Last updated