POST api/Integrated/SendSMSToUser

Request Information

URI Parameters

None.

Body Parameters

SocialNetworkChatBoxSendSMSToUserModel
NameDescriptionTypeAdditional information
Code

string

None.

ContentSMS

string

None.

DivisionId

integer

None.

Phone

string

None.

LeadId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "ContentSMS": "sample string 2",
  "DivisionId": 3,
  "Phone": "sample string 4",
  "LeadId": 1
}

application/xml, text/xml

Sample:
<SocialNetworkChatBoxSendSMSToUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
  <Code>sample string 1</Code>
  <ContentSMS>sample string 2</ContentSMS>
  <DivisionId>3</DivisionId>
  <LeadId>1</LeadId>
  <Phone>sample string 4</Phone>
</SocialNetworkChatBoxSendSMSToUserModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SocialNetworkChatBoxSendSMSToUserModel'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />