AT&T · Example Payload

Mvnx Api Product Order Create Example

Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

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

Top-level fields

externalIdorderItem

Example Payload

Raw ↑
{
  "externalId": "ext-order-500123",
  "orderItem": [
    {
      "action": "add",
      "product": {
        "productOffering": {
          "id": {}
        }
      }
    }
  ]
}