Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!