GET api/DetalleCatalogos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DetalleCatalogosDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| cdcoddetll | string |
None. |
|
| cdcodg | decimal number |
None. |
|
| cddescrpcn | string |
None. |
|
| cddato | string |
None. |
|
| cdestd | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"cdcoddetll": "sample string 1",
"cdcodg": 2.0,
"cddescrpcn": "sample string 3",
"cddato": "sample string 4",
"cdestd": "sample string 5"
},
{
"$ref": "1"
}
]