{
"opencollection": "1.0.0",
"info": {
"name": "Bench AccountActivities PersonHistoricalExperienceFields API",
"version": "1.0"
},
"items": [
{
"info": {
"name": "PersonHistoricalExperienceFields",
"type": "folder"
},
"items": [
{
"info": {
"name": "Add historical experience field values for a person in an account.\n \nWorth noting that this endpoint is purely additive, i.e. idempotent.\nIt will also ignore field sets for fields that are not found under the account.\nFurthermore, if an experienceFieldValueId is provided, the corresponding value will be ignored.",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/persons/:personId/historical-experiences/:historicalExperienceId/experience-fields",
"params": [
{
"name": "accountId",
"value": "",
"type": "path",
"description": "The account ID."
},
{
"name": "personId",
"value": "",
"type": "path",
"description": "The person ID."
},
{
"name": "historicalExperienceId",
"value": "",
"type": "path",
"description": "The historical experience ID."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "
Permissions
Account: Write"
},
{
"info": {
"name": "Update a historical experience field value for a person in an account.",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/persons/:personId/historical-experiences/:historicalExperienceId/experience-fields/:experienceFieldId",
"params": [
{
"name": "accountId",
"value": "",
"type": "path",
"description": "The account ID."
},
{
"name": "personId",
"value": "",
"type": "path",
"description": "The person ID."
},
{
"name": "historicalExperienceId",
"value": "",
"type": "path",
"description": "The historical experience ID."
},
{
"name": "experienceFieldId",
"value": "",
"type": "path",
"description": "The experience field ID."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "
Permissions
Account: Write"
},
{
"info": {
"name": "Delete a historical experience field value for a person in an account.",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/persons/:personId/historical-experiences/:historicalExperienceId/experience-fields/:experienceFieldId",
"params": [
{
"name": "accountId",
"value": "",
"type": "path",
"description": "The account ID."
},
{
"name": "personId",
"value": "",
"type": "path",
"description": "The person ID."
},
{
"name": "historicalExperienceId",
"value": "",
"type": "path",
"description": "The historical experience ID."
},
{
"name": "experienceFieldId",
"value": "",
"type": "path",
"description": "The experience field ID."
}
]
},
"docs": "
Permissions
Account: Write"
}
]
}
],
"bundled": true
}