GET api/Grade/GetGrade?siteId={siteId}&aid={aid}&gradeId={gradeId}
获取会员中心等级信息 包含用户信息,上一等级,当前等级,下一等级,及对应的特权列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteId | string |
Required |
|
| aid | string |
Required |
|
| gradeId |
“上一等级”或“下一等级”ID |
globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
MemberCenterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Account |
用户信息 |
AccountEntity |
None. |
| CurrentGrade | GradeEntity |
None. |
|
| AccountGradeIndex | integer |
None. |
|
| CurrentGradeIndex | integer |
None. |
|
| NextGrade |
下一等级 |
GradeEntity |
None. |
| PrevGrade |
上一等级 |
GradeEntity |
None. |
| GradeList |
等级列表 |
Collection of GradeEntity |
None. |
Response Formats
application/json, text/json
Sample:
{
"Account": {
"AccountID": "aebc851d-018d-42f2-9e80-89cd57f4de90",
"State": 2,
"GradeID": "935dd971-9cda-4e22-b5fc-dc5d9741a999",
"LockGrade": true,
"AccountName": "sample string 4",
"AccountPassWord": "sample string 5",
"AccountIDLayer": "sample string 6",
"Layer": "sample string 7",
"LayerNumber": 8,
"AreaCode": 1,
"AccountImage": "sample string 9",
"Logins": 10,
"LastLoginTime": "2026-04-19T19:51:16.9118644+08:00",
"LastLoginIp": "sample string 12",
"InvalidPassNumber": 1,
"InvalidPassTime": "2026-04-19T19:51:16.9118644+08:00",
"InvalidPassIp": "sample string 13",
"CreateTime": "2026-04-19T19:51:16.9118644+08:00",
"UpdateTime": "2026-04-19T19:51:16.9118644+08:00",
"SiteID": 16,
"Openid": "sample string 17",
"UnionID": "sample string 18",
"Wxopenid": "sample string 19",
"NickName": "sample string 20",
"ParentAccountID": "d1e98014-ba6a-4264-847d-e82a93b3d565",
"ParentAccountName": "sample string 21",
"IsAttention": true,
"OriginType": 1,
"SubsidiaryCount": 23,
"IDCards": "sample string 24",
"TrueName": "sample string 25",
"Access_token": "sample string 26",
"Expires_in": "2026-04-19T19:51:16.9118644+08:00",
"Refresh_token": "sample string 27",
"ShareImage": "sample string 28",
"MobilePhone": "sample string 29",
"IsMobileValidated": true,
"TotalScore": 31,
"BlaneScore": 32,
"TotalAmount": 33.0,
"Balance": 34.0,
"TotalGiftAmount": 35.0,
"SwanId": "sample string 36",
"SwanOpenid": "sample string 37"
},
"CurrentGrade": {
"GradeID": "51b335c0-fdbb-445c-ac51-2d9c2f71670a",
"GradeName": "sample string 5",
"SiteID": 6,
"State": true,
"Taxis": 8,
"BGPath": "sample string 9",
"IsScoreUp": true,
"GradeUpType": 11,
"Score": 12,
"GrddeRights": "sample string 13",
"Remarks": "sample string 14",
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Discounts": 1.0,
"DiscountScore": 2.0,
"IsCurrent": true,
"GpList": [
{
"GPID": "6df314ed-b561-4772-b058-affcd1c3e65a",
"GradeID": "d79dca04-fe26-44c8-8c35-4ecabe0984a6",
"SiteID": 3,
"GPName": "sample string 4",
"GPType": 5,
"Discounts": 6.0,
"Times": "sample string 7",
"GPIco": "sample string 8",
"State": true,
"Taxis": 10,
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Remarks": "sample string 13"
},
{
"GPID": "6df314ed-b561-4772-b058-affcd1c3e65a",
"GradeID": "d79dca04-fe26-44c8-8c35-4ecabe0984a6",
"SiteID": 3,
"GPName": "sample string 4",
"GPType": 5,
"Discounts": 6.0,
"Times": "sample string 7",
"GPIco": "sample string 8",
"State": true,
"Taxis": 10,
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Remarks": "sample string 13"
}
]
},
"AccountGradeIndex": 1,
"CurrentGradeIndex": 2,
"NextGrade": {
"GradeID": "51b335c0-fdbb-445c-ac51-2d9c2f71670a",
"GradeName": "sample string 5",
"SiteID": 6,
"State": true,
"Taxis": 8,
"BGPath": "sample string 9",
"IsScoreUp": true,
"GradeUpType": 11,
"Score": 12,
"GrddeRights": "sample string 13",
"Remarks": "sample string 14",
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Discounts": 1.0,
"DiscountScore": 2.0,
"IsCurrent": true,
"GpList": [
{
"GPID": "6df314ed-b561-4772-b058-affcd1c3e65a",
"GradeID": "d79dca04-fe26-44c8-8c35-4ecabe0984a6",
"SiteID": 3,
"GPName": "sample string 4",
"GPType": 5,
"Discounts": 6.0,
"Times": "sample string 7",
"GPIco": "sample string 8",
"State": true,
"Taxis": 10,
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Remarks": "sample string 13"
},
{
"GPID": "6df314ed-b561-4772-b058-affcd1c3e65a",
"GradeID": "d79dca04-fe26-44c8-8c35-4ecabe0984a6",
"SiteID": 3,
"GPName": "sample string 4",
"GPType": 5,
"Discounts": 6.0,
"Times": "sample string 7",
"GPIco": "sample string 8",
"State": true,
"Taxis": 10,
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Remarks": "sample string 13"
}
]
},
"PrevGrade": {
"GradeID": "51b335c0-fdbb-445c-ac51-2d9c2f71670a",
"GradeName": "sample string 5",
"SiteID": 6,
"State": true,
"Taxis": 8,
"BGPath": "sample string 9",
"IsScoreUp": true,
"GradeUpType": 11,
"Score": 12,
"GrddeRights": "sample string 13",
"Remarks": "sample string 14",
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Discounts": 1.0,
"DiscountScore": 2.0,
"IsCurrent": true,
"GpList": [
{
"GPID": "6df314ed-b561-4772-b058-affcd1c3e65a",
"GradeID": "d79dca04-fe26-44c8-8c35-4ecabe0984a6",
"SiteID": 3,
"GPName": "sample string 4",
"GPType": 5,
"Discounts": 6.0,
"Times": "sample string 7",
"GPIco": "sample string 8",
"State": true,
"Taxis": 10,
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Remarks": "sample string 13"
},
{
"GPID": "6df314ed-b561-4772-b058-affcd1c3e65a",
"GradeID": "d79dca04-fe26-44c8-8c35-4ecabe0984a6",
"SiteID": 3,
"GPName": "sample string 4",
"GPType": 5,
"Discounts": 6.0,
"Times": "sample string 7",
"GPIco": "sample string 8",
"State": true,
"Taxis": 10,
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Remarks": "sample string 13"
}
]
},
"GradeList": [
{
"GradeID": "51b335c0-fdbb-445c-ac51-2d9c2f71670a",
"GradeName": "sample string 5",
"SiteID": 6,
"State": true,
"Taxis": 8,
"BGPath": "sample string 9",
"IsScoreUp": true,
"GradeUpType": 11,
"Score": 12,
"GrddeRights": "sample string 13",
"Remarks": "sample string 14",
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Discounts": 1.0,
"DiscountScore": 2.0,
"IsCurrent": true,
"GpList": [
{
"GPID": "6df314ed-b561-4772-b058-affcd1c3e65a",
"GradeID": "d79dca04-fe26-44c8-8c35-4ecabe0984a6",
"SiteID": 3,
"GPName": "sample string 4",
"GPType": 5,
"Discounts": 6.0,
"Times": "sample string 7",
"GPIco": "sample string 8",
"State": true,
"Taxis": 10,
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Remarks": "sample string 13"
},
{
"GPID": "6df314ed-b561-4772-b058-affcd1c3e65a",
"GradeID": "d79dca04-fe26-44c8-8c35-4ecabe0984a6",
"SiteID": 3,
"GPName": "sample string 4",
"GPType": 5,
"Discounts": 6.0,
"Times": "sample string 7",
"GPIco": "sample string 8",
"State": true,
"Taxis": 10,
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Remarks": "sample string 13"
}
]
},
{
"GradeID": "51b335c0-fdbb-445c-ac51-2d9c2f71670a",
"GradeName": "sample string 5",
"SiteID": 6,
"State": true,
"Taxis": 8,
"BGPath": "sample string 9",
"IsScoreUp": true,
"GradeUpType": 11,
"Score": 12,
"GrddeRights": "sample string 13",
"Remarks": "sample string 14",
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Discounts": 1.0,
"DiscountScore": 2.0,
"IsCurrent": true,
"GpList": [
{
"GPID": "6df314ed-b561-4772-b058-affcd1c3e65a",
"GradeID": "d79dca04-fe26-44c8-8c35-4ecabe0984a6",
"SiteID": 3,
"GPName": "sample string 4",
"GPType": 5,
"Discounts": 6.0,
"Times": "sample string 7",
"GPIco": "sample string 8",
"State": true,
"Taxis": 10,
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Remarks": "sample string 13"
},
{
"GPID": "6df314ed-b561-4772-b058-affcd1c3e65a",
"GradeID": "d79dca04-fe26-44c8-8c35-4ecabe0984a6",
"SiteID": 3,
"GPName": "sample string 4",
"GPType": 5,
"Discounts": 6.0,
"Times": "sample string 7",
"GPIco": "sample string 8",
"State": true,
"Taxis": 10,
"CreateTime": "2026-04-19T19:51:16.9128266+08:00",
"UpdateTime": "2026-04-19T19:51:16.9128266+08:00",
"Remarks": "sample string 13"
}
]
}
]
}
application/xml, text/xml
Sample:
<MemberCenterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Areas.Hotel.Models">
<Account xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Hotel.Entity">
<d2p1:AccountID>aebc851d-018d-42f2-9e80-89cd57f4de90</d2p1:AccountID>
<d2p1:State>2</d2p1:State>
<d2p1:GradeID>935dd971-9cda-4e22-b5fc-dc5d9741a999</d2p1:GradeID>
<d2p1:LockGrade>true</d2p1:LockGrade>
<d2p1:AccountName>sample string 4</d2p1:AccountName>
<d2p1:AccountPassWord>sample string 5</d2p1:AccountPassWord>
<d2p1:AccountIDLayer>sample string 6</d2p1:AccountIDLayer>
<d2p1:Layer>sample string 7</d2p1:Layer>
<d2p1:LayerNumber>8</d2p1:LayerNumber>
<d2p1:AreaCode>1</d2p1:AreaCode>
<d2p1:AccountImage>sample string 9</d2p1:AccountImage>
<d2p1:Logins>10</d2p1:Logins>
<d2p1:LastLoginTime>2026-04-19T19:51:16.9118644+08:00</d2p1:LastLoginTime>
<d2p1:LastLoginIp>sample string 12</d2p1:LastLoginIp>
<d2p1:InvalidPassNumber>1</d2p1:InvalidPassNumber>
<d2p1:InvalidPassTime>2026-04-19T19:51:16.9118644+08:00</d2p1:InvalidPassTime>
<d2p1:InvalidPassIp>sample string 13</d2p1:InvalidPassIp>
<d2p1:CreateTime>2026-04-19T19:51:16.9118644+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9118644+08:00</d2p1:UpdateTime>
<d2p1:SiteID>16</d2p1:SiteID>
<d2p1:Openid>sample string 17</d2p1:Openid>
<d2p1:UnionID>sample string 18</d2p1:UnionID>
<d2p1:Wxopenid>sample string 19</d2p1:Wxopenid>
<d2p1:NickName>sample string 20</d2p1:NickName>
<d2p1:ParentAccountID>d1e98014-ba6a-4264-847d-e82a93b3d565</d2p1:ParentAccountID>
<d2p1:ParentAccountName>sample string 21</d2p1:ParentAccountName>
<d2p1:IsAttention>true</d2p1:IsAttention>
<d2p1:OriginType>1</d2p1:OriginType>
<d2p1:SubsidiaryCount>23</d2p1:SubsidiaryCount>
<d2p1:IDCards>sample string 24</d2p1:IDCards>
<d2p1:TrueName>sample string 25</d2p1:TrueName>
<d2p1:Access_token>sample string 26</d2p1:Access_token>
<d2p1:Expires_in>2026-04-19T19:51:16.9118644+08:00</d2p1:Expires_in>
<d2p1:Refresh_token>sample string 27</d2p1:Refresh_token>
<d2p1:ShareImage>sample string 28</d2p1:ShareImage>
<d2p1:MobilePhone>sample string 29</d2p1:MobilePhone>
<d2p1:IsMobileValidated>true</d2p1:IsMobileValidated>
<d2p1:TotalScore>31</d2p1:TotalScore>
<d2p1:BlaneScore>32</d2p1:BlaneScore>
<d2p1:TotalAmount>33</d2p1:TotalAmount>
<d2p1:Balance>34</d2p1:Balance>
<d2p1:TotalGiftAmount>35</d2p1:TotalGiftAmount>
<d2p1:SwanId>sample string 36</d2p1:SwanId>
<d2p1:SwanOpenid>sample string 37</d2p1:SwanOpenid>
</Account>
<AccountGradeIndex>1</AccountGradeIndex>
<CurrentGrade xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Hotel.Entity">
<d2p1:GradeID>51b335c0-fdbb-445c-ac51-2d9c2f71670a</d2p1:GradeID>
<d2p1:GradeName>sample string 5</d2p1:GradeName>
<d2p1:SiteID>6</d2p1:SiteID>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>8</d2p1:Taxis>
<d2p1:BGPath>sample string 9</d2p1:BGPath>
<d2p1:IsScoreUp>true</d2p1:IsScoreUp>
<d2p1:GradeUpType>11</d2p1:GradeUpType>
<d2p1:Score>12</d2p1:Score>
<d2p1:GrddeRights>sample string 13</d2p1:GrddeRights>
<d2p1:Remarks>sample string 14</d2p1:Remarks>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Discounts>1</d2p1:Discounts>
<d2p1:DiscountScore>2</d2p1:DiscountScore>
<d2p1:IsCurrent>true</d2p1:IsCurrent>
<d2p1:GpList>
<d2p1:GradePrivilegeEntity>
<d2p1:GPID>6df314ed-b561-4772-b058-affcd1c3e65a</d2p1:GPID>
<d2p1:GradeID>d79dca04-fe26-44c8-8c35-4ecabe0984a6</d2p1:GradeID>
<d2p1:SiteID>3</d2p1:SiteID>
<d2p1:GPName>sample string 4</d2p1:GPName>
<d2p1:GPType>5</d2p1:GPType>
<d2p1:Discounts>6</d2p1:Discounts>
<d2p1:Times>sample string 7</d2p1:Times>
<d2p1:GPIco>sample string 8</d2p1:GPIco>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>10</d2p1:Taxis>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Remarks>sample string 13</d2p1:Remarks>
</d2p1:GradePrivilegeEntity>
<d2p1:GradePrivilegeEntity>
<d2p1:GPID>6df314ed-b561-4772-b058-affcd1c3e65a</d2p1:GPID>
<d2p1:GradeID>d79dca04-fe26-44c8-8c35-4ecabe0984a6</d2p1:GradeID>
<d2p1:SiteID>3</d2p1:SiteID>
<d2p1:GPName>sample string 4</d2p1:GPName>
<d2p1:GPType>5</d2p1:GPType>
<d2p1:Discounts>6</d2p1:Discounts>
<d2p1:Times>sample string 7</d2p1:Times>
<d2p1:GPIco>sample string 8</d2p1:GPIco>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>10</d2p1:Taxis>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Remarks>sample string 13</d2p1:Remarks>
</d2p1:GradePrivilegeEntity>
</d2p1:GpList>
</CurrentGrade>
<CurrentGradeIndex>2</CurrentGradeIndex>
<GradeList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Hotel.Entity">
<d2p1:GradeEntity>
<d2p1:GradeID>51b335c0-fdbb-445c-ac51-2d9c2f71670a</d2p1:GradeID>
<d2p1:GradeName>sample string 5</d2p1:GradeName>
<d2p1:SiteID>6</d2p1:SiteID>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>8</d2p1:Taxis>
<d2p1:BGPath>sample string 9</d2p1:BGPath>
<d2p1:IsScoreUp>true</d2p1:IsScoreUp>
<d2p1:GradeUpType>11</d2p1:GradeUpType>
<d2p1:Score>12</d2p1:Score>
<d2p1:GrddeRights>sample string 13</d2p1:GrddeRights>
<d2p1:Remarks>sample string 14</d2p1:Remarks>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Discounts>1</d2p1:Discounts>
<d2p1:DiscountScore>2</d2p1:DiscountScore>
<d2p1:IsCurrent>true</d2p1:IsCurrent>
<d2p1:GpList>
<d2p1:GradePrivilegeEntity>
<d2p1:GPID>6df314ed-b561-4772-b058-affcd1c3e65a</d2p1:GPID>
<d2p1:GradeID>d79dca04-fe26-44c8-8c35-4ecabe0984a6</d2p1:GradeID>
<d2p1:SiteID>3</d2p1:SiteID>
<d2p1:GPName>sample string 4</d2p1:GPName>
<d2p1:GPType>5</d2p1:GPType>
<d2p1:Discounts>6</d2p1:Discounts>
<d2p1:Times>sample string 7</d2p1:Times>
<d2p1:GPIco>sample string 8</d2p1:GPIco>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>10</d2p1:Taxis>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Remarks>sample string 13</d2p1:Remarks>
</d2p1:GradePrivilegeEntity>
<d2p1:GradePrivilegeEntity>
<d2p1:GPID>6df314ed-b561-4772-b058-affcd1c3e65a</d2p1:GPID>
<d2p1:GradeID>d79dca04-fe26-44c8-8c35-4ecabe0984a6</d2p1:GradeID>
<d2p1:SiteID>3</d2p1:SiteID>
<d2p1:GPName>sample string 4</d2p1:GPName>
<d2p1:GPType>5</d2p1:GPType>
<d2p1:Discounts>6</d2p1:Discounts>
<d2p1:Times>sample string 7</d2p1:Times>
<d2p1:GPIco>sample string 8</d2p1:GPIco>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>10</d2p1:Taxis>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Remarks>sample string 13</d2p1:Remarks>
</d2p1:GradePrivilegeEntity>
</d2p1:GpList>
</d2p1:GradeEntity>
<d2p1:GradeEntity>
<d2p1:GradeID>51b335c0-fdbb-445c-ac51-2d9c2f71670a</d2p1:GradeID>
<d2p1:GradeName>sample string 5</d2p1:GradeName>
<d2p1:SiteID>6</d2p1:SiteID>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>8</d2p1:Taxis>
<d2p1:BGPath>sample string 9</d2p1:BGPath>
<d2p1:IsScoreUp>true</d2p1:IsScoreUp>
<d2p1:GradeUpType>11</d2p1:GradeUpType>
<d2p1:Score>12</d2p1:Score>
<d2p1:GrddeRights>sample string 13</d2p1:GrddeRights>
<d2p1:Remarks>sample string 14</d2p1:Remarks>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Discounts>1</d2p1:Discounts>
<d2p1:DiscountScore>2</d2p1:DiscountScore>
<d2p1:IsCurrent>true</d2p1:IsCurrent>
<d2p1:GpList>
<d2p1:GradePrivilegeEntity>
<d2p1:GPID>6df314ed-b561-4772-b058-affcd1c3e65a</d2p1:GPID>
<d2p1:GradeID>d79dca04-fe26-44c8-8c35-4ecabe0984a6</d2p1:GradeID>
<d2p1:SiteID>3</d2p1:SiteID>
<d2p1:GPName>sample string 4</d2p1:GPName>
<d2p1:GPType>5</d2p1:GPType>
<d2p1:Discounts>6</d2p1:Discounts>
<d2p1:Times>sample string 7</d2p1:Times>
<d2p1:GPIco>sample string 8</d2p1:GPIco>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>10</d2p1:Taxis>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Remarks>sample string 13</d2p1:Remarks>
</d2p1:GradePrivilegeEntity>
<d2p1:GradePrivilegeEntity>
<d2p1:GPID>6df314ed-b561-4772-b058-affcd1c3e65a</d2p1:GPID>
<d2p1:GradeID>d79dca04-fe26-44c8-8c35-4ecabe0984a6</d2p1:GradeID>
<d2p1:SiteID>3</d2p1:SiteID>
<d2p1:GPName>sample string 4</d2p1:GPName>
<d2p1:GPType>5</d2p1:GPType>
<d2p1:Discounts>6</d2p1:Discounts>
<d2p1:Times>sample string 7</d2p1:Times>
<d2p1:GPIco>sample string 8</d2p1:GPIco>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>10</d2p1:Taxis>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Remarks>sample string 13</d2p1:Remarks>
</d2p1:GradePrivilegeEntity>
</d2p1:GpList>
</d2p1:GradeEntity>
</GradeList>
<NextGrade xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Hotel.Entity">
<d2p1:GradeID>51b335c0-fdbb-445c-ac51-2d9c2f71670a</d2p1:GradeID>
<d2p1:GradeName>sample string 5</d2p1:GradeName>
<d2p1:SiteID>6</d2p1:SiteID>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>8</d2p1:Taxis>
<d2p1:BGPath>sample string 9</d2p1:BGPath>
<d2p1:IsScoreUp>true</d2p1:IsScoreUp>
<d2p1:GradeUpType>11</d2p1:GradeUpType>
<d2p1:Score>12</d2p1:Score>
<d2p1:GrddeRights>sample string 13</d2p1:GrddeRights>
<d2p1:Remarks>sample string 14</d2p1:Remarks>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Discounts>1</d2p1:Discounts>
<d2p1:DiscountScore>2</d2p1:DiscountScore>
<d2p1:IsCurrent>true</d2p1:IsCurrent>
<d2p1:GpList>
<d2p1:GradePrivilegeEntity>
<d2p1:GPID>6df314ed-b561-4772-b058-affcd1c3e65a</d2p1:GPID>
<d2p1:GradeID>d79dca04-fe26-44c8-8c35-4ecabe0984a6</d2p1:GradeID>
<d2p1:SiteID>3</d2p1:SiteID>
<d2p1:GPName>sample string 4</d2p1:GPName>
<d2p1:GPType>5</d2p1:GPType>
<d2p1:Discounts>6</d2p1:Discounts>
<d2p1:Times>sample string 7</d2p1:Times>
<d2p1:GPIco>sample string 8</d2p1:GPIco>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>10</d2p1:Taxis>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Remarks>sample string 13</d2p1:Remarks>
</d2p1:GradePrivilegeEntity>
<d2p1:GradePrivilegeEntity>
<d2p1:GPID>6df314ed-b561-4772-b058-affcd1c3e65a</d2p1:GPID>
<d2p1:GradeID>d79dca04-fe26-44c8-8c35-4ecabe0984a6</d2p1:GradeID>
<d2p1:SiteID>3</d2p1:SiteID>
<d2p1:GPName>sample string 4</d2p1:GPName>
<d2p1:GPType>5</d2p1:GPType>
<d2p1:Discounts>6</d2p1:Discounts>
<d2p1:Times>sample string 7</d2p1:Times>
<d2p1:GPIco>sample string 8</d2p1:GPIco>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>10</d2p1:Taxis>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Remarks>sample string 13</d2p1:Remarks>
</d2p1:GradePrivilegeEntity>
</d2p1:GpList>
</NextGrade>
<PrevGrade xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Hotel.Entity">
<d2p1:GradeID>51b335c0-fdbb-445c-ac51-2d9c2f71670a</d2p1:GradeID>
<d2p1:GradeName>sample string 5</d2p1:GradeName>
<d2p1:SiteID>6</d2p1:SiteID>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>8</d2p1:Taxis>
<d2p1:BGPath>sample string 9</d2p1:BGPath>
<d2p1:IsScoreUp>true</d2p1:IsScoreUp>
<d2p1:GradeUpType>11</d2p1:GradeUpType>
<d2p1:Score>12</d2p1:Score>
<d2p1:GrddeRights>sample string 13</d2p1:GrddeRights>
<d2p1:Remarks>sample string 14</d2p1:Remarks>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Discounts>1</d2p1:Discounts>
<d2p1:DiscountScore>2</d2p1:DiscountScore>
<d2p1:IsCurrent>true</d2p1:IsCurrent>
<d2p1:GpList>
<d2p1:GradePrivilegeEntity>
<d2p1:GPID>6df314ed-b561-4772-b058-affcd1c3e65a</d2p1:GPID>
<d2p1:GradeID>d79dca04-fe26-44c8-8c35-4ecabe0984a6</d2p1:GradeID>
<d2p1:SiteID>3</d2p1:SiteID>
<d2p1:GPName>sample string 4</d2p1:GPName>
<d2p1:GPType>5</d2p1:GPType>
<d2p1:Discounts>6</d2p1:Discounts>
<d2p1:Times>sample string 7</d2p1:Times>
<d2p1:GPIco>sample string 8</d2p1:GPIco>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>10</d2p1:Taxis>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Remarks>sample string 13</d2p1:Remarks>
</d2p1:GradePrivilegeEntity>
<d2p1:GradePrivilegeEntity>
<d2p1:GPID>6df314ed-b561-4772-b058-affcd1c3e65a</d2p1:GPID>
<d2p1:GradeID>d79dca04-fe26-44c8-8c35-4ecabe0984a6</d2p1:GradeID>
<d2p1:SiteID>3</d2p1:SiteID>
<d2p1:GPName>sample string 4</d2p1:GPName>
<d2p1:GPType>5</d2p1:GPType>
<d2p1:Discounts>6</d2p1:Discounts>
<d2p1:Times>sample string 7</d2p1:Times>
<d2p1:GPIco>sample string 8</d2p1:GPIco>
<d2p1:State>true</d2p1:State>
<d2p1:Taxis>10</d2p1:Taxis>
<d2p1:CreateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T19:51:16.9128266+08:00</d2p1:UpdateTime>
<d2p1:Remarks>sample string 13</d2p1:Remarks>
</d2p1:GradePrivilegeEntity>
</d2p1:GpList>
</PrevGrade>
</MemberCenterModel>