Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DTOTipoTramiteName | Description | Type | Additional information |
---|---|---|---|
Nombre | string |
None. |
|
ImagenBanner | string |
Required |
|
Id | integer |
None. |
|
FechaCrea | date |
None. |
|
FechaModifica | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Nombre": "sample string 1", "ImagenBanner": "sample string 2", "Id": 3, "FechaCrea": "2025-05-03T16:43:21.7072668+02:00", "FechaModifica": "2025-05-03T16:43:21.7072668+02:00" }
application/xml, text/xml
Sample:
<DTOTipoTramite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO"> <FechaCrea>2025-05-03T16:43:21.7072668+02:00</FechaCrea> <FechaModifica>2025-05-03T16:43:21.7072668+02:00</FechaModifica> <Id>3</Id> <ImagenBanner>sample string 2</ImagenBanner> <Nombre>sample string 1</Nombre> </DTOTipoTramite>