curl --location --request PUT 'https://api.test.payrun.io/Employer//JournalInstruction/' \
--header 'Authorization;' \
--header 'Api-Version;'{
"JournalInstruction": {
"AccountingType": "Credit",
"Description": "string",
"EndDate": "2019-08-24",
"Expression": "string",
"JournalLineTag": "string",
"LedgerTarget": "string",
"NomCode": "string",
"StartDate": "2019-08-24",
"SubNomCode": "string"
}
}