Bookings
Last updated
Was this helpful?
Last updated
Was this helpful?
/Bookings
Skip number of records
10
Take number of records
5
Filter the resulsts. See ODATA documentation for more information
name eq 'Adam' and age gt 20
Sorting the results. See ODATA specificaion for more information
name
curl -L \
--url 'https://api.younium.com/Bookings'
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"currency": "text",
"effectiveDate": "2025-02-22T08:51:38.837Z",
"created": "2025-02-22T08:51:38.837Z",
"modified": "2025-02-22T08:51:38.837Z",
"notes": "text",
"bookingLines": [
{
"created": "2025-02-22T08:51:38.837Z",
"modified": "2025-02-22T08:51:38.837Z",
"charge": {
"name": "text",
"chargeNumber": "OPC-000001",
"description": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text"
},
"cmrr": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"acv": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"emrr": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"oneTimeFees": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"tcv": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"fmrr": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
}
}
],
"bookingType": "New",
"accountCategory": "New",
"changeType": "Upsell",
"cmrr": {
"amount": 1,
"amountInBaseCurrency": 1
},
"acv": {
"amount": 1,
"amountInBaseCurrency": 1
},
"emrr": {
"amount": 1,
"amountInBaseCurrency": 1
},
"oneTimeFees": {
"amount": 1,
"amountInBaseCurrency": 1
},
"tcv": {
"amount": 1,
"amountInBaseCurrency": 1
},
"fmrr": {
"amount": 1,
"amountInBaseCurrency": 1
},
"classification": {
"name": "text",
"description": "text",
"chartColor": "text",
"isSystemClassification": true,
"classificationType": "NewCustomer"
},
"order": {
"orderNumber": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text"
}
}
]
Success
/Bookings/{id}
curl -L \
--url 'https://api.younium.com/Bookings/{id}'
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"currency": "text",
"effectiveDate": "2025-02-22T08:51:38.837Z",
"created": "2025-02-22T08:51:38.837Z",
"modified": "2025-02-22T08:51:38.837Z",
"notes": "text",
"bookingLines": [
{
"created": "2025-02-22T08:51:38.837Z",
"modified": "2025-02-22T08:51:38.837Z",
"charge": {
"name": "text",
"chargeNumber": "OPC-000001",
"description": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text"
},
"cmrr": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"acv": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"emrr": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"oneTimeFees": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"tcv": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
},
"fmrr": {
"amount": 1,
"currencyCode": "text",
"currencyConversionDate": "2025-02-22T08:51:38.837Z",
"baseCurrencyAmount": 1,
"baseCurrencyCode": "text"
}
}
],
"bookingType": "New",
"accountCategory": "New",
"changeType": "Upsell",
"cmrr": {
"amount": 1,
"amountInBaseCurrency": 1
},
"acv": {
"amount": 1,
"amountInBaseCurrency": 1
},
"emrr": {
"amount": 1,
"amountInBaseCurrency": 1
},
"oneTimeFees": {
"amount": 1,
"amountInBaseCurrency": 1
},
"tcv": {
"amount": 1,
"amountInBaseCurrency": 1
},
"fmrr": {
"amount": 1,
"amountInBaseCurrency": 1
},
"classification": {
"name": "text",
"description": "text",
"chartColor": "text",
"isSystemClassification": true,
"classificationType": "NewCustomer"
},
"order": {
"orderNumber": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"externalERPId": "text",
"externalCRMId": "text"
}
}
Success