Order Object

Description

Order Object attributes.

Attributes

Name | Type | Description

reference | string | Order Reference number.

amount

string

Total order amount.

status

enum

Status of the Order.

description

string

Description of the Order.

created_at

DateTime

Date and time of Order creation.

items

Array<OrderItem>

Ordered items array.

callback_url

string

The HTTP or HTTPS endpoint to where events related to order will be delivered.

callback_method

string

The HTTP Method used for order events. POST, GET are supported methods.

Order Item

Name

Type

Is Required?

Description

type

string

Optional

Item object type: did_order_items for DIDs and capacity_order_items for Channels.

attributes

One of DID Order Item Attributes,
Capacity Order Item Attributes

Optional

Order Item Attributes object.

Order Item Attributes

Name

Type

Description

qty

integer

Quantity of services.

nrc

string

One-time activation fee (Non Recurring Cost).

mrc

string

Ongoing monthly fees (Monthly Recurring Cost).

prorated_mrc

boolean

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

date

Billing cycle start date.

billed_to

date

Billing cycle end date.

did_group_id

string

DID Group ID.