post https://sandbox.hurdlr.com/rest/v5/accounting/closeYear
Close the books of the specified year for the authenticated user
Log in to see full request history
Response
Close the books of the specified year for the authenticated user
xxxxxxxxxx
curl --request POST \
--url https://sandbox.hurdlr.com/rest/v5/accounting/closeYear \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
22{
"result": "SUCCESS",
"errors": {
"fieldErrors": {
"additionalProp": {
"type": "DUPLICATE",
"errorMessage": "string"
}
},
"globalErrors": [
{
"type": "DUPLICATE",
"errorMessage": "string"
}
]
},
"id": "string",
"webhook": {
"userId": "string",
"type": "ENTITY_UPDATE"
}
}