Jump to content

Unable to Create Vendor


 Share

Go to solution Solved by Preston, Charlie,

Recommended Posts

I attempted to create a new vendor. I modified the name and in large part used the scenario from the sample Postman collection to create the vendor. However, I receive an error (below). I can create the same vendor with the XML API. In testing with the other functions, I can successfully execute GET commands to return a list of vendors and get an individual vendor. I cannot execute any update or delete commands to PATCH, POST, or DEL.

Am I missing something as to why I cannot create or update a vendor? I don't recall any setup where you had to establish permissions. 

{
    "ia::result": {
        "ia::error": {
            "code": "unauthorizedUser",
            "message": "The user does not have permission for POST operation on resource accounts-payable/vendor",
            "errorId": "REST-3007",
            "additionalInfo": {
                "messageId": "IA.USER_DOES_NOT_HAVE_PERMISSION_FOR_OPERATION_ON_RESOURCE",
                "placeholders": {
                    "OPERATION": "POST",
                    "RESOURCE": "accounts-payable/vendor"
                },
                "propertySet": {}
            },
            "supportId": "ODZRs%7EZpgp2WEnBt33iaB0UN9WTQAAAAo"
        }
    },
    "ia::meta": {
        "totalCount": 1,
        "totalSuccess": 0,
        "totalError": 1
    }
}

Link to comment
Share on other sites

 Share

×
×
  • Create New...