Supplier DFFs Updates
Summary
Pass DFF Attributes while creating a supplierContent
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.
0