The ResponseDetails object is used to describe status of a Web API call.
ResponseDetails Parameters
Name |
Type |
Description |
ResponseStatus |
String |
Status of an api call.
Possible values: Success, WrongAccessCode, IncorrectApiKey, IncorrectVendorId, AccountReadOnly, WebApiNotAllowed, WebApiDisabled, VendorNotFound, OrderNotFound, ProjectNotFound, CannotCreateOrder, LicensePresetNotFound, LicenseCodeNotFound, Error |
Message |
String |
Response message |
Example Response
{
"ResponseStatus"
:
"Success"
,
"Message"
:
"Success"
}