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
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": "6004c5f8-9f3a-4e7e-b3db-3ebc156d142d",
"IDUSAURIO": "1c457f0e-1ce6-46f4-8316-54af6025d680",
"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"
}