{
    "result": {
        "delayInMilliseconds": "double",
        "errors": [
            {
                "message": "string",
                "recordId": "int32"
            }
        ],
        "hasErrors": "boolean",
        "isRetry": "boolean",
        "scheduledJobId": "uuid",
        "transactionId": "string"
    },
    "xml": "string"
}| Name | Type | Description | 
|---|---|---|
| result | object | UkLodgePayRunSubmissionResult | 
| result.delayInMilliseconds | double | Nullable | 
| result.errors[] | array | |
| result.errors[].message | string | String | 
| result.errors[].recordId | int32 | Int32 | 
| result.hasErrors | boolean | Boolean | 
| result.isRetry | boolean | Boolean | 
| result.scheduledJobId | uuid | Nullable | 
| result.transactionId | string | String | 
| xml | string | String | 
Powered by DapperDox