PUT api/getSujetosControl/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
getSujetosControl| Name | Description | Type | Additional information |
|---|---|---|---|
| ensvId | integer |
None. |
|
| codigo | string |
String length: inclusive between 0 and 255 |
|
| descripcion | string |
String length: inclusive between 0 and 255 |
|
| descripcionNegocio | string |
String length: inclusive between 0 and 255 |
|
| estado | string |
String length: inclusive between 0 and 255 |
|
| nombre | string |
String length: inclusive between 0 and 255 |
|
| syncTimestamp | string |
String length: inclusive between 0 and 255 |
|
| planificable | integer |
None. |
|
| observacion | string |
String length: inclusive between 0 and 255 |
|
| grupoSujetoControl | string |
String length: inclusive between 0 and 255 |
|
| jurisdiccion | string |
String length: inclusive between 0 and 255 |
|
| jurisdiccionAuxiliar | integer |
None. |
|
| entidadesServicioPadres | string |
String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
Sample:
{
"ensvId": 1,
"codigo": "sample string 2",
"descripcion": "sample string 3",
"descripcionNegocio": "sample string 4",
"estado": "sample string 5",
"nombre": "sample string 6",
"syncTimestamp": "sample string 7",
"planificable": 1,
"observacion": "sample string 8",
"grupoSujetoControl": "sample string 9",
"jurisdiccion": "sample string 10",
"jurisdiccionAuxiliar": 1,
"entidadesServicioPadres": "sample string 11"
}
Response Information
Resource Description
None.