curl --location --request GET 'https://api.test.payrun.io/Employer//JournalLine/' \
--header 'Authorization;' \
--header 'Api-Version;'{
"JournalLine": {
"Credit": 0,
"Debit": 0,
"Description": "string",
"Employee": {
"@href": "string",
"@rel": "string",
"@title": "string"
},
"Generated": "2019-08-24T14:15:22.123Z",
"Grouping": "string",
"LedgerTarget": "string",
"NomCode": "string",
"PayFrequency": "Weekly",
"PayRun": {
"@href": "string",
"@rel": "string",
"@title": "string"
},
"SubContractor": {
"@href": "string",
"@rel": "string",
"@title": "string"
},
"SubNomCode": "string",
"TaxPeriod": 0,
"TaxYear": 0
}
}