POST api/SelectEquipoCoordinacion

Request Information

URI Parameters

None.

Body Parameters

DatosEquipoCoordinacion
NameDescriptionTypeAdditional information
CODIGOEQUIPOCOORDINACION

integer

None.

CODIGOPAIS

integer

None.

CELULAR

integer

None.

NOMBRES

string

None.

APELLIDOS

string

None.

ESTADO

boolean

None.

DESCRIPCION

string

None.

NUMEROPAIS

string

None.

ICONO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CODIGOEQUIPOCOORDINACION": 1,
  "CODIGOPAIS": 2,
  "CELULAR": 3,
  "NOMBRES": "sample string 4",
  "APELLIDOS": "sample string 5",
  "ESTADO": true,
  "DESCRIPCION": "sample string 7",
  "NUMEROPAIS": "sample string 8",
  "ICONO": "sample string 9"
}

application/xml, text/xml

Sample:
<DatosEquipoCoordinacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models">
  <APELLIDOS>sample string 5</APELLIDOS>
  <CELULAR>3</CELULAR>
  <CODIGOEQUIPOCOORDINACION>1</CODIGOEQUIPOCOORDINACION>
  <CODIGOPAIS>2</CODIGOPAIS>
  <DESCRIPCION>sample string 7</DESCRIPCION>
  <ESTADO>true</ESTADO>
  <ICONO>sample string 9</ICONO>
  <NOMBRES>sample string 4</NOMBRES>
  <NUMEROPAIS>sample string 8</NUMEROPAIS>
</DatosEquipoCoordinacion>

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.