# Update LocationType Endpoint: PUT /organisations/{orgId}/location-types/{locTypeId} Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `locTypeId` (string, required) - `orgId` (string, required) The organisation identity ## Header parameters: - `contentType` (string, required) ## Request fields (application/json): - `type` (string, required) The name for the location type. - `pointOfOrigin` (boolean, required) Defines if this location type is a Point of Origin. ## Response 200 fields (application/json): - `type` (string, required) The name for the location type. - `pointOfOrigin` (boolean, required) Defines if this location type is a Point of Origin. - `recordState` (string) State of the record. Enum: "ACTIVE", "ARCHIVED" - `id` (string) System assigned or user defined id field. - `createdBy` (string) User who created the record. - `createdTime` (string) Date & Time that the record was created. - `updatedBy` (string) Last updated by user. - `updatedTime` (string) Date & Time that the record was last updated. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields