The system will generate a response after processing your request for CheckOut.

{
"responseCode": 200,
"responseMsg": "The operation is successful.",
"resourceInfoList": [
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"error": null
}
]
}
responseCode: integer

Indicates the status of operation, specifying whether it was successful, partially successful, or failed.

200
responseMsg: string

Successful or Failure message

"The operation is successful."
resourceInfoList: object[]

List of resource path names.

[
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"error": null
}
]
resourcePath: string

Path to the view root or any resource in the view.

error: object
errorCode: integer

Indicates the status code of the operation.

errorMsg: string

Error or exception description message.