GET Api/Movil/MenuProveedor/Nuevo?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": "cd08cdf5-4af1-4b16-8cb9-215d6610ad2c", "IDUSAURIO": "b2c628e9-d0dc-467b-a1cc-d09c298cf40f", "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" }