This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
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.