POST api/Telefono/AddTelefono/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
Body Parameters
TelefonoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdTelefono | integer |
None. |
|
| Telefono | string |
None. |
|
| IMEI | string |
None. |
|
| SIM | string |
None. |
|
| Informacion | string |
None. |
|
| Nombre | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdTelefono": 1,
"Telefono": "sample string 2",
"IMEI": "sample string 3",
"SIM": "sample string 4",
"Informacion": "sample string 5",
"Nombre": "sample string 6"
}
application/xml, text/xml
Sample:
<TelefonoDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IdTelefono>1</IdTelefono> <Telefono>sample string 2</Telefono> <IMEI>sample string 3</IMEI> <SIM>sample string 4</SIM> <Informacion>sample string 5</Informacion> <Nombre>sample string 6</Nombre> </TelefonoDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.