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.
 
- 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.
 
- [401] Invalid authentication token
- 
                    [500] Integration conflict could not be created
                        
                        - Code integer Gets the code.
- Details array Gets the details.
- DeveloperNote object
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.