A Message Response contains a User Message and a Developer Message. Both success and error messages may be returned this way. A Message Response may also contain Links if applicable.
| Field | Data Type | Description |
|---|---|---|
| UserMessage | string | A message intended for the end user. |
| DeveloperMessage | string | A message intended for the developer consuming the API. This message may contain technical information to aid in development. |
| GBStatusCode | integer | A positive number representing the enumeration for the status code returned. |