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
InventarioFisico| Name | 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": "dcb2afc2-49f3-4e02-9efc-14cd2fe06081",
"IDUSAURIO": "e8664c37-5976-4aee-9232-b6f39b581873",
"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"
}