Billing Ticket Request
ticketTypestringrequired
Example:
Billingdescriptionstring
Example:
test api ticket createserviceIdstring
Example:
a0M6000000Mve6iEABcomponentIdstring
Example:
customerReferenceIdstring
Example:
Ticket #123contacts object[]
Array [
contactTypestringrequired
Example:
PrimaryfullNamestringrequired
Example:
Hannah Wandereremailstring<email>required
Example:
test@zayo.comphonestring
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"
}
]
}