curl --location --request GET 'https://api.test.payrun.io/Employer//PaySchedule//PayRun/' \
--header 'Authorization;' \
--header 'Api-Version;'{
"PayRun": {
"Executed": "2019-08-24T14:15:22.123Z",
"IsSupplementary": true,
"PayFrequency": "Weekly",
"PaySchedule": {
"@href": "string",
"@rel": "string",
"@title": "string"
},
"PaymentDate": "2019-08-24",
"PeriodEnd": "2019-08-24",
"PeriodStart": "2019-08-24",
"ProceedingPayRun": {
"@href": "string",
"@rel": "string",
"@title": "string"
},
"Sequence": 0,
"TaxPeriod": 0,
"TaxYear": 0
}
}