Simpleproducts
Required scopes
This endpoint requires the following scopes:
- : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
FilterstringOptionalExample:
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20OrderBystringOptionalExample:
Sorting the results. See developer resources for more information
accountNumber DescModifiedAfterstring · date-timeOptionalExample:
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2026-02-01ModifiedBeforestring · date-timeOptionalExample:
Apply a separate filter to only get records that has been modified Before the specified date time.
2026-02-01PageSizeinteger · int32OptionalExample:
Page Size
20PageNumberinteger · int32OptionalExample:
Page Number
1Header parameters
api-versionstringOptional
Responses
200
Success
application/json
pageNumberinteger · int32Optional
pageSizeinteger · int32Optional
totalPagesinteger · int32 · nullableOptional
totalCountinteger · int32Optional
nextPagestring · uri · nullableOptional
previousPagestring · uri · nullableOptional
firstPagestring · uri · nullableOptional
lastPagestring · uri · nullableOptional
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get
/SimpleProductsRequired 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 · min: 1Required
categorystring · min: 1Required
chargeTypeall ofOptional
string · enumOptionalPossible values:
priceModelall ofOptional
string · enumOptionalPossible values:
pricePeriodall of · nullableOptional
string · enumOptionalPossible values:
defaultQuantitynumber · double · nullableOptional
unitCodestring · nullableOptional
billingPeriodall of · nullableOptional
string · enumOptionalPossible values:
billingDayall ofOptional
string · enumOptionalPossible values:
specificBillingDayinteger · int32 · nullableOptional
periodAlignmentall of · nullableOptional
string · enumOptionalPossible values:
billingTimingall of · nullableOptional
string · enumOptionalPossible values:
taxTemplatestring · nullableOptional
taxIncludedbooleanOptional
deferredRevenueAccountstring · nullableOptional
recognizedRevenueAccountstring · nullableOptional
externalERPidstring · nullableOptional
externalCRMIdstring · nullableOptional
activationDatestring · date-time · nullableOptional
endOfNewSalesDatestring · date-time · nullableOptional
endOfRenewalDatestring · date-time · nullableOptional
endOfLifeDatestring · date-time · nullableOptional
usageRatingall of · nullableOptional
string · enumOptionalPossible values:
createInvoiceLinesPerTierboolean · nullableOptional
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
404
Not Found
application/json
get
/SimpleProducts/{id}Last updated
Was this helpful?