PUT api/clients/{clientId}/defaultservicetype/{serviceTypeId}
Adds or updates a default service type on a client
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId |
The client to update the service type for |
integer |
Required |
serviceTypeId |
The id of the service type to become the default |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the results of the operation, which is just a boolean if the service was found
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.