cancel
Showing results for 
Search instead for 
Did you mean: 
Raj_27
Occasional Member - Level 1

SAP Concur API – Error 500 When Updating Vendor Group via PUT Request

Hi Team,

I'm currently working with SAP Concur's v3.1 API to create vendors using Postman. Vendor creation is successful, but vendors are being added to the default 'Global' group.

I'm attempting to update the vendor group via a PUT request, but I consistently receive an HTTP 500 Internal Server Error.

Here are the request details:

Endpoint:  v3.1/invoice/vendors/groups?vendorCode=xxx&addressCode=xxx

Request Body:

{
"VendorGroup": {
"Name": "GRI"
}
}

 

Has anyone encountered a similar issue? Could this be related to permissions, missing headers, or something specific to the VendorGroup update behavior in v3.1?

Any insight would be greatly appreciated!

Thanks in advance.

3 REPLIES 3
KevinD
Community Manager
Community Manager

@Raj_27 how many vendors are we talking about here and could you possibly manually update them?


Thank you,
Kevin
SAP Concur Community Manager
Did this response answer your question? Be sure to select “Accept as Solution” so your fellow community members can be helped by it as well.
Raj_27
Occasional Member - Level 1

Thank you @KevinD , I have fixed this issue. There was issue with API URL. Thanks for the response.

KevinD
Community Manager
Community Manager

@Raj_27 great to hear. 


Thank you,
Kevin
SAP Concur Community Manager
Did this response answer your question? Be sure to select “Accept as Solution” so your fellow community members can be helped by it as well.