PUT api/Sectores_Nombre_Idioma/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Sectores_Nombre_IdiomaName | Description | Type | Additional information |
---|---|---|---|
Id |
Id |
integer |
None. |
FK_Idioma_Id |
FK_Idioma_Id |
string |
Required String length: inclusive between 0 and 2 |
Nombre |
Nombre |
string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "FK_Idioma_Id": "sample string 2", "Nombre": "sample string 3" }
application/xml, text/xml
Sample:
<Sectores_Nombre_Idioma xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PFAlemania"> <FK_Idioma_Id>sample string 2</FK_Idioma_Id> <Id>1</Id> <Nombre>sample string 3</Nombre> </Sectores_Nombre_Idioma>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.