Hold DID
POST/dids/:id/hold
JSON-RPC
dids.hold
The method moves DID to the hold
status. Only active or blocked DIDs can
be put on hold. After specified amount of hold days pass DID will be moved
back to the status defined in the status_after_hold
field of the DID.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
Number of the affected rows.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred