204 |
|
Dial plan information successfully updated.
Note: The response will only contain both an ETag value
and link to the updated dial plan resource.
|
304 |
|
Dial plan information has not changed since the last retrieval.
Note: The API client must provide the "plcm-dial-plan" representation's
ETag value in the "If-None-Match" HTTP header to ensure conditional
retrieval. This will improve network performance by reducing bandwidth
consumption.
If the API client chooses to exclude an ETag value from a previous,
identical single dial plan retrieval in the "If-None-Match" header, then
the HTTP response will contain the dial plan representation in the message
body.
The "plcm-dial-plan" ETag can be accessed from the initial retrieval result's HTTP
response header. Also, subsequent retrievals require the identical domain and
user name to ensure an equivalent ETag value. This also assumes no other client made changes to
dial plan on the server.
|
403 |
application/vnd.plcm.plcm-error+xml application/vnd.plcm.plcm-error+json
|
Unable to get permission. Administrator user role required. |
404 |
application/vnd.plcm.plcm-error+xml application/vnd.plcm.plcm-error+json
|
No such dial plan |
412 |
application/vnd.plcm.plcm-error+xml application/vnd.plcm.plcm-error+json
|
The dial plan resource has changed on the server.
Note: The response will contain the ETag value and link that reflects
the server's dial rule resource in the HTTP response header.
The API client must supply the ETag in the message body that is bounded by
the "entity-tag" XML tag. Refer to the "plcm-dial-plan.xsd" for details.
If the message body does not contain the ETag value, the server will
look for the ETag in the "If-Match" header.
|
428 |
application/vnd.plcm.plcm-error+xml application/vnd.plcm.plcm-error+json
|
The API client must supply the ETag in the message body that is bounded by
the "entity-tag" XML tag. Refer to the "plcm-dial-plan.xsd" for details.
If the message body does not contain the ETag value, the server will
look for the ETag in the "If-Match" header.
|