Skip to main content
POST
/
finance
/
contracts
/
client
Get customer by client number
curl --request POST \
  --url http://134.209.118.139:3002/finance/contracts/client \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '
{
  "clientnumber": "EO-662"
}
'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Body

application/json
clientnumber
string
required
Example:

"EO-662"

Response

Customer and contract details