PUT api/getTiposControl/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

getTiposControl
NameDescriptionTypeAdditional information
codigo

string

String length: inclusive between 0 and 255

descripcion

string

String length: inclusive between 0 and 255

nombre

string

String length: inclusive between 0 and 255

syncTimestamp

integer

None.

tiauId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "codigo": "sample string 1",
  "descripcion": "sample string 2",
  "nombre": "sample string 3",
  "syncTimestamp": 1,
  "tiauId": 1
}

Response Information

Resource Description

None.