Unable to access global segment in "Receipt Requests" Rest API.
Summary:
I'm trying to create receipt in fusion using rest api in postman. I used this below given request payload.
Rest API Payload :-
{ "ReceiptSourceCode": "VENDOR",
"OrganizationCode": "JLM",
"VendorName": "A J Corporation",
"VendorSiteCode": "HQ Dammam",
"BusinessUnit": "Ma'aden Phosphate Company",
"lines": [
{
"ReceiptSourceCode": "VENDOR",
"SourceDocumentCode": "PO",
"TransactionType": "RECEIVE",
"AutoTransactCode": "RECEIVE",
"OrganizationCode": "JLM",
"DocumentNumber": "5002219423",
"DocumentLineNumber": 1,
"ItemNumber": "ITEM1",
"Quantity": 1,
"UnitOfMeasure": "Each",
"SoldtoLegalEntity": "Saudi Arabian Mining Company",
"transactionDFF": [
{
"wmsPoIblpnNumber":"123456"
}
]
}
]
}
We are facing an error, which states that - "Invalid Attribute "wmsPoIblpnNumber" in the payload".
Please acknowledge me on this challenge.
Content (please ensure you mask any confidential information):
I'm trying to create receipt in fusion using rest api in postman. I used this below given request payload.