Back to External Systems

POST Method Details for Create.

Create new external system

Definition

https://app[x].timelog.com/[account name]/api/v{version}/external-systems

Parameters

  • externalSystemCreateModel object External system create model
    • Description string Gets or sets the description.
    • Name string Gets or sets the name.
    {
      "Description": "",
      "Name": ""
    }
  • version string The requested API version

Returns

  • [200] External system is created successfully
    • Description string Gets or sets the description.
    • Name string Gets or sets the name.
    {
      "Description": "",
      "Name": ""
    }
  • [401] Invalid authentication token
  • [500] External system could not be created
    • 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": ""
    }