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,
This Patch request was working in past for the SAP concur to change the given name.
{"code":"BAD_INPUT","type":"error","schemaPath":"/name/givenName","message":"Expected a string but found persistentarraymap"}]},
The working JSON is
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
],
"Operations": {
"op": "replace",
"path": "name.givenName",
"value": "TestSAP161"
}
}
Is there something changed at SAP concur end? The old JSON just stopped working.
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
@amoghak I see you posted this in two different forums. Please see my reply to your other post. 🙂