You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/t/lib/NGCP/Test/ReferenceData/customers.json

45 lines
1.2 KiB

[
{
"name": "sipaccount customer",
"type": "customers",
"depends": [
"default customercontact",
"customer billingprofile"
],
"data": {
"billing_profile_id": "${customer billingprofile}",
"contact_id": "${default customercontact}",
"type": "sipaccount",
"status": "active"
}
},
{
"name": "pbxaccount customer",
"type": "customers",
"depends": [
"default customercontact",
"customer billingprofile"
],
"data": {
"billing_profile_id": "${customer billingprofile}",
"contact_id": "${default customercontact}",
"type": "pbxaccount",
"status": "active"
}
},
{
"name": "filled pbxaccount customer",
"type": "customers",
"depends": [
"default customercontact",
"customer billingprofile"
],
"data": {
"billing_profile_id": "${customer billingprofile}",
"contact_id": "${default customercontact}",
"type": "pbxaccount",
"status": "active"
}
}
]