GET api/Catalogos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CatalogosDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| cacodg | decimal number |
None. |
|
| canombr | string |
None. |
|
| caestd | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"cacodg": 1.0,
"canombr": "sample string 2",
"caestd": "sample string 3"
},
{
"$ref": "1"
}
]