Revenueschedule
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20
Sorting the results. See developer resources for more information
accountNumber Desc
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-08-01
Apply a separate filter to only get records that has been modified Before the specified date time.
2025-08-01
Page Size
20
Page Number
1
Success
Bad Request.
Unauthorized
Forbidden
GET /RevenueSchedule/Charge/{chargeNumber} 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",
"deferredRevenue": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-08-24T10:48:03.826Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"recognizedRevenue": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-08-24T10:48:03.826Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"accountingPeriod": {
"description": "text",
"fiscalYear": 1,
"fiscalPeriod": 1,
"fiscalQuarter": 1,
"calendarYear": 1,
"calendarMonth": 1,
"startDate": "2025-08-24T10:48:03.826Z",
"endDate": "2025-08-24T10:48:03.826Z",
"status": "Open",
"closedDate": "2025-08-24T10:48:03.826Z"
},
"invoiceLine": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"invoiceDate": "2025-08-24T10:48:03.826Z",
"quantity": 1,
"unitCode": "text",
"price": 1,
"subtotal": 1,
"total": 1,
"tax": 1,
"subtotalPreDiscount": 1,
"totalPreDiscount": 1,
"taxPreDiscount": 1,
"externalERPId": "text",
"externalCRMId": "text",
"servicePeriodStartDate": "2025-08-24T10:48:03.826Z",
"servicePeriodEndDate": "2025-08-24T10:48:03.826Z",
"notes": "text",
"accountsReceivableAccount": "text",
"deferredRevenueAccount": "text",
"recognizedRevenueAccount": "text",
"taxCategoryName": "text",
"taxRate": 1
},
"orderProductCharge": {
"name": "text",
"chargeNumber": "OPC-000001",
"description": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text"
},
"created": "2025-08-24T10:48:03.826Z",
"modified": "2025-08-24T10:48:03.826Z"
}
]
}
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20
Sorting the results. See developer resources for more information
accountNumber Desc
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2025-08-01
Apply a separate filter to only get records that has been modified Before the specified date time.
2025-08-01
Page Size
20
Page Number
1
Success
Bad Request.
Unauthorized
Forbidden
GET /RevenueSchedule/InvoiceLine/{id} 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",
"deferredRevenue": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-08-24T10:48:03.826Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"recognizedRevenue": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-08-24T10:48:03.826Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"accountingPeriod": {
"description": "text",
"fiscalYear": 1,
"fiscalPeriod": 1,
"fiscalQuarter": 1,
"calendarYear": 1,
"calendarMonth": 1,
"startDate": "2025-08-24T10:48:03.826Z",
"endDate": "2025-08-24T10:48:03.826Z",
"status": "Open",
"closedDate": "2025-08-24T10:48:03.826Z"
},
"invoiceLine": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"invoiceDate": "2025-08-24T10:48:03.826Z",
"quantity": 1,
"unitCode": "text",
"price": 1,
"subtotal": 1,
"total": 1,
"tax": 1,
"subtotalPreDiscount": 1,
"totalPreDiscount": 1,
"taxPreDiscount": 1,
"externalERPId": "text",
"externalCRMId": "text",
"servicePeriodStartDate": "2025-08-24T10:48:03.826Z",
"servicePeriodEndDate": "2025-08-24T10:48:03.826Z",
"notes": "text",
"accountsReceivableAccount": "text",
"deferredRevenueAccount": "text",
"recognizedRevenueAccount": "text",
"taxCategoryName": "text",
"taxRate": 1
},
"orderProductCharge": {
"name": "text",
"chargeNumber": "OPC-000001",
"description": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text"
},
"created": "2025-08-24T10:48:03.826Z",
"modified": "2025-08-24T10:48:03.826Z"
}
]
}
Last updated
Was this helpful?