Updates the public holiday with the specific ID.
PUT http:///api/v2/business/{businessId}/publicholiday/{id}
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| id | int32 | Required | |
| businessId | string | Required | 
The request body takes a complete PublicHolidayModel resource, containing the following writable properties:
{
    "date": "date-time",
    "description": "string",
    "id": "int32",
    "isSystem": "boolean",
    "locationIds": [
        "int32"
    ],
    "mondayisedAlternativeToId": "int32",
    "notAPublicHoliday": "boolean",
    "note": "string",
    "states": [
        "string"
    ]
}
| Name | Type | Description | 
|---|---|---|
| date | date-time | 
      Nullable | 
  
| description | string | String | 
| id | int32 | 
      Nullable | 
  
| isSystem | boolean | Boolean | 
| locationIds[] | array of int32 | |
| mondayisedAlternativeToId | int32 | Int32 | 
| notAPublicHoliday | boolean | Boolean | 
| note | string | String | 
| states[] | array of string | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          |
| 404 | Not Found Not Found  | 
          ProblemDetails | 
Powered by DapperDox