Replacing values from MSCM migration in the Postman application
- Open the Postman application and create a new collection.
- Click add a new request to open the Request tab.
- In the URL field, select POST and specify this information:
-
Item Group update
-
Specify https://host:[port]/mscmdata/service/data/ItemGroupMigration/update. For example, https://integtest4.mscm.awsdev.infor.com/mscmdata/service/data/ItemGroupMigration/update
-
PO Number update
-
Specify https://host:[port]/mscmdata/service/data/PurchaseOrderMigration/update. For example, https://integtest4.mscm.awsdev.infor.com/mscmdata/service/data/PurchaseOrderMigration/update
-
Vendor Group update
-
Specify https://host:[port]/mscmdata/service/data/VendorGroupMigration/update. For example, https://integtest4.mscm.awsdev.infor.com/mscmdata/service/data/VendorGroupMigration/update
-
Procurement Group update
-
Specify https://host:[port]/mscmdata/service/data/ProcurementGroupMigration/update. For example, https://integtest4.mscm.awsdev.infor.com/mscmdata/service/data/ProcurementGroupMigration/update.
- Locate the Authorization and select OAuth value in the Type.
- Specify this information:
-
Consumer Key
-
Specify the Authorization Public Key value.
-
Consumer Secret
-
Specify the Authorization Secret Key value.
- In the Headers, specify this information in the Key and Value columns:
Key |
Content-Type |
Value |
text/csv |
Key |
X-Infor-TenantId |
Value |
<Tenant ID value> |
- Navigate to Body and select raw.
- In the text area of Body, paste the content or data from the CSV file and click Send. The result of the update will display in the Response section.