Supplier Address REST API is giving 403 forbidden error
Summary:
Hi ,
When trying to create Supplier Address with Rest API its giving below 403 Forbidden Error
fscmRestApi/resources/11.13.18.05/suppliers/XXXXX/child/addresses
Content (please ensure you mask any confidential information):
Added the roles supplier Administrator and defined as Procurement Agent
get Request is working fine only post is causing the issue.
Version (include the version you are using, if applicable):
24D
Code Snippet (add any code snippets that support your topic, if applicable):
{"AddressName": "TEST-02"
,"AddressLine1": "TEST-ADD2"
,"AddressLine2": "TEST-ADD2"
,"AddressLine3": "TEST-ADD2"
,"AddressLine4": "TEST-ADD2"
,"City": "TEST City"
,"State": "AA"
,"PostalCode": "94065"
,"CountryCode": "AE"
,"Country": "United Arab Emirates"
,"AddressPurposeRemitToFlag":
true
}