curl --location --request POST 'https://api.test.payrun.io/Jobs/Batch' \
--header 'Authorization;' \
--header 'Api-Version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"BatchJobInstruction": {
"HoldingDate": "2019-08-24T14:15:22.123Z",
"Instructions": {
"DELETE": [
{
"@Href": "string"
}
]
},
"ValidateOnly": true
}
}'{
"Link": {
"@href": "string",
"@rel": "string",
"@title": "string"
}
}