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": "3c669bcf-fa8f-4b74-8279-c9c01620e909",
"IDUSAURIO": "7c912bc6-7990-46bd-8c5a-3a3f333d801c",
"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"
}