AT&T · Example Payload

Mvnx Api Resource Reservation Example

Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

Mvnx Api Resource Reservation Example is an example object payload from AT&T, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idhrefreservationStatereservedResource

Example Payload

Raw ↑
{
  "id": "reservation-500123",
  "href": "https://devex-web.att.com/resourceReservation/reservation-500123",
  "reservationState": "completed",
  "reservedResource": [
    {
      "value": "+12125559999"
    }
  ]
}