Skip to content

Update a(n) Rollup List V2 record​

PUT
/RollupListsV2/{id}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"Code": "string",
"Description": "string",
"Memo": "string",
"UserName": "string",
"Owner": "string",
"Category": "string",
"Shared": true,
"DateEntered": "string",
"ActType": "string",
"GlobalStageTemplate": "string",
"CandidateCount": 0,
"CompanyCount": 0,
"PositionCount": 0
}

Responses​

application/json
JSON
{
"Success": true,
"Message": "string"
}

Playground​

Authorization
Body

Samples​