v1
latestOpenAPI 3.0.22026-07-24154101.1 MBTip Pool
Update Tip Pool Manual Entries
put/v2/company/{company_id}/tip_pool/{tip_pool_settings_uuid}/manual_entry
Path parameters
company_idinteger required
Example:384
The company ID for the target tip pool settings
tip_pool_settings_uuidstring uuid required
The tip pool settings uuid
Headers
x-api-versionstring
An API version
Example:2022-05-01
7shifts API version
x-company-guidstring uuid
Company GUID
Request body
Example request
{
"data": [
{
"entry_date": "2021-01-01",
"tip_amount": 12.5,
"created": "2021-02-12T12:00:00Z",
"modified": "2021-02-12T13:00:00Z"
}
]
}Response
OK
Example response
{
"data": [
{
"entry_date": "2021-01-01",
"tip_amount": 12.5,
"created": "2021-02-12T12:00:00Z",
"modified": "2021-02-12T13:00:00Z"
}
]
}