POST api/SelectConfiguracionesWhatsApp

Request Information

URI Parameters

None.

Body Parameters

DatosConfiguracionesWthasApp
NameDescriptionTypeAdditional information
CODIGOCONFIGURACIONWHATSAPP

integer

None.

NUMERO

string

None.

MENSAJE

string

None.

CODIGOPAIS

integer

None.

ESTADO

boolean

None.

NUMEROPAIS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGOCONFIGURACIONWHATSAPP": 1,
  "NUMERO": "sample string 2",
  "MENSAJE": "sample string 3",
  "CODIGOPAIS": 4,
  "ESTADO": true,
  "NUMEROPAIS": "sample string 6"
}

application/xml, text/xml

Sample:
<DatosConfiguracionesWthasApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models">
  <CODIGOCONFIGURACIONWHATSAPP>1</CODIGOCONFIGURACIONWHATSAPP>
  <CODIGOPAIS>4</CODIGOPAIS>
  <ESTADO>true</ESTADO>
  <MENSAJE>sample string 3</MENSAJE>
  <NUMERO>sample string 2</NUMERO>
  <NUMEROPAIS>sample string 6</NUMEROPAIS>
</DatosConfiguracionesWthasApp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.