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 non-collectable disputes for the specified invoice in DisputeModel format, along with the invoice information. Conditionally required in case when Success is true.

DisputeBillModel

None.

Success

Indicates success or failure of the REST request.

boolean

Required