For the complete documentation index, see llms.txt. This page is also available as Markdown.

Products

Get Products

get
Required 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
200

Success

application/json
idstring · uuidOptional
productNumberstring · nullableOptional
namestring · nullableOptional
productTypestring · enumOptionalPossible values:
categorystring · nullableOptional
activationDatestring · date-time · nullableOptional
endOfNewSalesDatestring · date-time · nullableOptional
endOfRenewalDatestring · date-time · nullableOptional
endOfLifeDatestring · date-time · nullableOptional
isFrameworkProductbooleanOptional
externalERPIdstring · nullableOptional
externalCRMIdstring · nullableOptional
createdstring · date-timeOptional
modifiedstring · date-timeOptional
legalEntityIdstring · uuidOptional
get/Products

Create Product

post
Required 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
productTypestring · enumOptionalPossible values:
namestring · nullableOptional
activationDatestring · date-time · nullableOptional
externalERPIdstring · nullableOptional
externalCRMIdstring · nullableOptional
Responses
201

Created

application/json
idstring · uuid · nullableOptional
messagestring · nullableOptional
post/Products

Update Product

patch
Required scopes
This endpoint requires the following scopes:
  • : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idstring · uuidRequired
Header parameters
api-versionstringOptional
Body
productTypestring · enumOptionalPossible values:
namestring · nullableOptional
activationDatestring · date-time · nullableOptional
externalERPIdstring · nullableOptional
externalCRMIdstring · nullableOptional
Responses
204

No Content

No content

patch/Products/{id}

No content

Delete product

delete

A product can only be deleted if it's not in use on any active orders.

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

Success

No content

delete/Products/{id}

No content

Get Products by Id

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

Success

application/json
idstring · uuidOptional
productNumberstring · nullableOptional
namestring · nullableOptional
productTypestring · enumOptionalPossible values:
categorystring · nullableOptional
activationDatestring · date-time · nullableOptional
endOfNewSalesDatestring · date-time · nullableOptional
endOfRenewalDatestring · date-time · nullableOptional
endOfLifeDatestring · date-time · nullableOptional
isFrameworkProductbooleanOptional
externalERPIdstring · nullableOptional
externalCRMIdstring · nullableOptional
createdstring · date-timeOptional
modifiedstring · date-timeOptional
legalEntityIdstring · uuidOptional
get/Products/{id}

Update Charge

patch
Required scopes
This endpoint requires the following scopes:
  • : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
chargeIdstring · uuidRequired
Header parameters
api-versionstringOptional
Body
namestring · nullableOptional
modelstring · enumOptionalPossible values:
chargeTypestring · enumOptionalPossible values:
externalCRMIdstring · nullableOptional
externalERPIdstring · nullableOptional
pricePeriodstring · enumOptionalPossible values:
usageRatingstring · enumOptionalPossible values:
measurementsRulestring · enumOptionalPossible values:
defaultQuantitynumber · double · nullableOptional
billingPeriodstring · enumOptionalPossible values:
periodAlignmentstring · enumOptionalPossible values:
billingDaystring · enumOptionalPossible values:
billingTimingstring · enumOptionalPossible values:
specificBillingDayinteger · int32 · nullableOptional
offsetBillingDaysinteger · int32 · nullableOptional
taxIncludedboolean · nullableOptional
Responses
204

No Content

No content

patch/Products/charges/{chargeId}

No content

Delete charge plan

delete

A charge plan can only be deleted if it's not in use on any active orders.

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

Success

No content

delete/Products/chargePlans/{id}

No content

Delete charges

delete

A charge can only be deleted if it's not in use on any active orders.

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

Success

No content

delete/Products/charges/{id}

No content


Last updated

Was this helpful?