User Tools

Site Tools


api:customer:billing-customer-add

API : Billing Customer Add

Introduction

This request will add a new billing customer to a customer.

Request

URL https://api.telecomx.dk/customer/CUSTOMER_ID/billingcustomer/BILLING_CUSTOMER_ID
Method POST
Access level RESELLER, RESELLER_ADMIN or ADMIN.
Param CUSTOMER_ID Id of customer (24 hex-char string).
BILLING_CUSTOMER_ID Id of billing customer (24 hex-char string).

Response

The response will be the newly created address, if no errors occurred.

Json object
success Boolean Indicates whether the billing customer was successfully added or not

Note that properties holding no value may be omitted from the object.

Example

{
  success: true
}

Errors

Error code Message Description
404 customer Customer not found
404 id Billing customer not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/customer/billing-customer-add.txt · Last modified: 2026/05/11 08:47 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki