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

Supplier DFFs Updates

Received Response
24
Views
2
Comments
edited Jul 22, 2020 12:13PM in Integrations and Extensions 2 comments

Summary

Pass DFF Attributes while creating a supplier

Content

HI All, 

We are trying to include supplier DFF (Global Segment Attribute) while creating a supplier using below API.

/fscmRestApi/resources/11.13.18.05/suppliers

However, we are getting a bad syntax error. Any help on how to pass these values would be immensely helpful. the documentation is not clear on this topic.

{
  "Supplier" : "Tall Manufacturing-RU116",
  "TaxOrganizationType" : "Corporation",
  "SupplierType" : "Services",
  "BusinessRelationship" : "Prospective",
  "OneTimeSupplierFlag" : false,
  "TaxpayerCountry" : "United States",
    "DFF": {
  "items" : [{"employeeNumber": "supp12345"}] }
  
}

employeeNumber is the attribute API Name from DFF Setup. 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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