Skip to main content

Billing Ticket Request

ticketTypestringrequired
Example: Billing
descriptionstring
Example: test api ticket create
serviceIdstring
Example: a0M6000000Mve6iEAB
componentIdstring
Example:
customerReferenceIdstring
Example: Ticket #123
contacts object[]
  • Array [
  • contactTypestringrequired
    Example: Primary
    fullNamestringrequired
    Example: Hannah Wanderer
    emailstring<email>required
    Example: test@zayo.com
    phonestring
    Example: 3038858963
  • ]
  • Billing Ticket Request
    {
    "ticketType": "Billing",
    "description": "test api ticket create",
    "serviceId": "a0M6000000Mve6iEAB",
    "componentId": "",
    "customerReferenceId": "Ticket #123",
    "contacts": [
    {
    "contactType": "Primary",
    "fullName": "Hannah Wanderer",
    "email": "test@zayo.com",
    "phone": "3038858963"
    }
    ]
    }