Check if site exists

head/sites
SecuritybearerAuth
Request
query Parameters
customerId
string (IdFilterParam)

Filter by customer

Example: customerId=0
invoiceTemplateId
string (IdFilterParam)

Filter by invoice template id

Example: invoiceTemplateId=0
billingCycleId
string (IdFilterParam)

Filter by billing cycle id

Example: billingCycleId=0
siteName
string (StringFilterParam)

Filter by site name

Example: siteName=xyz | in:x,y | like:xyz
siteReference
string (StringFilterParam)

Filter by site reference

Example: siteReference=xyz | in:x,y | like:xyz
activeSites
string (StringFilterParam)

Filter to exclude sites that are ended (end date is before today). The value is either true or false.

Example: activeSites=xyz | in:x,y | like:xyz
contractOwnerSubBrandId
string (IdFilterParam)

Filter by contract owner sub brand identifier

Example: contractOwnerSubBrandId=0
adhocBillRunId
string (IdFilterParam)

Filter by adhoc bill run identifier

Example: adhocBillRunId=0
Responses
200

Exists

400

Invalid Request

401

Unauthorized

403

Forbidden

404

Not Found