Revenueschedule
Authorizations
Path parameters
chargeNumberstringRequired
Query parameters
FilterstringOptionalExample:
Filter the results. See ODATA documentation for more information
name eq 'Adam' and age gt 20
OrderBystringOptionalExample:
Sorting the results. See ODATA specification for more information
accountNumber Desc
ModifiedAfterstring · date-timeOptionalExample:
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
07/01/2025 00:00:00
ModifiedBeforestring · date-timeOptionalExample:
Apply a separate filter to only get records that has been modified Before the specified date time.
07/01/2025 00:00:00
PageSizeinteger · int32OptionalExample:
Page Size
20
PageNumberinteger · int32OptionalExample:
Page Number
1
Header parameters
api-versionstringOptional
Responses
200
Success
application/json
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get
GET /RevenueSchedule/Charge/{chargeNumber} HTTP/1.1
Host: api.sandbox.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-07-14T08:05:21.962Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"recognizedRevenue": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-07-14T08:05:21.962Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"accountingPeriod": {
"description": "text",
"fiscalYear": 1,
"fiscalPeriod": 1,
"fiscalQuarter": 1,
"calendarYear": 1,
"calendarMonth": 1,
"startDate": "2025-07-14T08:05:21.962Z",
"endDate": "2025-07-14T08:05:21.962Z",
"status": "Open",
"closedDate": "2025-07-14T08:05:21.962Z"
},
"invoiceLine": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"invoiceDate": "2025-07-14T08:05:21.962Z",
"quantity": 1,
"unitCode": "text",
"price": 1,
"subtotal": 1,
"total": 1,
"tax": 1,
"subtotalPreDiscount": 1,
"totalPreDiscount": 1,
"taxPreDiscount": 1,
"externalERPId": "text",
"externalCRMId": "text",
"servicePeriodStartDate": "2025-07-14T08:05:21.962Z",
"servicePeriodEndDate": "2025-07-14T08:05:21.962Z",
"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-07-14T08:05:21.962Z",
"modified": "2025-07-14T08:05:21.962Z"
}
]
}
Authorizations
Path parameters
idstring · uuidRequired
Query parameters
FilterstringOptionalExample:
Filter the results. See ODATA documentation for more information
name eq 'Adam' and age gt 20
OrderBystringOptionalExample:
Sorting the results. See ODATA specification for more information
accountNumber Desc
ModifiedAfterstring · date-timeOptionalExample:
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
07/01/2025 00:00:00
ModifiedBeforestring · date-timeOptionalExample:
Apply a separate filter to only get records that has been modified Before the specified date time.
07/01/2025 00:00:00
PageSizeinteger · int32OptionalExample:
Page Size
20
PageNumberinteger · int32OptionalExample:
Page Number
1
Header parameters
api-versionstringOptional
Responses
200
Success
application/json
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get
GET /RevenueSchedule/InvoiceLine/{id} HTTP/1.1
Host: api.sandbox.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-07-14T08:05:21.962Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"recognizedRevenue": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-07-14T08:05:21.962Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"accountingPeriod": {
"description": "text",
"fiscalYear": 1,
"fiscalPeriod": 1,
"fiscalQuarter": 1,
"calendarYear": 1,
"calendarMonth": 1,
"startDate": "2025-07-14T08:05:21.962Z",
"endDate": "2025-07-14T08:05:21.962Z",
"status": "Open",
"closedDate": "2025-07-14T08:05:21.962Z"
},
"invoiceLine": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"invoiceId": "123e4567-e89b-12d3-a456-426614174000",
"invoiceNumber": "text",
"invoiceDate": "2025-07-14T08:05:21.962Z",
"quantity": 1,
"unitCode": "text",
"price": 1,
"subtotal": 1,
"total": 1,
"tax": 1,
"subtotalPreDiscount": 1,
"totalPreDiscount": 1,
"taxPreDiscount": 1,
"externalERPId": "text",
"externalCRMId": "text",
"servicePeriodStartDate": "2025-07-14T08:05:21.962Z",
"servicePeriodEndDate": "2025-07-14T08:05:21.962Z",
"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-07-14T08:05:21.962Z",
"modified": "2025-07-14T08:05:21.962Z"
}
]
}
Last updated