GRN
The purchase order confirmation serves to inform the host system of parts and quantities that were physically received along with other intake data captured at receipt.
Below you will find the Actions with descriptions and the Specfication for the requests.
Actions
POST
This interface allows you to post to the GRNSTD_API Interface
Request details
Method | Endpoint | Header key | Header Value |
---|---|---|---|
POST | BaseURL/api/inbound/confirmation | X-AUTH-TOKEN | Integration Service API key |
Request Body
{
"interfaceName" : "GRNSTD_API",
"returnDetailedData" : true,
"data": [{
"count": 1
}]
}
Request Response
{
"success": true,
"message": null,
"errorData": null,
"returnData": {
"GRN": [
{
"pono": "6072.105001",
"potype": "PurchaseOrder",
"clientno": "CL01",
"statusdesc": "Accepted",
"deliveryid": 12302,
"ref3": "",
"ref1": "",
"ref2": "",
"allowmixedhu": 0,
"createdate": "2018-04-17T11:05:18.278",
"arrivaldate": "2018-04-17T11:05:18.272",
"startdate": "2018-04-17T11:05:18.278",
"onlineenabled": 1,
"onlinedate": "2018-04-17T11:05:18.278",
"identifyenabled": 0,
"identifydate": null,
"stackingenabled": 0,
"stackingdate": null,
"stagingenabled": 0,
"stagingdate": null,
"acceptdate": "2018-04-18T12:16:14.292",
"holdforqc": 0,
"holdforqcdate": null,
"qcreleasedate": null,
"allowqtycapture": 1,
"requirestacking": 1,
"boe": null,
"blindreceive": 1,
"allowmixeditempallet": 1,
"allowoverreceive": 0,
"combinepallet": 1,
"closedate": null,
"uref1": null,
"expirydate": null,
"messageType": "GRN",
"messageid": 56,
"items": [
{
"skuno": "79419",
"intakelineno": "277255",
"orderedqty": 15,
"customerno": "CU01",
"receivedqty": 15,
"itematt1": null,
"itematt2": null,
"itematt3": null,
"itematt4": null,
"itematt5": null,
"itemattvalue1": null,
"itemattvalue2": null,
"itemattvalue3": null,
"lineno": 277255
}
]
}
]
}
}
Specification
PO
Field | Type |
---|---|
pono | String (35) |
potype | String (30) |
clientno | String (30) |
statusdesc | String (30) |
deliveryid | Integer |
ref3 | String (30) |
ref1 | String (30) |
ref2 | String (30) |
allowmixedhu | Integer |
createdate | Timestamp |
arrivaldate | Timestamp |
startdate | Timestamp |
onlineenabled | Integer |
onlinedate | Timestamp |
identifyenabled | Integer |
identifydate | Timestamp |
stackingenabled | Integer |
stackingdate | Timestamp |
stagingenabled | Integer |
stagingdate | Timestamp |
acceptdate | Timestamp |
holdforqc | Integer |
holdforqcdate | Timestamp |
qcreleasedate | Timestamp |
allowqtycapture | Integer |
requirestacking | Integer |
boe | String (30) |
blindreceive | Integer |
allowmixeditempallet | Integer |
allowoverreceive | Integer |
combinepallet | Integer |
closedate | Timestamp |
uref1 | String (30) |
expirydate | Timestamp |
messageType | String |
messageid | Integer |
Items
Field | Type |
---|---|
skuno | String (30) |
intakelineno | String (255) |
orderedqty | Integer |
customerno | String (50) |
receivedqty | Integer |
itematt1 | String (40) |
itematt2 | String (40) |
itematt3 | String (40) |
itematt4 | String (40) |
itematt5 | String (40) |
itemattvalue1 | Double |
itemattvalue2 | Double |
itemattvalue3 | Double |
lineno | Integer |