Update ResourceCodeAssignment
put
                    /resourceCodeAssignment
Send a request to this endpoint to update one or more ResourceCodeAssignment. 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 ResourceCodeAssignment objects.
Required fields: You must supply both the ResourceObjectId and ResourceCodeTypeObjectId fields when you use the Update ResourceCodeAssignment operation. All other fields are optional.
Root Schema : List<ResourceCodeAssignment>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<ResourceCodeAssignment>- 
            Array of: 
                object  ResourceCodeAssignment
            
            Title:ResourceCodeAssignmentResourceCodeAssignment Entity
Nested Schema : ResourceCodeAssignment
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ResourceCodeAssignmentResourceCodeAssignment Entity
    
    
    
    
        Show Source
        - 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this code assignment was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created this code assignment.
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this code assignment was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated this code assignment.
- 
                
                    
                    ResourceCodeDescription: string
                    
                    
                     
                    
                
                
                The description of the associated resource code.
- 
                
                    
                    ResourceCodeObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated resource code.
- 
                
                    
                    ResourceCodeTypeName: string
                    
                    
                     
                    
                
                
                The name of the parent resource code type.
- 
                
                    
                    ResourceCodeTypeObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the parent resource code type.
- 
                
                    
                    ResourceCodeValue: string
                    
                    
                     
                    
                
                
                The value of the associated resource code.
- 
                
                    
                    ResourceId: string
                    
                    
                     
                    
                
                
                The short code that uniquely identifies the associated resource.
- 
                
                    
                    ResourceName: string
                    
                    
                     
                    
                
                
                The name of the resource to which the resource code is assigned.
- 
                
                    
                    ResourceObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the resource to which the resource code is assigned.
Response
Supported Media Types
                - application/json
200 Response
OK.
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
boolean400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.