This endpoint allows you to create a new worksite location for a client within the system.
The request requires details such as the clientId, Address information, and geographic details (country, state, city, and zip code).
Optional fields like apartment, retailer, notes, and geofence radius can also be included to provide more context about the worksite.
When the request is successful, the service returns unique identifier of newly created worksite, confirming that it has been registered in the system.
Request
Body Params application/json
{
"ClientId": 0,
"CountryCode": "string",
"LocationName": "string",
"Street": "string",
"Apartment": "string",
"ZipCode": "string",
"City": "string",
"TimeZoneName": "string",
"State": "string",
"Retailer": "string",
"Notes": "string",
"Radius": 0
}
Modified at 2025-09-16 19:24:43