Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Standard Response Object

Unless otherwise noted in the documentation for a REST API, all ServiceBroker REST API calls return the following standard JSON response object.

On this page:

Standard Response Object Format

JSON Format
{
    "Success": false,
    "Code": 12,
    "Message": "WorkItem not found: Appt01"
}

  • No labels