Enerpize API
  1. Time Tracking
Enerpize API
  • Welcome
  • Getting Started
  • Authorization
  • All Endpoints
    • Invoices
      • GET All Invoices
      • GET Single Invoice
      • Edit Invoices
      • Delete Invoices
      • Add New Invoice
    • Estimates
      • GET All Estimates
      • GET Single Estimate
      • Edit Estimates
      • Delete Estimates
      • Add New Estimate
    • Credit Notes
      • GET All Credit Notes
      • GET Single Credit Note
      • Edit Credit Notes
      • Delete Credit Notes
      • Add New Credit Note
    • Refund Receipts
      • GET All Refund Receipts
      • GET Single Refund Receipt
      • Edit Refund Receipts
      • Delete Refund Receipts
      • Add New Refund Receipt
    • Clients
      • GET All Clients
      • GET Single Client
      • Edit Clients
      • Delete Clients
      • Add New Client
    • Suppliers
      • GET All Suppliers
      • GET Single Supplier
      • Edit Suppliers
      • Delete Suppliers
      • Add New Supplier
    • Invoice Payments
      • GET All Invoice Payments
      • GET Single Invoice Payment
      • Edit Invoice Payments
      • Delete Invoice Payments
      • Add New Invoice Payment
    • Client Payments
      • GET All Client Payments
      • GET Single Client Payment
      • Edit Client Payments
      • Delete Client Payments
      • Add New Client Payment
    • Products
      • GET All Products
      • GET Single Product
      • Edit Products
      • Delete Products
      • Add New Product
    • Time Tracking
      • GET All Time Tracking
        GET
      • GET Single Time Tracking
        GET
      • Edit Time Tracking
        PUT
      • Delete Time Tracking
        DELETE
      • Add New Time Tracking
        POST
    • Notes
      • GET All Notes
      • GET Single Note
      • Edit Notes
      • Delete Notes
      • Add New Note
    • Work Order Appointments
      • GET All Work Order Appointments
      • GET Single Work Order Appointment
      • Edit Work Order Appointments
      • Delete Work Order Appointments
      • Add New Work Order Appointment
    • Estimate Appointments
      • GET All Estimate Appointments
      • GET Single Estimate Appointment
      • Edit Estimate Appointments
      • Delete Estimate Appointments
      • Add New Estimate Appointment
    • Invoice Appointments
      • GET All Invoice Appointments
      • GET Single Invoice Appointment
      • Edit Invoice Appointments
      • Delete Invoice Appointments
      • Add New Invoice Appointment
    • Client Appointments
      • GET All Client Appointments
      • GET Single Client Appointment
      • Edit Client Appointments
      • Delete Client Appointments
      • Add New Client Appointment
    • Product Categories
      • GET All Product Categories
      • GET Single Product Category
    • Work Orders
      • GET Single Work Order
      • Edit Work Orders
      • Delete Work Orders
      • GET All Work Orders
      • Add New Work Order
    • Incomes
      • GET All Incomes
      • GET Single Income
      • Edit Incomes
      • Delete Incomes
      • Add New Income
    • Expenses
      • GET All Expenses
      • GET Single Expens
      • Edit Expenses
      • Delete Expenses
      • Add New Expens
    • Journals
      • GET All Journals
      • GET Single Journal
      • Edit Journals
      • Delete Journals
      • Add New Journal
    • Journal Accounts
      • GET All Journal Accounts
      • GET Single Journal Account
      • Edit Journal Accounts
      • Delete Journal Accounts
      • Add New Journal Account
    • Journal Cats
      • GET All Journal Cats
      • GET Single Journal Cat
      • Edit Journal Cats
      • Delete Journal Cats
      • Add New Journal Cat
    • Purchase Refunds
      • GET All Purchase Refunds
      • GET Single Purchase Refund
      • Edit Purchase Refunds
      • Delete Purchase Refunds
      • Add New Purchase Refund
    • Taxes
      • GET All Taxes
      • GET Single Taxe
      • Edit Taxes
      • Delete Taxes
      • Add New Taxe
    • Purchase Invoices
      • GET All Purchase Invoices
      • GET Single Purchase Invoice
      • Edit Purchase Invoices
      • Delete Purchase Invoices
      • Add New Purchase Invoice
    • Stock Transactions
      • GET All Stock Transactions
      • GET Single Stock Transaction
      • Edit Stock Transactions
      • Delete Stock Transactions
      • Add New Stock Transaction
    • Stores
      • GET All Stores
      • GET Single Store
      • Edit Stores
      • Delete Stores
      • Add New Store
    • Treasuries
      • GET All Treasuries
      • GET Single Treasury
      • Edit Treasuries
      • Delete Treasuries
      • Add New Treasury
    • Site
      • GET Site Info
    • Staff
      • GET All Staff
      • GET Single Staff
    • General Listing
      • GET General Listing
    • Follow Up Statuses
      • GET All Follow Up Statuses
      • GET Single Follow Up Status
      • Delete Follow Up Status
    • Client-attendance-log
      • Add New Client-attendance-log
    • Follow Up Actions
      • GET All Follow Up Actions
      • GET Single Follow Up Action
      • Delete Follow Up Action
  1. Time Tracking

