Skip to main content
POST
/
hours
/
status-bills-change
Status bill change
curl --request POST \
  --url https://api.projectcor.com/v1/hours/status-bills-change \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "receiptNumber": 123,
  "counters": [
    123
  ]
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
receiptNumber
integer
required

Receipt Number

counters
integer[]
required

Array of counters

Response

200

Status changed successfully