Create ResourceRate
post
/resourceRate
Send a request to this endpoint to create one or more ResourceRate. 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 ResourceHour objects.
Root Schema : List<ResourceRate>
Type:
array
Title:
Show Source
List<ResourceRate>
-
Array of:
object ResourceRate
Title:
ResourceRate
ResourceRate Entity
Nested Schema : ResourceRate
Type:
object
Title:
ResourceRate
ResourceRate Entity
Show Source
-
CreateDate: string
(date-time)
The date this resource rate was created.
-
CreateUser: string
The name of the user that created this resource rate.
-
EffectiveDate: string
(date-time)
The effective date for the resource price and maximum units per time.
-
LastUpdateDate: string
(date-time)
The date this resource rate was last updated.
-
LastUpdateUser: string
The name of the user that last updated this resource rate.
-
MaxUnitsPerTime: number
(double)
The maximum work units per time this resource can perform on all their assigned activities. For example, a person working full time could perform 8 hours of work per day. A department of five people may perform at 5 days per day.
-
ObjectId: integer
(int32)
The unique ID generated by the system.
-
PricePerUnit: number
(double)
The non-overtime price per time for the resource. This price is used to compute costs for any activities the resource is assigned to. In general, cost = units * price per time.
-
PricePerUnit2: number
(double)
The non-overtime price per time for the resource. This price is used to compute costs for any activities the resource is assigned to. In general, cost = units * price per time.
-
PricePerUnit3: number
(double)
The non-overtime price per time for the resource. This price is used to compute costs for any activities the resource is assigned to. In general, cost = units * price per time.
-
PricePerUnit4: number
(double)
The non-overtime price per time for the resource. This price is used to compute costs for any activities the resource is assigned to. In general, cost = units * price per time.
-
PricePerUnit5: number
(double)
The non-overtime price per time for the resource. This price is used to compute costs for any activities the resource is assigned to. In general, cost = units * price per time.
-
ResourceId: string
The short code that uniquely identifies the resource.
-
ResourceName: string
The name of the resource.
-
ResourceObjectId: integer
(int32)
The unique ID of the associated resource.
-
ShiftPeriodObjectId: integer
(int32)
The unique ID of the associated shift.
Response
Supported Media Types
- application/json
201 Response
ResourceRate 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.