POST api/getSujetosControl

Request Information

URI Parameters

None.

Body Parameters

getSujetosControl
NameDescriptionTypeAdditional 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

getSujetosControl
NameDescriptionTypeAdditional 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

Response 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"
}