Retrieves all service locations.
query Parameters
includeDeletedbooleanDefault: false
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
customerIdstring · requiredThe unique identifier of the customer associated with this service location.
addressstring | null · requiredThe street address of the service location.
citystring | null · requiredThe city where the service location is located.
statestring | null · requiredThe state or province of the service location.
zipstring | null · requiredThe ZIP or postal code of the service location.
idstring | nullThe unique identifier for the service location.
ratenumber · doubleThe service rate charged at this location.
rateTypestring · enumThe type of rate applied to the service.
Enum values:NonePerStopIncludingChemicalsPerStopPlusChemicalsFlatMonthlyRateIncludingChemicalsFlatMonthlyRatePlusChemicalslaborCostnumber · doubleThe labor cost associated with servicing this location.
laborCostTypestring · enumThe type of labor cost applied.
Enum values:NonePerStopPerMonthdeletedbooleanIndicates whether the service location has been marked as deleted.
taxGroupobjectThe tax group.
latitudenumber · doubleThe latitude coordinate of the service location.
longitudenumber · doubleThe longitude coordinate of the service location.
gateCodestring | nullThe gate access code for the service location, if applicable.
dogsNamestring | nullThe name of the dog at the service location, if applicable.
notesstring | nullAdditional notes about the service location.
locationCodestring | nullA custom code assigned to the service location.
minutesAtStopinteger · int32The estimated number of minutes spent at this service location per visit.
Updates an existing service location.
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Request Body
idstring | null · requiredThe unique identifier for the service location.
addressstring | null · requiredThe street address of the service location.
citystring | null · requiredThe city where the service location is located.
statestring | null · requiredThe state or province of the service location.
zipstring | null · requiredThe ZIP or postal code of the service location.
serviceRateobjectThe service rate charged at this location.
laborCostobjectThe labor cost associated with servicing this location.
latitudenumber · doubleThe latitude coordinate of the service location.
longitudenumber · doubleThe longitude coordinate of the service location.
gateCodestring | nullThe gate access code for the service location, if applicable.
dogsNamestring | nullThe name of the dog at the service location, if applicable.
notesstring | nullAdditional notes about the service location.
locationCodestring | nullA custom code assigned to the service location.
minutesAtStopinteger · int32The estimated number of minutes spent at this service location per visit.
Responses
OK
idstring | null · requiredThe unique identifier for the service location.
addressstring | null · requiredThe street address of the service location.
citystring | null · requiredThe city where the service location is located.
statestring | null · requiredThe state or province of the service location.
zipstring | null · requiredThe ZIP or postal code of the service location.
serviceRateobjectThe service rate charged at this location.
laborCostobjectThe labor cost associated with servicing this location.
latitudenumber · doubleThe latitude coordinate of the service location.
longitudenumber · doubleThe longitude coordinate of the service location.
gateCodestring | nullThe gate access code for the service location, if applicable.
dogsNamestring | nullThe name of the dog at the service location, if applicable.
notesstring | nullAdditional notes about the service location.
locationCodestring | nullA custom code assigned to the service location.
minutesAtStopinteger · int32The estimated number of minutes spent at this service location per visit.
Creates a new service location.
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Request Body
customerIdstring · requiredThe unique identifier of the customer associated with this service location.
bodiesOfWaterobject[] · requiredBodies of water associated with the service location.
addressstring | null · requiredThe street address of the service location.
citystring | null · requiredThe city where the service location is located.
statestring | null · requiredThe state or province of the service location.
zipstring | null · requiredThe ZIP or postal code of the service location.
serviceRateobjectThe service rate charged at this location.
laborCostobjectThe labor cost associated with servicing this location.
latitudenumber · doubleThe latitude coordinate of the service location.
longitudenumber · doubleThe longitude coordinate of the service location.
gateCodestring | nullThe gate access code for the service location, if applicable.
dogsNamestring | nullThe name of the dog at the service location, if applicable.
notesstring | nullAdditional notes about the service location.
locationCodestring | nullA custom code assigned to the service location.
minutesAtStopinteger · int32The estimated number of minutes spent at this service location per visit.
Responses
Created
idstring | null · requiredThe unique identifier for the service location.
addressstring | null · requiredThe street address of the service location.
citystring | null · requiredThe city where the service location is located.
statestring | null · requiredThe state or province of the service location.
zipstring | null · requiredThe ZIP or postal code of the service location.
serviceRateobjectThe service rate charged at this location.
laborCostobjectThe labor cost associated with servicing this location.
latitudenumber · doubleThe latitude coordinate of the service location.
longitudenumber · doubleThe longitude coordinate of the service location.
gateCodestring | nullThe gate access code for the service location, if applicable.
dogsNamestring | nullThe name of the dog at the service location, if applicable.
notesstring | nullAdditional notes about the service location.
locationCodestring | nullA custom code assigned to the service location.
minutesAtStopinteger · int32The estimated number of minutes spent at this service location per visit.
Searches all service locations.
query Parameters
SortsstringComma-delimited ordered list of property names to sort by. Adding - before the property name sorts in reverse order.Values: Id, City, State, Zip, TaxGroupId, Rate, RateType, LaborCost, LaborCostType, CreatedAt, UpdatedAt
FiltersstringA comma-delimited list of property name, operator, value.Values: Id, City, State, Zip, TaxGroupId, IsBadAddress, Rate, RateType, LaborCost, LaborCostType, CreatedAt, UpdatedAt, Deleted
Pageinteger · int32The page number to return
PageSizeinteger · int32The number of items returned per page
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
customerIdstring · requiredThe unique identifier of the customer associated with this service location.
addressstring | null · requiredThe street address of the service location.
citystring | null · requiredThe city where the service location is located.
statestring | null · requiredThe state or province of the service location.
zipstring | null · requiredThe ZIP or postal code of the service location.
idstring | nullThe unique identifier for the service location.
ratenumber · doubleThe service rate charged at this location.
rateTypestring · enumThe type of rate applied to the service.
Enum values:NonePerStopIncludingChemicalsPerStopPlusChemicalsFlatMonthlyRateIncludingChemicalsFlatMonthlyRatePlusChemicalslaborCostnumber · doubleThe labor cost associated with servicing this location.
laborCostTypestring · enumThe type of labor cost applied.
Enum values:NonePerStopPerMonthdeletedbooleanIndicates whether the service location has been marked as deleted.
taxGroupobjectThe tax group.
latitudenumber · doubleThe latitude coordinate of the service location.
longitudenumber · doubleThe longitude coordinate of the service location.
gateCodestring | nullThe gate access code for the service location, if applicable.
dogsNamestring | nullThe name of the dog at the service location, if applicable.
notesstring | nullAdditional notes about the service location.
locationCodestring | nullA custom code assigned to the service location.
minutesAtStopinteger · int32The estimated number of minutes spent at this service location per visit.
Retrieves one service location by ID.
path Parameters
idstring · required
query Parameters
includeDeletedbooleanDefault: false
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
customerIdstring · requiredThe unique identifier of the customer associated with this service location.
addressstring | null · requiredThe street address of the service location.
citystring | null · requiredThe city where the service location is located.
statestring | null · requiredThe state or province of the service location.
zipstring | null · requiredThe ZIP or postal code of the service location.
bodiesOfWaterobject[]Bodies of water associated with the service location.
idstring | nullThe unique identifier for the service location.
ratenumber · doubleThe service rate charged at this location.
rateTypestring · enumThe type of rate applied to the service.
Enum values:NonePerStopIncludingChemicalsPerStopPlusChemicalsFlatMonthlyRateIncludingChemicalsFlatMonthlyRatePlusChemicalslaborCostnumber · doubleThe labor cost associated with servicing this location.
laborCostTypestring · enumThe type of labor cost applied.
Enum values:NonePerStopPerMonthdeletedbooleanIndicates whether the service location has been marked as deleted.
taxGroupobjectThe tax group.
latitudenumber · doubleThe latitude coordinate of the service location.
longitudenumber · doubleThe longitude coordinate of the service location.
gateCodestring | nullThe gate access code for the service location, if applicable.
dogsNamestring | nullThe name of the dog at the service location, if applicable.
notesstring | nullAdditional notes about the service location.
locationCodestring | nullA custom code assigned to the service location.
minutesAtStopinteger · int32The estimated number of minutes spent at this service location per visit.