POST api/Account/save

Request Information

URI Parameters

None.

Body Parameters

RoleDataPoint
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

RoleProfile_ID

globally unique identifier

None.

CurrentRole

string

String length: inclusive between 0 and 500

QaulificationMatch

QaulificationMatch

None.

AgeGroup

string

String length: inclusive between 0 and 50

CurrentEmployer

string

String length: inclusive between 0 and 500

ABS_Current

integer

None.

ABS_Expected

integer

None.

Bonus_Current

integer

None.

Expense_Current

integer

None.

TravelCharges_Current

integer

None.

Comment_User

string

String length: inclusive between 0 and 1000

Comment_HR1

string

String length: inclusive between 0 and 1000

Comment_HR2

string

String length: inclusive between 0 and 1000

Status

DataPointStatus

None.

CreatedBy

string

String length: inclusive between 0 and 128

CreatedOn

date

None.

ModifiedBy

string

String length: inclusive between 0 and 128

ModifiedOn

date

None.

ValidatedBy

string

String length: inclusive between 0 and 128

ValidatedOn

date

None.

ABS_New

integer

None.

ABS_Expected_New

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "2dc4798b-30fb-4c89-92d8-1e705c4455c0",
  "RoleProfile_ID": "99e940d9-bcd2-4eaf-9a17-57de8012e111",
  "CurrentRole": "sample string 3",
  "QaulificationMatch": 0,
  "AgeGroup": "sample string 4",
  "CurrentEmployer": "sample string 5",
  "ABS_Current": 1,
  "ABS_Expected": 1,
  "Bonus_Current": 1,
  "Expense_Current": 1,
  "TravelCharges_Current": 1,
  "Comment_User": "sample string 6",
  "Comment_HR1": "sample string 7",
  "Comment_HR2": "sample string 8",
  "Status": 0,
  "CreatedBy": "sample string 9",
  "CreatedOn": "2025-11-09T09:49:24.8788282+01:00",
  "ModifiedBy": "sample string 11",
  "ModifiedOn": "2025-11-09T09:49:24.8788282+01:00",
  "ValidatedBy": "sample string 12",
  "ValidatedOn": "2025-11-09T09:49:24.8788282+01:00",
  "ABS_New": 1,
  "ABS_Expected_New": 1
}

application/xml, text/xml

Sample:
<RoleDataPoint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProfileON.BenchON.Models">
  <ABS_Current>1</ABS_Current>
  <ABS_Expected>1</ABS_Expected>
  <ABS_Expected_New>1</ABS_Expected_New>
  <ABS_New>1</ABS_New>
  <AgeGroup>sample string 4</AgeGroup>
  <Bonus_Current>1</Bonus_Current>
  <Comment_HR1>sample string 7</Comment_HR1>
  <Comment_HR2>sample string 8</Comment_HR2>
  <Comment_User>sample string 6</Comment_User>
  <CreatedBy>sample string 9</CreatedBy>
  <CreatedOn>2025-11-09T09:49:24.8788282+01:00</CreatedOn>
  <CurrentEmployer>sample string 5</CurrentEmployer>
  <CurrentRole>sample string 3</CurrentRole>
  <Expense_Current>1</Expense_Current>
  <ID>2dc4798b-30fb-4c89-92d8-1e705c4455c0</ID>
  <ModifiedBy>sample string 11</ModifiedBy>
  <ModifiedOn>2025-11-09T09:49:24.8788282+01:00</ModifiedOn>
  <QaulificationMatch>Avergage</QaulificationMatch>
  <RoleProfile_ID>99e940d9-bcd2-4eaf-9a17-57de8012e111</RoleProfile_ID>
  <Status>Open</Status>
  <TravelCharges_Current>1</TravelCharges_Current>
  <ValidatedBy>sample string 12</ValidatedBy>
  <ValidatedOn>2025-11-09T09:49:24.8788282+01:00</ValidatedOn>
</RoleDataPoint>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.