Back to Time Registration External Keys

PUT Method Details for UpdateExternalKeys.

Create or update external key by time registration identifier

Definition

https://app[x].timelog.com/[account name]/api/v{version}/time-registration/{timeRegistrationID}/external-keys

Parameters

  • timeRegistrationID integer Time registration identifier
  • externalKeysUpdateModel object External keys update model
    • ExternalID string Gets or sets the external identifier.
    • ExternalSystemID integer Gets or sets the external system identifier.
    {
      "ExternalID": "",
      "ExternalSystemID": 0
    }
  • version string The requested API version

Returns

  • [200] External key is updated successfully
    • ExternalID string Gets or sets the external identifier.
    • ExternalSystemID integer Gets or sets the external system identifier.
    {
      "ExternalID": "",
      "ExternalSystemID": 0
    }
  • [401] Invalid authentication token
  • [500] External key could not be updated
    • Code integer Gets the code.
    • Details array Gets the details.
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }