Order Object
Order Object attributes.
Attributes
Name |
Type |
Description |
|---|---|---|
reference |
|
Order Reference number. |
amount |
|
Total order amount. |
status |
|
Status of the Order. |
description |
|
Description of the Order. |
external_reference_id |
|
Optional identifier for the order in the customer’s external system. Maximum length is 100 characters. |
created_at |
|
Date and time of Order creation. |
items |
|
Ordered items array. |
callback_url |
|
The HTTP or HTTPS endpoint to where events related to order will be delivered. |
callback_method |
|
The HTTP Method used for order events. |
Order Item
Name |
Type |
Is Required? |
Description |
|---|---|---|---|
type |
|
No |
Item object type: |
attributes |
One of DID Order Item Attributes, |
No |
Order Item Attributes object. |
Order Item Attributes
Name |
Type |
Description |
|---|---|---|
qty |
|
Quantity of services. |
nrc |
|
One-time activation fee (Non Recurring Cost). |
mrc |
|
Ongoing monthly fees (Monthly Recurring Cost). |
prorated_mrc |
|
If true, MRC will be charged prorated amount for the services acquired in the middle of the billing cycle. |
billed_from |
|
Billing cycle start date. |
billed_to |
|
Billing cycle end date. |
did_group_id |
|
DID Group ID. |
Name |
Type |
Description |
|---|---|---|
qty |
|
Quantity of services. |
nrc |
|
One-time activation fee (Non Recurring Cost). |
mrc |
|
Ongoing monthly fees (Monthly Recurring Cost). |
prorated_mrc |
|
If true, MRC will be charged prorated amount for the services acquired in the middle of the billing cycle. |
billed_from |
|
Billing cycle start date. |
billed_to |
|
Billing cycle end date. |
capacity_pool_id |
|
Capacity Pool ID. |
Name |
Type |
Description |
|---|---|---|
qty |
|
Quantity of services. |
nrc |
|
One-time activation fee (Non Recurring Cost). |
mrc |
|
Ongoing monthly fees (Monthly Recurring Cost). |
prorated_mrc |
|
If true, MRC is charged as a prorated amount for services acquired in the middle of the billing cycle. If false, MRC is charged in full for the billing cycle. |
billed_from |
|
Billing cycle start date. |
billed_to |
|
Billing cycle end date. |
emergency_calling_service_id |
|
Emergency Calling Service ID associated with the order item. |