API Docs / Operations / Clients / Save Client Dates

Save Client Dates

PUT /api/tenants/{tenant}/clients/{code}/dates

Saves or updates key dates for the specified client. Dates with null values will be deleted.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Request Body*

[
  {
    "dateType": "...",
    "date": "2024-01-01"
  }
]

Responses

204 No Content
401 Unauthorized - Invalid or missing API key
404 Not Found

Try it