400 Response
Bad Request
apiVersionstring
API version of the request.
error object
Error information from the request.
errorIdstring<uuid>
UUID for Zayo troubleshooting.
Example:
851e419f-93df-46b3-a718-819e923c88f4codeinteger
400 - the request contains bad syntax or cannot be fulfilled.
Example:
400messagestring
More detailed explanation of the error.
errorsstring[]
Additional error information, if necessary.
400 Response
{
"apiVersion": "string",
"error": {
"errorId": "851e419f-93df-46b3-a718-819e923c88f4",
"code": 400,
"message": "string",
"errors": [
"string"
]
}
}