Save Client Dates
Saves or updates key dates for the specified client. Dates with null values will be deleted.
Parameters
| Name | Type | Description |
|---|---|---|
| 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