Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Operation

Information of the operation

POST
https://{environment}.ulysescloud.com/public/api/{version}/chain/{chainId}/property/{propertyId}/pbx/{integrationId}/extensions


Request

PropertyTypeRequiredDefault valueDescription
chainIdIntegertrue
Unique identificator of the chain.
propertyIdIntegertrue
Unique identificator of the property.
integrationIdIntegertrue
Unique identificator of the Integration.

pbxExtension

PBXExtensiontrue
The extension that is going to be saved.

Example request

POST https://prod.ulysescloud.com/public/api/v1/chain/1/property/3/pbx/9/extensions


Body

A PBXExtension entity.

Example body

{
    "extensionCode": "COD1",
    "name": "Extension 1",
    "space": null
}


Response

PropertyTypeRequiredDescription
responseApiMessageResponseApiMessagetrueResponse of the operation.



Example response

{
  "httpStatus": "201",
  "userMessage": "Success",
  "technicalMessage": "Success extension added",
  "errorCode": "0",
  "id": 1
}
  • No labels