POST v1/users/enable-service
Request Information
URI Parameters
None.
Body Parameters
EnableServiceRequestDtoName | Description | Type | Additional information |
---|---|---|---|
EmailService | boolean |
None. |
|
PhoneService | boolean |
None. |
|
ChatService | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "emailService": true, "phoneService": true, "chatService": true }
text/html, multipart/form-data
Sample:
{"emailService":true,"phoneService":true,"chatService":true}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.