RoleCodeAssignment REST Endpoints
RoleCodeAssignment
A role code assignment business object represents the assignment of a role code to a role. For each role code type, a role may have zero or one role codes assigned.
Note that this business object has a multi-part object ID; its object ID is a combination of its role object ID and its role code object ID.
- Create RoleCodeAssignments
- Method: postPath:
/roleCodeAssignment - Delete RoleCodeAssignments
- Method: deletePath:
/roleCodeAssignment - Read RoleCodeAssignments
- Method: getPath:
/roleCodeAssignment - Update RoleCodeAssignments
- Method: putPath:
/roleCodeAssignment - View RoleCodeAssignment Field Length
- Method: getPath:
/roleCodeAssignment/getFieldLength/{fieldName} - View RoleCodeAssignment fields
- Method: getPath:
/roleCodeAssignment/fields