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