GET Api/Dashboards/Gastos?ANIO={ANIO}&NOMBREMES={NOMBREMES}&IDEMPRESA={IDEMPRESA}&TYPE={TYPE}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ANIO | integer |
Required |
|
NOMBREMES | string |
Required |
|
IDEMPRESA | globally unique identifier |
Required |
|
TYPE | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseName | Description | Type | Additional information |
---|---|---|---|
CodResult | integer |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "CodResult": 1, "Message": "sample string 2", "Data": {} }