NameDescriptionTypeAdditional information
ErrorCode

Name of the error condition/category. See ErrorCode enumeration for details. Conditionally required in case when Success is false.

ErrorCode

None.

ErrorCodeDetail

Detailed error condition code.

string

None.

ErrorID

Internal error identification number that uniquely identifies this specific error that occurred.

string

None.

ErrorNum

Numeric value of the ErrorCode. Conditionally required in case when Success is false.

int

None.

Errors

List of errors that occurred when performing the operation. Conditionally required in case when Success is false.

Collection of string

None.

Result

Upon success, it includes a list of the requested promises in the PromiseResponseModel format. Conditionally required in case when Success is true.

Collection of PromiseResponseModel

None.

Success

Indicates success or failure of the REST request.

boolean

Required