POST api/tradespeople/{id}/service-area
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
SetServiceAreaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| ServiceRadiusKm | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"latitude": 1.1,
"longitude": 2.1,
"serviceRadiusKm": 3.1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.