POST v1/integration/Peli/fillSeal
Request Information
URI Parameters
None.
Body Parameters
IntegrationPeliFillSealModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderInRun | integer |
None. |
|
| RFIDNbr | string |
None. |
|
| ProdOrderNbr | string |
None. |
|
| BatchNbr | string |
None. |
|
| MaterialNbr | string |
None. |
|
| TICPartNbr | string |
None. |
|
| TICMfgIDNbr | string |
None. |
|
| TICMfgLotNbr | string |
None. |
|
| TICMfgDate | string |
None. |
|
| FillDate | string |
None. |
|
| FillTimestamp | string |
None. |
|
| BottleTare | integer |
None. |
|
| PCMFillWt | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderInRun": 1,
"rfidNbr": "sample string 2",
"prodOrderNbr": "sample string 3",
"batchNbr": "sample string 4",
"materialNbr": "sample string 5",
"ticPartNbr": "sample string 6",
"ticMfgIDNbr": "sample string 7",
"ticMfgLotNbr": "sample string 8",
"ticMfgDate": "sample string 9",
"fillDate": "sample string 10",
"fillTimestamp": "sample string 11",
"bottleTare": 12,
"pcmFillWt": 13
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.