curl --location --request PUT 'https://api.test.payrun.io/Employer//Employee//PayInstruction/' \
--header 'Authorization;' \
--header 'Api-Version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"PayInstruction": {
"Description": "string",
"EndDate": "2019-08-24",
"PayLineTag": "string",
"StartDate": "2019-08-24"
}
}'{
"PayInstruction": {
"Description": "string",
"EndDate": "2019-08-24",
"PayLineTag": "string",
"StartDate": "2019-08-24"
}
}