GET Api/Movil/MenuProveedor/Add?IDEMPRESA={IDEMPRESA}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IDEMPRESA | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
InventarioFisicoName | Description | Type | Additional information |
---|---|---|---|
IDINVENTARIOFISICO | globally unique identifier |
None. |
|
IDUSAURIO | globally unique identifier |
None. |
|
FOLIO | integer |
None. |
|
ESTATUS | string |
None. |
|
OBSERVACIONES | string |
None. |
|
FECHAINICIAL | string |
None. |
|
FECHAFINAL | string |
None. |
|
LOGIN | string |
None. |
|
NOMBREALMACEN | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "IDINVENTARIOFISICO": "038d70ef-fc57-4f7a-b78a-95ac03cea0cf", "IDUSAURIO": "40774e31-2ea3-4fa4-8bef-5ed348265bee", "FOLIO": 3, "ESTATUS": "sample string 4", "OBSERVACIONES": "sample string 5", "FECHAINICIAL": "sample string 6", "FECHAFINAL": "sample string 7", "LOGIN": "sample string 8", "NOMBREALMACEN": "sample string 9" }