post http://localhost:3000/payroll
Create payroll..
Log in to see full request history
Responses
400Bad Request
401Unauthorized
Create payroll..
400Bad Request
401Unauthorized
xxxxxxxxxx
11curl --request POST \
--url http://localhost:3000/payroll \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"payroll": {
"type": "standard"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: