POST odata/_fieldMappings –x-appvity-channelId: [ChannelID] –x-appvity-teamid: [TeamID] –Cookie: graphNodeCookie=[ID] –data-raw: {MappingStatus-Object} |
odata/_fieldMappings.
POST.
Do not supply OData Filter syntax.
1 | --x-appvity-channelId: [ChannelID] |
1 | { |
Error
Code: 401 UNAUTHORIZED, 500 ERROR EXCEPTION.
Content: {error: “error message”}
If status is mapped, this method returns 400 Bad Request response code with the following message:1
2
3
4
5
6
7{
"code": "Duplicate mapping",
"message": "Duplicate mapping"
}
Comment