Add New Time Tracking

Production
https://{{subdomain}}.enerpize.com/api2
Production
https://{{subdomain}}.enerpize.com/api2
POST
/time_tracking{format}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Body Params application/json

Examples

Responses

🟢202Accepted
application/json
Created
Body

🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://.enerpize.com/api2/time_tracking' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "TimeTracking": {
        "type": "string",
        "properties": {
            "type": {
                "type": "string"
            },
            "properties": {
                "type": "string",
                "properties": {
                    "id": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "format": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            },
                            "readOnly": {
                                "type": "string"
                            },
                            "examples": {
                                "type": "string",
                                "items": {
                                    "type": "string"
                                }
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "user_id": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "format": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            },
                            "deprecated": {
                                "type": "string"
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "staff_id": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "format": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "project_id": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "format": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "activity_id": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "format": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "date": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "format": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            },
                            "examples": {
                                "type": "string",
                                "items": {
                                    "type": "string"
                                }
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "time": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "pattern": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            },
                            "examples": {
                                "type": "string",
                                "items": {
                                    "type": "string"
                                }
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "notes": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            },
                            "default": {
                                "type": "string"
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "created": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "format": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            },
                            "readOnly": {
                                "type": "string"
                            },
                            "examples": {
                                "type": "string",
                                "items": {
                                    "type": "string"
                                }
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "modified": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "format": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            },
                            "readOnly": {
                                "type": "string"
                            },
                            "examples": {
                                "type": "string",
                                "items": {
                                    "type": "string"
                                }
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "cost": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "format": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            },
                            "readOnly": {
                                "type": "string"
                            },
                            "examples": {
                                "type": "string",
                                "items": {
                                    "type": "string"
                                }
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "currency": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "maxLength": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string"
                            },
                            "readOnly": {
                                "type": "string"
                            },
                            "examples": {
                                "type": "string",
                                "items": {
                                    "type": "string"
                                }
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    },
                    "work_order_id": {
                        "type": "string",
                        "properties": {
                            "type": {
                                "type": "string",
                                "items": {
                                    "type": "string"
                                }
                            },
                            "description": {
                                "type": "string"
                            },
                            "default": {
                                "type": "string"
                            }
                        },
                        "required": [
                            "string"
                        ],
                        "x-apidog-orders": [
                            "string"
                        ]
                    }
                },
                "required": [
                    "string"
                ],
                "x-apidog-orders": [
                    "string"
                ]
            },
            "required": {
                "type": "string",
                "items": {
                    "type": "string"
                }
            },
            "x-apidog-orders": {
                "type": "string",
                "items": {
                    "type": "string"
                }
            },
            "id": {
                "type": "string",
                "format": "string",
                "description": "string",
                "readOnly": true,
                "examples": [
                    0
                ]
            },
            "user_id": {
                "type": "string",
                "format": "string",
                "description": "string",
                "deprecated": true
            },
            "staff_id": {
                "type": "string",
                "format": "string",
                "description": "string"
            },
            "project_id": {
                "type": "string",
                "format": "string",
                "description": "string"
            },
            "activity_id": {
                "type": "string",
                "format": "string",
                "description": "string"
            },
            "date": {
                "type": "string",
                "format": "string",
                "description": "string",
                "examples": [
                    "string"
                ]
            },
            "time": {
                "type": "string",
                "pattern": "string",
                "description": "string",
                "examples": [
                    "string"
                ]
            },
            "notes": {
                "type": "string",
                "description": "string",
                "default": "string"
            },
            "created": {
                "type": "string",
                "format": "string",
                "description": "string",
                "readOnly": true,
                "examples": [
                    "string"
                ]
            },
            "modified": {
                "type": "string",
                "format": "string",
                "description": "string",
                "readOnly": true,
                "examples": [
                    "string"
                ]
            },
            "cost": {
                "type": "string",
                "format": "string",
                "description": "string",
                "readOnly": true,
                "examples": [
                    0
                ]
            },
            "currency": {
                "type": "string",
                "maxLength": "string",
                "description": "string",
                "readOnly": true,
                "examples": [
                    "string"
                ]
            },
            "work_order_id": {
                "type": [
                    "string"
                ],
                "description": "string",
                "default": null
            }
        },
        "required": [
            "string"
        ],
        "x-apidog-orders": [
            "string"
        ],
        "user_id": 0,
        "staff_id": 0,
        "project_id": 0,
        "activity_id": 0,
        "date": "2008-12-09",
        "time": "8:17",
        "notes": "",
        "work_order_id": null
    }
}'
Response Response Example
202 - Example 1
{
    "code": 202,
    "result": "successful",
    "id": "2415"
}
Modified at 2025-05-22 16:13:31
Previous
Delete Time Tracking
Next
GET All Notes
Built with