api:integration:also:sync-customer
Table of Contents
API : Integration ALSO Sync Customer
Introduction
This request will sync the customer's subscriptions/licenses from ALSO to Telecom X. It will also synchronize the customer's tenant ID from ALSO → Telecom X, if available.
Request
| URL | https://api.telecomx.dk/integration/also/customer/CUSTOMER_ID/sync | |
|---|---|---|
| Method | POST | |
| Access level | RESELLER if the customer belongs to the reseller RESELLER_ADMIN ADMIN. |
|
| Params | CUSTOMER_ID | Id (24-character hex string) of the customer |
Query examples
https://api.telecomx.dk/integration/also/customer/1234567890ABCD1234567890/sync
Response
| JSON object | ||
|---|---|---|
| Property | Type | Description |
| success | Boolean | True if the customer is valid in ALSO. |
Note that properties holding no value may be omitted from the object.
Response example
{ "success": true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | customer | Customer not found |
| 500 | internal_error | <Unspecified> |
api/integration/also/sync-customer.txt · Last modified: 2023/03/15 08:55 by Joakim Andersen