GET Api/Proveedores/ProvisionMensualProveedor?FECHAINICIAL={FECHAINICIAL}&FECHAFINAL={FECHAFINAL}&IDEMPRESA={IDEMPRESA}&IDPROVEEDOR={IDPROVEEDOR}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FECHAINICIAL | date |
Required |
|
| FECHAFINAL | date |
Required |
|
| IDEMPRESA | globally unique identifier |
Required |
|
| IDPROVEEDOR | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponse| Name | 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": {}
}