POST Subscriber/{subscriberId}/ServiceTags/Suggestions
Suggest a new service tag for an appointment
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriberId | integer |
Required |
Body Parameters
AddServiceTagSuggestionRequestName | Description | Type | Additional information |
---|---|---|---|
TagSuggestion | string |
None. |
|
ServiceId | integer |
None. |
|
SourceFunctionality | string |
None. |
|
ServiceType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TagSuggestion": "sample string 1", "ServiceId": 1, "SourceFunctionality": "sample string 2", "ServiceType": "sample string 3" }
application/xml, text/xml
Sample:
<AddServiceTagSuggestionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mindbody.SubscriberApi.Dto.Requests.Products"> <ServiceId>1</ServiceId> <ServiceType>sample string 3</ServiceType> <SourceFunctionality>sample string 2</SourceFunctionality> <TagSuggestion>sample string 1</TagSuggestion> </AddServiceTagSuggestionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.