POST api/RollUp/UpdateHRProfRollupValues
Request Information
URI Parameters
None.
Body Parameters
Collection of ScopeRollUp| Name | Description | Type | Additional information |
|---|---|---|---|
| HRProfText | string |
None. |
|
| ScopeType | string |
None. |
|
| ScopeValue | string |
None. |
|
| ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"HRProfText": "sample string 1",
"ScopeType": "sample string 2",
"ScopeValue": "sample string 3",
"ID": 4
},
{
"HRProfText": "sample string 1",
"ScopeType": "sample string 2",
"ScopeValue": "sample string 3",
"ID": 4
}
]
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true