curl --location --request POST 'https://api.test.payrun.io/Jobs/ThirdParty' \
--header 'Authorization;' \
--header 'Api-Version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ThirdPartyJobInstruction": {
"ClientIdUniqueKey": "string",
"ClientSecretUniqueKey": "string",
"Employer": {
"@href": "string",
"@rel": "string",
"@title": "string"
},
"HoldingDate": "2019-08-24T14:15:22.123Z",
"InstructionTypeName": "string",
"PayScheduleUniqueKey": "string",
"PaymentDate": "2019-08-24T14:15:22.123Z",
"RemoteEndpoint": "string"
}
}'