Skip to main content

Order Profiles

  1. Interface description

    • Order the configuration file separately. After the order is successfully placed, the SM-DP+ server will return an order number and asynchronously allocate a configuration file for the order.
  2. Interface invocation

    • URL:/linklan_api/esim/v1/activationCode
    • Request method:post
  3. Request parameters

NameTypeRequiredDescription
packagesCodeinttrueproduct number
{
"data": {
"packagesCode": "CNNHK50g30d"
}
}
  1. Response parameters
NameTypeDescription
lklOrderCodestringorder number

Json 示例

{
"code": 200,
"msg": "success",
"data": {
"lklOrderCode": "lkl_1780284354"
}
}