Create ResourceLocations
post
                    /resourceLocation
Creates multiple ResourceLocation objects in the database. You can create up to 1000 ResourceLocation objects with a single call.
                Request
Header Parameters
                    - 
                            Authorization: 
                            
                            OAuth token
Supported Media Types
                            - application/json
Root Schema : List<ResourceLocation>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<ResourceLocation>- 
            Array of: 
                object  ResourceLocation
            
            Title:ResourceLocationResourceLocation Entity
Nested Schema : ResourceLocation
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ResourceLocationResourceLocation Entity
    
    
    
    
        Show Source
        - 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this resource location was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created this resource location.
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this resource location was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated this resource location.
- 
                
                    
                    Latitude: number
                    
                    
                     (double) 
                    
                
                
                The latitude of the resource location.
- 
                
                    
                    Longitude: number
                    
                    
                     (double) 
                    
                
                
                The longitude of the resource location.
- 
                
                    
                    ObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the resource location.
- 
                
                    
                    ResourceObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated resource.
Response
Supported Media Types
                - application/json
201 Response
ResourceLocation Created.
                            
                            
                                Root Schema : String
    
    	Type: 
    	
    
    
    
    stringTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
String400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.