Phone Number Reservations
Extend a number reservation
Extends reservation expiry time on all phone numbers.
post/number_reservations/{number_reservation_id}/actions/extend
Path parameters
number_reservation_idstring required
The number reservation ID.
Response
Successful response with details about a number reservation.
Example response
{
"data": {
"created_at": "2018-01-01T00:00:00.000000Z",
"customer_reference": "MY REF 001",
"id": "12ade33a-21c0-473b-b055-b3c836e1c292",
"phone_numbers": [
{
"created_at": "2018-01-01T00:00:00.000000Z",
"errors": "Number is already on hold",
"expired_at": "2018-01-01T00:00:00.000000Z",
"id": "12ade33a-21c0-473b-b055-b3c836e1c292",
"phone_number": "+19705555098",
"record_type": "reserved_phone_number",
"status": "pending",
"updated_at": "2018-01-01T00:00:00.000000Z"
}
],
"record_type": "number_reservation",
"status": "pending",
"updated_at": "2018-01-01T00:00:00.000000Z"
}
}