Check if customer exists

head/customers
SecuritybearerAuth
Request
query Parameters
contractOwnerId
string (IdFilterParam)

Filter by contract owner

Example: contractOwnerId=0
customerName
string (StringFilterParam)

Filter by customer name

Example: customerName=xyz | in:x,y | like:xyz
customerType
string (StringFilterParam)

Filter by customer type

Example: customerType=xyz | in:x,y | like:xyz
customerAccountNumber
string (StringFilterParam)

Filter by customer account number

Example: customerAccountNumber=xyz | in:x,y | like:xyz
billingCycleId
string (IdFilterParam)

Filter by billing cycle

Example: billingCycleId=0
startDate
string (DateFilterParam)

Filter by start date

Example: startDate=yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd
endDate
string (DateFilterParam)

Filter by end date

Example: endDate=yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd
Responses
200

Exists

400

Invalid Request

401

Unauthorized

403

Forbidden

404

Not Found