This resource is used to handle allowed answering numbers for customers Dynamic Numbers, client side.
GET
Mandatory parameters
| Name | Type | Description |
|---|---|---|
| customer_id | int | Kaisa's unique ID for customer. |
Optional parameters
None.
Output
| Name | Type | Description |
|---|---|---|
| number_id | int | DNCS number id. |
| phonenr | string | Phone number. |
| identifier | string | Identifier |
| name | string | Name |
POST
Mandatory parameters
| Name | Type | Description |
|---|---|---|
| customer_id | int | Kaisa's unique ID for customer. |
| phonenr | string | Phone Number |
Optional parameters
| Name | Type | Description |
|---|---|---|
| identifier | string | Identifier |
| name | string | Name |
Output
Same as GET.
PUT
Mandatory parameters
| Name | Type | Description |
|---|---|---|
| customer_id | int | Kaisa's unique ID for customer. |
| number_id | int | DNCS number id. |
Optional parameters
| Name | Type | Description |
|---|---|---|
| phonenr | string | DNCS phone number. |
| identifier | string | Identifier |
| name | string | Name |
Output
Same as GET.
DELETE
Mandatory parameters
| Name | Type | Description |
|---|---|---|
| customer_id | int | Kaisa's unique ID for customer. |
| number_id | int | DNCS number id. |
Optional parameters
None.
Output
N/A.
Comments
0 comments
Please sign in to leave a comment.