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

REST API - Requisition with inventory as source instead of supplier

Accepted answer
32
Views
3
Comments

Summary: Looking an option to create requisition for internal transfer using REST Api


Content (required):

The below payload is working an creating requisition if i remove source inventory org. If i add source inventory org then i get error

Attribute SourceOrganization in view object PurchaseRequisitionHeaderEO_PurchaseRequisitionLine_PurchaseRequisitionHeaderVOToPurchaseRequisitionLineVO_PurchaseRequisitionLineVO cannot be set.

Version (include the version you are using, if applicable):

21C (11.13.21.07.0)


Code Snippet (add any code snippets that support your topic, if applicable):

{

"RequisitioningBU": "ES 1001 BU",

"PreparerEmail": "XXXX@kpmg.com",

"ExternallyManagedFlag": false,

"Description" : "POST-ing a Requisition Header from REST",

"ApprovedByEmail": "XXXX@kpmg.com",

"InterfaceSourceCode": "TestSS1",


"lines":

[

{

"LineNumber":1,

"LineTypeId": 1,

"ItemDescription": "TestSS Item from POST",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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