POST api/Notifications

Add Notification

Request Information

URI Parameters

None.

Body Parameters

Notification object

NotificationInputDto
NameDescriptionTypeAdditional information
Id

integer

None.

PersonId

integer

Required

WeekOrderId

integer

None.

Subject

string

None.

Message

string

None.

MessageType

MessageType

Required

MessageChannel

MessageChannel

Required

PcdWebId

string

None.

WmbWebId

string

None.

NoPersonIdLog

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PersonId": 2,
  "WeekOrderId": 1,
  "Subject": "sample string 3",
  "Message": "sample string 4",
  "MessageType": 0,
  "MessageChannel": 0,
  "PcdWebId": "sample string 5",
  "WmbWebId": "sample string 6",
  "NoPersonIdLog": true
}

application/x-www-form-urlencoded

Sample:
Id=value&PersonId=value&WeekOrderId=value&Subject=value&Message=value&MessageType=value&MessageChannel=value&PcdWebId=value&WmbWebId=value&NoPersonIdLog=value

Response Information

Resource Description

Notification object

NotificationDto
NameDescriptionTypeAdditional information
Id

Id (key) of Notification

integer

Required

CreateDate

Notification Created Date

date

Required

CreateUserId

Id (foreign key) for Creating User

string

None.

CreateUser

Creating User Entity

UserDto

None.

PersonId

Id (foreign key) for Person

integer

Required

PersonHref

Url for Get Person

string

None.

Person

Person Entity

PersonDto

None.

WeekOrderId

Id (foreign key) for WeekOrder

integer

None.

WeekOrderHref

Url for Get WeekOrder

string

None.

Subject

Notification Subject

string

None.

Message

Notification Message

string

None.

MessageFormat

Notification Message Format

string

None.

MessageType

Notification Message Type

MessageType

Required

MessageTypeText

Notification Message Type - Description

string

None.

MessageChannel

Notification Message Channel

MessageChannel

Required

MessageChannelText

Notification Message Channel - Description

string

None.

PcdWebId

Ident - for PCD Internal use

string

None.

WmbWebId

Ident - for WMB Internal use

string

None.

UpdatedPcd

Date last updated from PCD

date

None.

UpdatedWmb

