Order Object
Description
Order Object attributes.
Attributes
Name | Type | Description |
||||
---|---|---|---|---|
reference | |
||||
amount |
|
Total order amount. |
||
status |
|
Status of the Order.
Possible values:
Pending Canceled Completed |
||
description |
|
Description of the Order. |
||
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. POST, GET are supported methods. |
Order Item
Name |
Type |
Is Required? |
Description |
---|---|---|---|
type |
|
Optional |
Item object type: did_order_items for DIDs and capacity_order_items for Channels. |
attributes |
One of DID Order Item Attributes, |
Optional |
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. If false, MRC will be charged full amount for the full billing cycle. |
billed_from |
|
Billing cycle start date. |
billed_to |
|
Billing cycle end date. |
capacity_pool_id |
|
Capacity Pool ID. |