Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
cli:franke:factory_4_0_peschiera:sap-nis-agv-api [2022/10/10 16:35] n.bergantino |
cli:franke:factory_4_0_peschiera:sap-nis-agv-api [2022/11/14 17:11] (current) n.bergantino |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| * BODY as json text: | * BODY as json text: | ||
| <code javascript> | <code javascript> | ||
| - | {" | + | {" |
| </ | </ | ||
| In the following there is the description of the json fields | In the following there is the description of the json fields | ||
| Line 25: | Line 25: | ||
| * entrypos: is the unique identifier of the machine entry position | * entrypos: is the unique identifier of the machine entry position | ||
| * rueck: is the related rueck | * rueck: is the related rueck | ||
| + | * werks: plant code in SAP | ||
| + | * qty: number of items in the pallet (pallet quantity) | ||
| The Rest server will answer through the following json object: | The Rest server will answer through the following json object: | ||
| * {" | * {" | ||
| Line 30: | Line 32: | ||
| In the following there is an example using the **curl** command on the test server: | In the following there is an example using the **curl** command on the test server: | ||
| <code bash> | <code bash> | ||
| - | curl --request POST ' | + | curl --request POST ' |
| </ | </ | ||