Date last updated from WMB

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CreateDate": "2025-12-27T13:46:01.0432965+01:00",
  "CreateUserId": "sample string 3",
  "CreateUser": {
    "Id": "sample string 1",
    "UserName": "sample string 2",
    "Email": "sample string 3",
    "Phone": "sample string 4"
  },
  "PersonId": 4,
  "PersonHref": "sample string 5",
  "Person": {
    "PersonId": 1,
    "PcdWebId": "sample string 2",
    "WmbWebId": "sample string 3",
    "FirstName": "sample string 4",
    "MiddleName": "sample string 5",
    "LastName": "sample string 6",
    "HomePhone": "sample string 7",
    "MobilePhone": "sample string 8",
    "WorkPhone": "sample string 9",
    "Email": "sample string 10",
    "Street": "sample string 11",
    "StreetNumber": "sample string 12",
    "PostalCode": "sample string 13",
    "City": "sample string 14",
    "DeliveryDayOfWeek": 15,
    "InfoAccess": "sample string 16",
    "InfoDelivery": "sample string 17",
    "InfoOther": "sample string 18",
    "C5Id": 1,
    "ActivationCode": "sample string 19",
    "PersonTypeId": 20,
    "PersonType": {
      "PersonTypeId": 1,
      "Description": "sample string 2"
    },
    "CommuneId": 1,
    "Commune": {
      "CommuneId": 1,
      "Name": "sample string 2",
      "ItemNumber": "sample string 3",
      "Rules": [
        {
          "RuleTypeId": 1,
          "RuleType": {
            "RuleTypeId": 1,
            "Description": "sample string 2",
            "Table": "sample string 3"
          },
          "Description": "sample string 2",
          "ReferenceType": "sample string 3",
          "Definitions": [
            {
              "Href": "sample string 1",
              "ReferenceId": 2,
              "PeriodId": 3,
              "Period": {
                "PeriodId": 1,
                "Description": "sample string 2"
              },
              "Amount": 4
            },
            {
              "Href": "sample string 1",
              "ReferenceId": 2,
              "PeriodId": 3,
              "Period": {
                "PeriodId": 1,
                "Description": "sample string 2"
              },
              "Amount": 4
            }
          ]
        },
        {
          "RuleTypeId": 1,
          "RuleType": {
            "RuleTypeId": 1,
            "Description": "sample string 2",
            "Table": "sample string 3"
          },
          "Description": "sample string 2",
          "ReferenceType": "sample string 3",
          "Definitions": [
            {
              "Href": "sample string 1",
              "ReferenceId": 2,
              "PeriodId": 3,
              "Period": {
                "PeriodId": 1,
                "Description": "sample string 2"
              },
              "Amount": 4
            },
            {
              "Href": "sample string 1",
              "ReferenceId": 2,
              "PeriodId": 3,
              "Period": {
                "PeriodId": 1,
                "Description": "sample string 2"
              },
              "Amount": 4
            }
          ]
        }
      ]
    },
    "StopDate": "2025-12-27T13:46:01.0432965+01:00",
    "UpdatedPcd": "2025-12-27T13:46:01.0432965+01:00",
    "UpdatedWmb": "2025-12-27T13:46:01.0432965+01:00",
    "IsDeleted": true,
    "Absences": [
      {
        "PersonAbsenceId": 1,
        "PersonId": 2,
        "AbsenceTypeId": 1,
        "AbsenceType": {
          "AbsenceTypeId": 1,
          "Description": "sample string 2"
        },
        "DateStart": "2025-12-27",
        "DateEnd": "2025-12-27",
        "PcdWebId": "sample string 4",
        "WmbWebId": "sample string 5",
        "UpdatedPcd": "2025-12-27T13:46:01.0432965+01:00",
        "UpdatedWmb": "2025-12-27T13:46:01.0432965+01:00"
      },
      {
        "PersonAbsenceId": 1,
        "PersonId": 2,
        "AbsenceTypeId": 1,
        "AbsenceType": {
          "AbsenceTypeId": 1,
          "Description": "sample string 2"
        },
        "DateStart": "2025-12-27",
        "DateEnd": "2025-12-27",
        "PcdWebId": "sample string 4",
        "WmbWebId": "sample string 5",
        "UpdatedPcd": "2025-12-27T13:46:01.0432965+01:00",
        "UpdatedWmb": "2025-12-27T13:46:01.0432965+01:00"
      }
    ],
    "DietForms": [
      {
        "PersonDietFormId": 1,
        "PersonId": 2,
        "DietFormId": 3,
        "DietForm": {
          "DietFormId": 1,
          "Name": "sample string 2"
        },
        "DateStart": "2025-12-27",
        "DateEnd": "2025-12-27"
      },
      {
        "PersonDietFormId": 1,
        "PersonId": 2,
        "DietFormId": 3,
        "DietForm": {
          "DietFormId": 1,
          "Name": "sample string 2"
        },
        "DateStart": "2025-12-27",
        "DateEnd": "2025-12-27"
      }
    ],
    "MenuGroupWeeks": [
      {
        "Year": 1,
        "Week": 2,
        "MenuplanId": 3,
        "Menuplan": {
          "MenuplanId": 1,
          "Menuname": "sample string 2"
        },
        "MenuGroups": [
          {
            "MenuGroupId": 1,
            "MenuGroup": {
              "MenuGroupId": 1,
              "Name": "sample string 2",
              "MenuGroupTypeId": 3,
              "MenuGroupType": {
                "MenuGroupTypeId": 1,
                "Description": "sample string 2"
              },
              "MenuplanId": 4,
              "Menuplan": {
                "MenuplanId": 1,
                "Menuname": "sample string 2"
              },
              "MenuGroupRuleId": 5,
              "MenuGroupRule": {
                "MenuGroupRuleId": 1,
                "Description": "sample string 2",
                "Rules": [
                  {
                    "MenuGroupRuleId": 1,
                    "RuleTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "MenuGroupRuleId": 1,
                    "RuleTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              "MenuGroupRelationId": 6,
              "MenuGroupRelation": {
                "MenuGroupRelationId": 1,
                "Description": "sample string 2",
                "Relations": [
                  {
                    "MenuGroupRelationId": 1,
                    "RelationTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      },
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      }
                    ]
                  },
                  {
                    "MenuGroupRelationId": 1,
                    "RelationTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      },
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      }
                    ]
                  }
                ]
              },
              "DietFormId": 1,
              "DietForm": {
                "DietFormId": 1,
                "Name": "sample string 2"
              }
            },
            "PriceGroupId": 2,
            "PriceGroup": {
              "PriceGroupId": 1,
              "Name": "sample string 2",
              "PriceGroupTypeId": 3,
              "PriceGroupType": {
                "PriceGroupTypeId": 1,
                "Description": "sample string 2",
                "Reference": "sample string 3"
              },
              "PointsSurcharge1": 1,
              "PointsSurcharge2": 1,
              "PointsSurcharge3": 1
            },
            "MenuplanId": 3,
            "Menuplan": {
              "MenuplanId": 1,
              "Menuname": "sample string 2"
            },
            "Year": 1,
            "Week": 1,
            "Courses": [
              {
                "CourseType": 1,
                "CourseNo": 2,
                "CourseId": 3,
                "Course": "sample string 4",
                "CourseFormatted": "sample string 5",
                "CourseCategoryId": 6,
                "CourseCategory": "sample string 7",
                "Price": 8.0,
                "DietFormPriceSurcharges": [
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  },
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  }
                ]
              },
              {
                "CourseType": 1,
                "CourseNo": 2,
                "CourseId": 3,
                "Course": "sample string 4",
                "CourseFormatted": "sample string 5",
                "CourseCategoryId": 6,
                "CourseCategory": "sample string 7",
                "Price": 8.0,
                "DietFormPriceSurcharges": [
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  },
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  }
                ]
              }
            ],
            "Message": "sample string 4"
          },
          {
            "MenuGroupId": 1,
            "MenuGroup": {
              "MenuGroupId": 1,
              "Name": "sample string 2",
              "MenuGroupTypeId": 3,
              "MenuGroupType": {
                "MenuGroupTypeId": 1,
                "Description": "sample string 2"
              },
              "MenuplanId": 4,
              "Menuplan": {
                "MenuplanId": 1,
                "Menuname": "sample string 2"
              },
              "MenuGroupRuleId": 5,
              "MenuGroupRule": {
                "MenuGroupRuleId": 1,
                "Description": "sample string 2",
                "Rules": [
                  {
                    "MenuGroupRuleId": 1,
                    "RuleTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "MenuGroupRuleId": 1,
                    "RuleTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              "MenuGroupRelationId": 6,
              "MenuGroupRelation": {
                "MenuGroupRelationId": 1,
                "Description": "sample string 2",
                "Relations": [
                  {
                    "MenuGroupRelationId": 1,
                    "RelationTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      },
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      }
                    ]
                  },
                  {
                    "MenuGroupRelationId": 1,
                    "RelationTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      },
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      }
                    ]
                  }
                ]
              },
              "DietFormId": 1,
              "DietForm": {
                "DietFormId": 1,
                "Name": "sample string 2"
              }
            },
            "PriceGroupId": 2,
            "PriceGroup": {
              "PriceGroupId": 1,
              "Name": "sample string 2",
              "PriceGroupTypeId": 3,
              "PriceGroupType": {
                "PriceGroupTypeId": 1,
                "Description": "sample string 2",
                "Reference": "sample string 3"
              },
              "PointsSurcharge1": 1,
              "PointsSurcharge2": 1,
              "PointsSurcharge3": 1
            },
            "MenuplanId": 3,
            "Menuplan": {
              "MenuplanId": 1,
              "Menuname": "sample string 2"
            },
            "Year": 1,
            "Week": 1,
            "Courses": [
              {
                "CourseType": 1,
                "CourseNo": 2,
                "CourseId": 3,
                "Course": "sample string 4",
                "CourseFormatted": "sample string 5",
                "CourseCategoryId": 6,
                "CourseCategory": "sample string 7",
                "Price": 8.0,
                "DietFormPriceSurcharges": [
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  },
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  }
                ]
              },
              {
                "CourseType": 1,
                "CourseNo": 2,
                "CourseId": 3,
                "Course": "sample string 4",
                "CourseFormatted": "sample string 5",
                "CourseCategoryId": 6,
                "CourseCategory": "sample string 7",
                "Price": 8.0,
                "DietFormPriceSurcharges": [
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  },
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  }
                ]
              }
            ],
            "Message": "sample string 4"
          }
        ],
        "Properties": [
          {
            "PropertyTypeId": 1,
            "Description": "sample string 2",
            "ReferenceType": "sample string 3",
            "Definitions": [
              {
                "Href": "sample string 1",
                "ReferenceId": 2
              },
              {
                "Href": "sample string 1",
                "ReferenceId": 2
              }
            ]
          },
          {
            "PropertyTypeId": 1,
            "Description": "sample string 2",
            "ReferenceType": "sample string 3",
            "Definitions": [
              {
                "Href": "sample string 1",
                "ReferenceId": 2
              },
              {
                "Href": "sample string 1",
                "ReferenceId": 2
              }
            ]
          }
        ]
      },
      {
        "Year": 1,
        "Week": 2,
        "MenuplanId": 3,
        "Menuplan": {
          "MenuplanId": 1,
          "Menuname": "sample string 2"
        },
        "MenuGroups": [
          {
            "MenuGroupId": 1,
            "MenuGroup": {
              "MenuGroupId": 1,
              "Name": "sample string 2",
              "MenuGroupTypeId": 3,
              "MenuGroupType": {
                "MenuGroupTypeId": 1,
                "Description": "sample string 2"
              },
              "MenuplanId": 4,
              "Menuplan": {
                "MenuplanId": 1,
                "Menuname": "sample string 2"
              },
              "MenuGroupRuleId": 5,
              "MenuGroupRule": {
                "MenuGroupRuleId": 1,
                "Description": "sample string 2",
                "Rules": [
                  {
                    "MenuGroupRuleId": 1,
                    "RuleTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "MenuGroupRuleId": 1,
                    "RuleTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              "MenuGroupRelationId": 6,
              "MenuGroupRelation": {
                "MenuGroupRelationId": 1,
                "Description": "sample string 2",
                "Relations": [
                  {
                    "MenuGroupRelationId": 1,
                    "RelationTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      },
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      }
                    ]
                  },
                  {
                    "MenuGroupRelationId": 1,
                    "RelationTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      },
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      }
                    ]
                  }
                ]
              },
              "DietFormId": 1,
              "DietForm": {
                "DietFormId": 1,
                "Name": "sample string 2"
              }
            },
            "PriceGroupId": 2,
            "PriceGroup": {
              "PriceGroupId": 1,
              "Name": "sample string 2",
              "PriceGroupTypeId": 3,
              "PriceGroupType": {
                "PriceGroupTypeId": 1,
                "Description": "sample string 2",
                "Reference": "sample string 3"
              },
              "PointsSurcharge1": 1,
              "PointsSurcharge2": 1,
              "PointsSurcharge3": 1
            },
            "MenuplanId": 3,
            "Menuplan": {
              "MenuplanId": 1,
              "Menuname": "sample string 2"
            },
            "Year": 1,
            "Week": 1,
            "Courses": [
              {
                "CourseType": 1,
                "CourseNo": 2,
                "CourseId": 3,
                "Course": "sample string 4",
                "CourseFormatted": "sample string 5",
                "CourseCategoryId": 6,
                "CourseCategory": "sample string 7",
                "Price": 8.0,
                "DietFormPriceSurcharges": [
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  },
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  }
                ]
              },
              {
                "CourseType": 1,
                "CourseNo": 2,
                "CourseId": 3,
                "Course": "sample string 4",
                "CourseFormatted": "sample string 5",
                "CourseCategoryId": 6,
                "CourseCategory": "sample string 7",
                "Price": 8.0,
                "DietFormPriceSurcharges": [
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  },
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  }
                ]
              }
            ],
            "Message": "sample string 4"
          },
          {
            "MenuGroupId": 1,
            "MenuGroup": {
              "MenuGroupId": 1,
              "Name": "sample string 2",
              "MenuGroupTypeId": 3,
              "MenuGroupType": {
                "MenuGroupTypeId": 1,
                "Description": "sample string 2"
              },
              "MenuplanId": 4,
              "Menuplan": {
                "MenuplanId": 1,
                "Menuname": "sample string 2"
              },
              "MenuGroupRuleId": 5,
              "MenuGroupRule": {
                "MenuGroupRuleId": 1,
                "Description": "sample string 2",
                "Rules": [
                  {
                    "MenuGroupRuleId": 1,
                    "RuleTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "MenuGroupRuleId": 1,
                    "RuleTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2,
                        "Amount": 3,
                        "Conditions": [
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          },
                          {
                            "MenuGroupRuleConditionId": 1,
                            "RuleConditionTypeId": 2,
                            "Description": "sample string 3",
                            "ReferenceType": "sample string 4",
                            "Operator": "sample string 5",
                            "Definitions": [
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              },
                              {
                                "Href": "sample string 1",
                                "ReferenceId": 2
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              "MenuGroupRelationId": 6,
              "MenuGroupRelation": {
                "MenuGroupRelationId": 1,
                "Description": "sample string 2",
                "Relations": [
                  {
                    "MenuGroupRelationId": 1,
                    "RelationTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      },
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      }
                    ]
                  },
                  {
                    "MenuGroupRelationId": 1,
                    "RelationTypeId": 2,
                    "Description": "sample string 3",
                    "ReferenceType": "sample string 4",
                    "Definitions": [
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      },
                      {
                        "MenuGroupId": 1,
                        "Href": "sample string 2",
                        "ReferenceId": 3,
                        "CourseNoRelation": true,
                        "Required": true
                      }
                    ]
                  }
                ]
              },
              "DietFormId": 1,
              "DietForm": {
                "DietFormId": 1,
                "Name": "sample string 2"
              }
            },
            "PriceGroupId": 2,
            "PriceGroup": {
              "PriceGroupId": 1,
              "Name": "sample string 2",
              "PriceGroupTypeId": 3,
              "PriceGroupType": {
                "PriceGroupTypeId": 1,
                "Description": "sample string 2",
                "Reference": "sample string 3"
              },
              "PointsSurcharge1": 1,
              "PointsSurcharge2": 1,
              "PointsSurcharge3": 1
            },
            "MenuplanId": 3,
            "Menuplan": {
              "MenuplanId": 1,
              "Menuname": "sample string 2"
            },
            "Year": 1,
            "Week": 1,
            "Courses": [
              {
                "CourseType": 1,
                "CourseNo": 2,
                "CourseId": 3,
                "Course": "sample string 4",
                "CourseFormatted": "sample string 5",
                "CourseCategoryId": 6,
                "CourseCategory": "sample string 7",
                "Price": 8.0,
                "DietFormPriceSurcharges": [
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  },
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  }
                ]
              },
              {
                "CourseType": 1,
                "CourseNo": 2,
                "CourseId": 3,
                "Course": "sample string 4",
                "CourseFormatted": "sample string 5",
                "CourseCategoryId": 6,
                "CourseCategory": "sample string 7",
                "Price": 8.0,
                "DietFormPriceSurcharges": [
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  },
                  {
                    "PriceSurchargeTypeId": 1,
                    "PriceSurchargeType": {
                      "PriceSurchargeTypeId": 1,
                      "Description": "sample string 2"
                    },
                    "PriceSurcharge": 2.0,
                    "PointsSurcharge": 1,
                    "Definitions": [
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      },
                      {
                        "Href": "sample string 1",
                        "ReferenceId": 2
                      }
                    ]
                  }
                ]
              }
            ],
            "Message": "sample string 4"
          }
        ],
        "Properties": [
          {
            "PropertyTypeId": 1,
            "Description": "sample string 2",
            "ReferenceType": "sample string 3",
            "Definitions": [
              {
                "Href": "sample string 1",
                "ReferenceId": 2
              },
              {
                "Href": "sample string 1",
                "ReferenceId": 2
              }
            ]
          },
          {
            "PropertyTypeId": 1,
            "Description": "sample string 2",
            "ReferenceType": "sample string 3",
            "Definitions": [
              {
                "Href": "sample string 1",
                "ReferenceId": 2
              },
              {
                "Href": "sample string 1",
                "ReferenceId": 2
              }
            ]
          }
        ]
      }
    ],
    "Routes": [
      {
        "PersonRouteId": 1,
        "PersonId": 2,
        "RouteId": 3,
        "Route": {
          "RouteId": 1,
          "Description": "sample string 2",
          "DeliveryMonday": true,
          "DeliveryTuesday": true,
          "DeliveryWednesday": true,
          "DeliveryThursday": true,
          "DeliveryFriday": true,
          "DeliverySaturday": true,
          "DeliverySunday": true,
          "RouteType": "sample string 10"
        },
        "DateStart": "2025-12-27",
        "DateEnd": "2025-12-27",
        "RouteDelivery": {
          "RouteId": 1,
          "Route": {
            "RouteId": 1,
            "Description": "sample string 2",
            "DeliveryMonday": true,
            "DeliveryTuesday": true,
            "DeliveryWednesday": true,
            "DeliveryThursday": true,
            "DeliveryFriday": true,
            "DeliverySaturday": true,
            "DeliverySunday": true,
            "RouteType": "sample string 10"
          },
          "Year": 2,
          "Week": 3,
          "PersonalSchema": true,
          "DeliveryDates": [
            {
              "DeliveryDate": "2025-12-27",
              "EatingDates": [
                {
                  "EatingDate": "2025-12-27",
                  "DeliveryDate": "2025-12-27"
                },
                {
                  "EatingDate": "2025-12-27",
                  "DeliveryDate": "2025-12-27"
                }
              ]
            },
            {
              "DeliveryDate": "2025-12-27",
              "EatingDates": [
                {
                  "EatingDate": "2025-12-27",
                  "DeliveryDate": "2025-12-27"
                },
                {
                  "EatingDate": "2025-12-27",
                  "DeliveryDate": "2025-12-27"
                }
              ]
            }
          ]
        },
        "Rules": [
          {
            "RuleTypeId": 1,
            "RuleType": {
              "RuleTypeId": 1,
              "Description": "sample string 2",
              "Table": "sample string 3"
            },
            "Description": "sample string 2",
            "ReferenceType": "sample string 3",
            "Definitions": [
              {
                "Href": "sample string 1",
                "ReferenceId": 2,
                "PeriodId": 3,
                "Period": {
                  "PeriodId": 1,
                  "Description": "sample string 2"
                },
                "Amount": 4
              },
              {
                "Href": "sample string 1",
                "ReferenceId": 2,
                "PeriodId": 3,
                "Period": {
                  "PeriodId": 1,
                  "Description": "sample string 2"
                },
                "Amount": 4
              }
            ]
          },
          {
            "RuleTypeId": 1,
            "RuleType": {
              "RuleTypeId": 1,
              "Description": "sample string 2",
              "Table": "sample string 3"
            },
            "Description": "sample string 2",
            "ReferenceType": "sample string 3",
            "Definitions": [
              {
                "Href": "sample string 1",
                "ReferenceId": 2,
                "PeriodId": 3,
                "Period": {
                  "PeriodId": 1,
                  "Description": "sample string 2"
                },
                "Amount": 4
              },
              {
                "Href": "sample string 1",
                "ReferenceId": 2,
                "PeriodId": 3,
                "Period": {
                  "PeriodId": 1,
                  "Description": "sample string 2"
                },
                "Amount": 4
              }
            ]
          }
        ]
      },
      {
        "PersonRouteId": 1,
        "PersonId": 2,
        "RouteId": 3,
        "Route": {
          "RouteId": 1,
          "Description": "sample string 2",
          "DeliveryMonday": true,
          "DeliveryTuesday": true,
          "DeliveryWednesday": true,
          "DeliveryThursday": true,
          "DeliveryFriday": true,
          "DeliverySaturday": true,
          "DeliverySunday": true,
          "RouteType": "sample string 10"
        },
        "DateStart": "2025-12-27",
        "DateEnd": "2025-12-27",
        "RouteDelivery": {
          "RouteId": 1,
          "Route": {
            "RouteId": 1,
            "Description": "sample string 2",
            "DeliveryMonday": true,
            "DeliveryTuesday": true,
            "DeliveryWednesday": true,
            "DeliveryThursday": true,
            "DeliveryFriday": true,
            "DeliverySaturday": true,
            "DeliverySunday": true,
            "RouteType": "sample string 10"
          },
          "Year": 2,
          "Week": 3,
          "PersonalSchema": true,
          "DeliveryDates": [
            {
              "DeliveryDate": "2025-12-27",
              "EatingDates": [
                {
                  "EatingDate": "2025-12-27",
                  "DeliveryDate": "2025-12-27"
                },
                {
                  "EatingDate": "2025-12-27",
                  "DeliveryDate": "2025-12-27"
                }
              ]
            },
            {
              "DeliveryDate": "2025-12-27",
              "EatingDates": [
                {
                  "EatingDate": "2025-12-27",
                  "DeliveryDate": "2025-12-27"
                },
                {
                  "EatingDate": "2025-12-27",
                  "DeliveryDate": "2025-12-27"
                }
              ]
            }
          ]
        },
        "Rules": [
          {
            "RuleTypeId": 1,
            "RuleType": {
              "RuleTypeId": 1,
              "Description": "sample string 2",
              "Table": "sample string 3"
            },
            "Description": "sample string 2",
            "ReferenceType": "sample string 3",
            "Definitions": [
              {
                "Href": "sample string 1",
                "ReferenceId": 2,
                "PeriodId": 3,
                "Period": {
                  "PeriodId": 1,
                  "Description": "sample string 2"
                },
                "Amount": 4
              },
              {
                "Href": "sample string 1",
                "ReferenceId": 2,
                "PeriodId": 3,
                "Period": {
                  "PeriodId": 1,
                  "Description": "sample string 2"
                },
                "Amount": 4
              }
            ]
          },
          {
            "RuleTypeId": 1,
            "RuleType": {
              "RuleTypeId": 1,
              "Description": "sample string 2",
              "Table": "sample string 3"
            },
            "Description": "sample string 2",
            "ReferenceType": "sample string 3",
            "Definitions": [
              {
                "Href": "sample string 1",
                "ReferenceId": 2,
                "PeriodId": 3,
                "Period": {
                  "PeriodId": 1,
                  "Description": "sample string 2"
                },
                "Amount": 4
              },
              {
                "Href": "sample string 1",
                "ReferenceId": 2,
                "PeriodId": 3,
                "Period": {
                  "PeriodId": 1,
                  "Description": "sample string 2"
                },
                "Amount": 4
              }
            ]
          }
        ]
      }
    ],
    "Properties": [
      {
        "PropertyTypeId": 1,
        "Description": "sample string 2",
        "ReferenceType": "sample string 3",
        "Definitions": [
          {
            "Href": "sample string 1",
            "ReferenceId": 2
          },
          {
            "Href": "sample string 1",
            "ReferenceId": 2
          }
        ]
      },
      {
        "PropertyTypeId": 1,
        "Description": "sample string 2",
        "ReferenceType": "sample string 3",
        "Definitions": [
          {
            "Href": "sample string 1",
            "ReferenceId": 2
          },
          {
            "Href": "sample string 1",
            "ReferenceId": 2
          }
        ]
      }
    ]
  },
  "WeekOrderId": 1,
  "WeekOrderHref": "sample string 6",
  "Subject": "sample string 7",
  "Message": "sample string 8",
  "MessageFormat": "sample string 9",
  "MessageType": 0,
  "MessageTypeText": "sample string 10",
  "MessageChannel": 0,
  "MessageChannelText": "sample string 11",
  "PcdWebId": "sample string 12",
  "WmbWebId": "sample string 13",
  "UpdatedPcd": "2025-12-27T13:46:01.0589155+01:00",
  "UpdatedWmb": "2025-12-27T13:46:01.0589155+01:00"
}