Create RoleRate
post
/roleRate
Send a request to this endpoint to create one or more RoleRate. An application object will be created for each JSON object provided in the request body.
Request
Header Parameters
-
Authorization(required):
OAuth token
Supported Media Types
- application/json
A list of RoleRate objects.
Root Schema : List<RoleRate>
Type:
array
Title:
Show Source
List<RoleRate>
-
Array of:
object RoleRate
Title:
RoleRate
RoleRate Entity
Nested Schema : RoleRate
Type:
object
Title:
RoleRate
RoleRate Entity
Show Source
-
CreateDate: string
(date-time)
The date this role rate was created.
-
CreateUser: string
The name of the user that created this role rate.
-
EffectiveDate: string
(date-time)
-
LastUpdateDate: string
(date-time)
The date this role rate was last updated.
-
LastUpdateUser: string
The name of the user that last updated this role rate.
-
MaxUnitsPerTime: number
(double)
-
ObjectId: integer
(int32)
The unique ID generated by the system.
-
PricePerUnit: number
(double)
The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time.
-
PricePerUnit2: number
(double)
The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time.
-
PricePerUnit3: number
(double)
The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time.
-
PricePerUnit4: number
(double)
The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time.
-
PricePerUnit5: number
(double)
The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time.
-
RoleId: string
The short code that uniquely identifies the role.
-
RoleName: string
The name of the role. The role name uniquely identifies the role.
-
RoleObjectId: integer
(int32)
The unique ID of the associated role.
Response
Supported Media Types
- application/json
201 Response
Resource Created.
Root Schema : String
Type:
string
Title:
String
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.