v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Create Timesheet Location

post/timesheet/location

Request body

locationobject required

Response

200

typestring
titlestring
messagestring

Example response

{
  "type": "success",
  "title": "Location has been Created Successfully",
  "message": "The location has been Created Successfully",
  "data": {
    "location_uid": "2e74e2ac-827e-4f0a-9f8c-3972b9a0c7bf"
  }
}