Back to Integration Conflicts

POST Method Details for Create.

Create new integration conflict

Definition

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

Parameters

  • integrationConflictCreateModel object Integration conflict create model
    • ErrorCode integer Gets or sets the TimeLog error code.
    • ErrorMessage string Gets or sets the TimeLog error message.
    • ExternalSystemID integer Gets or sets the external system identifier.
    {
      "ErrorCode": 0,
      "ErrorMessage": "",
      "ExternalSystemID": 0
    }
  • version string The requested API version

Returns

  • [200] Integration conflict is created successfully
    • ErrorCode integer Gets or sets the TimeLog error code.
    • ErrorMessage string Gets or sets the TimeLog error message.
    • ExternalSystemID integer Gets or sets the external system identifier.
    {
      "ErrorCode": 0,
      "ErrorMessage": "",
      "ExternalSystemID": 0
    }
  • [401] Invalid authentication token
  • [500] Integration conflict 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": ""
    }