POST api/Sms

Request Information

URI Parameters

None.

Body Parameters

SmsRequest
NameDescriptionTypeAdditional information
Celular

integer

None.

TipoIdentificacion

string

None.

Identificacion

integer

None.

Refencia

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Celular": 1,
  "TipoIdentificacion": "sample string 2",
  "Identificacion": 3,
  "Refencia": "sample string 4"
}

application/xml, text/xml

Sample:
<SmsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Dynamics.Entidades.Sms">
  <Celular>1</Celular>
  <Identificacion>3</Identificacion>
  <Refencia>sample string 4</Refencia>
  <TipoIdentificacion>sample string 2</TipoIdentificacion>
</SmsRequest>

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 'SmsRequest'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.