TimeCard

A Time Card model used for time cards payloads.

Required properties:

  • userId – Identifier of user associated with Time Card
  • date – Date of Time Card

Properties:

Property Type Format Required Description
userId string uuid true Identifier of associated user
externalUserId string false User external identifier
date string date-time true Period from in UTC format (ISO_8601)

Example:

{
    "userId": "3f582b1f-0ea4-46aa-b6c2-03a68b8e7805",
    "externalUserId": "1",
    "date": "2022-10-14T00:00:00"
}

results matching ""

    No results matching ""