Products
Success
Bad Request.
Unauthorized
Forbidden
Not Found
GET /Products/FromChargePlan/{id} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "productNumber": "text",
  "name": "text",
  "productType": "Simple",
  "category": "text",
  "activationDate": "2025-10-31T21:47:24.548Z",
  "endOfNewSalesDate": "2025-10-31T21:47:24.548Z",
  "endOfRenewalDate": "2025-10-31T21:47:24.548Z",
  "endOfLifeDate": "2025-10-31T21:47:24.548Z",
  "isFrameworkProduct": true,
  "chargePlans": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "chargePlanNumber": "text",
      "name": "text",
      "effectiveStartDate": "2025-10-31T21:47:24.548Z",
      "endOfNewSalesDate": "2025-10-31T21:47:24.548Z",
      "effectiveEndDate": "2025-10-31T21:47:24.548Z",
      "charges": [
        {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "chargeNumber": "C-000001",
          "name": "text",
          "model": "Flat",
          "chargeType": "OneOff",
          "unitCode": "text",
          "defaultQuantity": 1,
          "pricePeriod": "Monthly",
          "usageRating": "Sum",
          "createInvoiceLinesPerTier": true,
          "billingDay": "None",
          "specificBillingDay": 1,
          "billingPeriod": "Monthly",
          "periodAlignment": "None",
          "billingTiming": "InAdvance",
          "taxTemplate": "text",
          "taxIncluded": true,
          "externalERPId": "text",
          "externalCRMId": "text",
          "created": "2025-10-31T21:47:24.548Z",
          "modified": "2025-10-31T21:47:24.548Z",
          "revenueRecognition": "text",
          "deferredRevenueAccount": "text",
          "recognizedRevenueAccount": "text",
          "customFields": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "priceDetails": [
            {
              "currency": "text",
              "price": 1,
              "tier": 1,
              "description": "text",
              "fromQuantity": 1,
              "toQuantity": 1,
              "priceBase": "Flat"
            }
          ],
          "features": [
            {
              "code": "text",
              "description": "text"
            }
          ]
        }
      ],
      "customFields": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "created": "2025-10-31T21:47:24.548Z",
      "modified": "2025-10-31T21:47:24.548Z"
    }
  ],
  "externalERPId": "text",
  "externalCRMId": "text",
  "created": "2025-10-31T21:47:24.548Z",
  "modified": "2025-10-31T21:47:24.548Z",
  "customFields": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  }
}Success
Bad Request.
Unauthorized
Forbidden
Not Found
GET /Products/FromCharge/{id} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "productNumber": "text",
  "name": "text",
  "productType": "Simple",
  "category": "text",
  "activationDate": "2025-10-31T21:47:24.548Z",
  "endOfNewSalesDate": "2025-10-31T21:47:24.548Z",
  "endOfRenewalDate": "2025-10-31T21:47:24.548Z",
  "endOfLifeDate": "2025-10-31T21:47:24.548Z",
  "isFrameworkProduct": true,
  "chargePlans": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "chargePlanNumber": "text",
      "name": "text",
      "effectiveStartDate": "2025-10-31T21:47:24.548Z",
      "endOfNewSalesDate": "2025-10-31T21:47:24.548Z",
      "effectiveEndDate": "2025-10-31T21:47:24.548Z",
      "charges": [
        {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "chargeNumber": "C-000001",
          "name": "text",
          "model": "Flat",
          "chargeType": "OneOff",
          "unitCode": "text",
          "defaultQuantity": 1,
          "pricePeriod": "Monthly",
          "usageRating": "Sum",
          "createInvoiceLinesPerTier": true,
          "billingDay": "None",
          "specificBillingDay": 1,
          "billingPeriod": "Monthly",
          "periodAlignment": "None",
          "billingTiming": "InAdvance",
          "taxTemplate": "text",
          "taxIncluded": true,
          "externalERPId": "text",
          "externalCRMId": "text",
          "created": "2025-10-31T21:47:24.548Z",
          "modified": "2025-10-31T21:47:24.548Z",
          "revenueRecognition": "text",
          "deferredRevenueAccount": "text",
          "recognizedRevenueAccount": "text",
          "customFields": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "priceDetails": [
            {
              "currency": "text",
              "price": 1,
              "tier": 1,
              "description": "text",
              "fromQuantity": 1,
              "toQuantity": 1,
              "priceBase": "Flat"
            }
          ],
          "features": [
            {
              "code": "text",
              "description": "text"
            }
          ]
        }
      ],
      "customFields": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "created": "2025-10-31T21:47:24.548Z",
      "modified": "2025-10-31T21:47:24.548Z"
    }
  ],
  "externalERPId": "text",
  "externalCRMId": "text",
  "created": "2025-10-31T21:47:24.548Z",
  "modified": "2025-10-31T21:47:24.548Z",
  "customFields": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  }
}Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20Sorting the results. See developer resources for more information
accountNumber DescApply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-10-01Apply a separate filter to only get records that has been modified Before the specified date time.
2025-10-01Page Size
20Page Number
1Success
Bad Request.
Unauthorized
Forbidden
GET /Products/productFeatures HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "pageNumber": 1,
  "pageSize": 1,
  "totalPages": 1,
  "totalCount": 1,
  "nextPage": "https://example.com",
  "previousPage": "https://example.com",
  "firstPage": "https://example.com",
  "lastPage": "https://example.com",
  "data": {
    "code": "text",
    "description": "text"
  }
}Created
Bad Request.
Unauthorized
Forbidden
POST /Products HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1057
{
  "productType": "Simple",
  "chargePlans": [
    {
      "charges": [
        {
          "PriceDetails": [
            {
              "isInfinite": true,
              "currency": "SEK",
              "price": 1,
              "description": "text",
              "priceBase": "Flat",
              "tier": 1,
              "toQuantity": 1
            }
          ],
          "features": [
            {
              "feature": {
                "key": "text",
                "value": "text"
              }
            }
          ],
          "name": "text",
          "model": "Flat",
          "chargeType": "OneOff",
          "customFields": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "externalCRMId": "text",
          "externalERPId": "text",
          "unit": "pcs",
          "pricePeriod": "Monthly",
          "usageRating": "Sum",
          "measurementsRule": "LatestDate",
          "defaultQuantity": 1,
          "billingPeriod": "Monthly",
          "periodAlignment": "None",
          "billingDay": "None",
          "billingTiming": "InAdvance",
          "specificBillingDay": 1,
          "offsetBillingDays": 1,
          "taxIncluded": true,
          "revenueRecognition": {
            "key": "text",
            "value": "text"
          },
          "taxTemplate": "Sweden standard",
          "deferredRevenueAccount": "1510",
          "recognizedRevenueAccount": "1510"
        }
      ],
      "name": "text",
      "customFields": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      }
    }
  ],
  "name": "text",
  "category": "Add-on",
  "activationDate": "2025-10-31T21:47:24.548Z",
  "externalERPId": "text",
  "externalCRMId": "text",
  "customFields": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  }
}{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "message": "text"
}Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20Sorting the results. See developer resources for more information
accountNumber DescApply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-10-01Filter is also applied on sub entities: 'chargePlans', 'charges', 'chargeDetails' and 'customFields' on these entities
2025-10-01Page Size
20Page Number
1Success
Bad Request.
Unauthorized
Forbidden
GET /Products HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "pageNumber": 1,
  "pageSize": 1,
  "totalPages": 1,
  "totalCount": 1,
  "nextPage": "https://example.com",
  "previousPage": "https://example.com",
  "firstPage": "https://example.com",
  "lastPage": "https://example.com",
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "productNumber": "text",
      "name": "text",
      "productType": "Simple",
      "category": "text",
      "activationDate": "2025-10-31T21:47:24.548Z",
      "endOfNewSalesDate": "2025-10-31T21:47:24.548Z",
      "endOfRenewalDate": "2025-10-31T21:47:24.548Z",
      "endOfLifeDate": "2025-10-31T21:47:24.548Z",
      "isFrameworkProduct": true,
      "chargePlans": [
        {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "chargePlanNumber": "text",
          "name": "text",
          "effectiveStartDate": "2025-10-31T21:47:24.548Z",
          "endOfNewSalesDate": "2025-10-31T21:47:24.548Z",
          "effectiveEndDate": "2025-10-31T21:47:24.548Z",
          "charges": [
            {
              "id": "123e4567-e89b-12d3-a456-426614174000",
              "chargeNumber": "C-000001",
              "name": "text",
              "model": "Flat",
              "chargeType": "OneOff",
              "unitCode": "text",
              "defaultQuantity": 1,
              "pricePeriod": "Monthly",
              "usageRating": "Sum",
              "createInvoiceLinesPerTier": true,
              "billingDay": "None",
              "specificBillingDay": 1,
              "billingPeriod": "Monthly",
              "periodAlignment": "None",
              "billingTiming": "InAdvance",
              "taxTemplate": "text",
              "taxIncluded": true,
              "externalERPId": "text",
              "externalCRMId": "text",
              "created": "2025-10-31T21:47:24.548Z",
              "modified": "2025-10-31T21:47:24.548Z",
              "revenueRecognition": "text",
              "deferredRevenueAccount": "text",
              "recognizedRevenueAccount": "text",
              "customFields": {
                "ANY_ADDITIONAL_PROPERTY": "anything"
              },
              "priceDetails": [
                {
                  "currency": "text",
                  "price": 1,
                  "tier": 1,
                  "description": "text",
                  "fromQuantity": 1,
                  "toQuantity": 1,
                  "priceBase": "Flat"
                }
              ],
              "features": [
                {
                  "code": "text",
                  "description": "text"
                }
              ]
            }
          ],
          "customFields": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "created": "2025-10-31T21:47:24.548Z",
          "modified": "2025-10-31T21:47:24.548Z"
        }
      ],
      "externalERPId": "text",
      "externalCRMId": "text",
      "created": "2025-10-31T21:47:24.548Z",
      "modified": "2025-10-31T21:47:24.548Z",
      "customFields": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      }
    }
  ]
}No Content
No content
Bad Request.
Unauthorized
Forbidden
Not Found
PATCH /Products/{id} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/merge-patch+json
Accept: */*
Content-Length: 1205
{
  "productType": "Simple",
  "chargePlans": [
    {
      "operation": "Change",
      "chargePlan": "CP-000001",
      "charges": [
        {
          "charge": {
            "key": "text",
            "value": "text"
          },
          "operation": "Change",
          "PriceDetails": [
            {
              "operation": "Change",
              "isInfinite": true,
              "currency": "SEK",
              "price": 1,
              "description": "text",
              "priceBase": "Flat",
              "tier": 1,
              "toQuantity": 1
            }
          ],
          "features": [
            {
              "operation": "Remove",
              "feature": {
                "key": "text",
                "value": "text"
              }
            }
          ],
          "name": "text",
          "model": "Flat",
          "chargeType": "OneOff",
          "customFields": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "externalCRMId": "text",
          "externalERPId": "text",
          "unit": "pcs",
          "pricePeriod": "Monthly",
          "usageRating": "Sum",
          "measurementsRule": "LatestDate",
          "defaultQuantity": 1,
          "billingPeriod": "Monthly",
          "periodAlignment": "None",
          "billingDay": "None",
          "billingTiming": "InAdvance",
          "specificBillingDay": 1,
          "offsetBillingDays": 1,
          "taxIncluded": true,
          "revenueRecognition": {
            "key": "text",
            "value": "text"
          },
          "taxTemplate": "Sweden standard",
          "deferredRevenueAccount": "1510",
          "recognizedRevenueAccount": "1510"
        }
      ],
      "name": "text",
      "customFields": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      }
    }
  ],
  "name": "text",
  "category": "Add-on",
  "activationDate": "2025-10-31T21:47:24.548Z",
  "externalERPId": "text",
  "externalCRMId": "text",
  "customFields": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  }
}No content
A product can only be deleted if it's not in use on any active orders.
Success
No content
Bad Request.
Unauthorized
Forbidden
Not Found
DELETE /Products/{id} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
Success
Bad Request.
Unauthorized
Forbidden
Not Found
GET /Products/{id} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "productNumber": "text",
  "name": "text",
  "productType": "Simple",
  "category": "text",
  "activationDate": "2025-10-31T21:47:24.548Z",
  "endOfNewSalesDate": "2025-10-31T21:47:24.548Z",
  "endOfRenewalDate": "2025-10-31T21:47:24.548Z",
  "endOfLifeDate": "2025-10-31T21:47:24.548Z",
  "isFrameworkProduct": true,
  "chargePlans": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "chargePlanNumber": "text",
      "name": "text",
      "effectiveStartDate": "2025-10-31T21:47:24.548Z",
      "endOfNewSalesDate": "2025-10-31T21:47:24.548Z",
      "effectiveEndDate": "2025-10-31T21:47:24.548Z",
      "charges": [
        {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "chargeNumber": "C-000001",
          "name": "text",
          "model": "Flat",
          "chargeType": "OneOff",
          "unitCode": "text",
          "defaultQuantity": 1,
          "pricePeriod": "Monthly",
          "usageRating": "Sum",
          "createInvoiceLinesPerTier": true,
          "billingDay": "None",
          "specificBillingDay": 1,
          "billingPeriod": "Monthly",
          "periodAlignment": "None",
          "billingTiming": "InAdvance",
          "taxTemplate": "text",
          "taxIncluded": true,
          "externalERPId": "text",
          "externalCRMId": "text",
          "created": "2025-10-31T21:47:24.548Z",
          "modified": "2025-10-31T21:47:24.548Z",
          "revenueRecognition": "text",
          "deferredRevenueAccount": "text",
          "recognizedRevenueAccount": "text",
          "customFields": {
            "ANY_ADDITIONAL_PROPERTY": "anything"
          },
          "priceDetails": [
            {
              "currency": "text",
              "price": 1,
              "tier": 1,
              "description": "text",
              "fromQuantity": 1,
              "toQuantity": 1,
              "priceBase": "Flat"
            }
          ],
          "features": [
            {
              "code": "text",
              "description": "text"
            }
          ]
        }
      ],
      "customFields": {
        "ANY_ADDITIONAL_PROPERTY": "anything"
      },
      "created": "2025-10-31T21:47:24.548Z",
      "modified": "2025-10-31T21:47:24.548Z"
    }
  ],
  "externalERPId": "text",
  "externalCRMId": "text",
  "created": "2025-10-31T21:47:24.548Z",
  "modified": "2025-10-31T21:47:24.548Z",
  "customFields": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  }
}A charge plan can only be deleted if it's not in use on any active orders.
Success
No content
Bad Request.
Unauthorized
Forbidden
Not Found
DELETE /Products/chargePlans/{id} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
A charge can only be deleted if it's not in use on any active orders.
Success
No content
Bad Request.
Unauthorized
Forbidden
Not Found
DELETE /Products/charges/{id} HTTP/1.1
Host: api.younium.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
Last updated
Was this helpful?
