POST api/SelectDatosPais
Request Information
URI Parameters
None.
Body Parameters
DatosPais| Name | Description | Type | Additional information |
|---|---|---|---|
| CODIGOPAIS | integer |
None. |
|
| NUMEROPAIS | string |
None. |
|
| DESCRIPCION | string |
None. |
|
| ESTADO | boolean |
None. |
|
| COUNTRYCODE | string |
None. |
|
| ICONO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CODIGOPAIS": 1,
"NUMEROPAIS": "sample string 2",
"DESCRIPCION": "sample string 3",
"ESTADO": true,
"COUNTRYCODE": "sample string 5",
"ICONO": "sample string 6"
}
application/xml, text/xml
Sample:
<DatosPais xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models"> <CODIGOPAIS>1</CODIGOPAIS> <COUNTRYCODE>sample string 5</COUNTRYCODE> <DESCRIPCION>sample string 3</DESCRIPCION> <ESTADO>true</ESTADO> <ICONO>sample string 6</ICONO> <NUMEROPAIS>sample string 2</NUMEROPAIS> </DatosPais>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.