DELETE api/getSujetosControlByEstado/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

getSujetosControlByEstado
NameDescriptionTypeAdditional information
ensvId

integer

None.

saf

string

String length: inclusive between 0 and 255

nombre

string

String length: inclusive between 0 and 255

descripcion

string

String length: inclusive between 0 and 255

estado

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

string

String length: inclusive between 0 and 255

sujetosControlPadres

string

String length: inclusive between 0 and 255

observacion

string

String length: inclusive between 0 and 255

lstTiposDocumentos

string

String length: inclusive between 0 and 255

Response Formats

application/json, text/json

Sample:
{
  "ensvId": 1,
  "saf": "sample string 2",
  "nombre": "sample string 3",
  "descripcion": "sample string 4",
  "estado": "sample string 5",
  "grupoSujetoControl": "sample string 6",
  "jurisdiccion": "sample string 7",
  "jurisdiccionAuxiliar": "sample string 8",
  "sujetosControlPadres": "sample string 9",
  "observacion": "sample string 10",
  "lstTiposDocumentos": "sample string 11"
}