GET member/renews?memberId={memberId}&branchId={branchId}&date={date}&type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberId | globally unique identifier |
Required |
|
| branchId | globally unique identifier |
None. |
|
| date | date |
None. |
|
| type | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of MemberRenew| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| memberId | globally unique identifier |
None. |
|
| memberName | string |
None. |
|
| memberPhone | string |
None. |
|
| memberImageUrl | string |
None. |
|
| branchId | globally unique identifier |
None. |
|
| branchName | string |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| saleNo | integer |
None. |
|
| month | integer |
None. |
|
| day | integer |
None. |
|
| timeLimited | boolean |
None. |
|
| price | decimal number |
None. |
|
| note | string |
None. |
|
| created | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "1b84ef64-e1be-4cb8-8f67-681f0a7b4c3d",
"memberId": "700591cf-c560-46d9-a720-9f0b3b9abd14",
"memberName": "sample string 1",
"memberPhone": "sample string 2",
"memberImageUrl": "sample string 3",
"branchId": "84fab5d0-67a3-47df-ad6c-a71411e28cfb",
"branchName": "sample string 4",
"startDate": "2026-06-02T02:12:22.2014873+08:00",
"endDate": "2026-06-02T02:12:22.2014873+08:00",
"saleNo": 5,
"month": 6,
"day": 7,
"timeLimited": true,
"price": 9.1,
"note": "sample string 10",
"created": "2026-06-02T02:12:22.2014873+08:00"
},
{
"id": "1b84ef64-e1be-4cb8-8f67-681f0a7b4c3d",
"memberId": "700591cf-c560-46d9-a720-9f0b3b9abd14",
"memberName": "sample string 1",
"memberPhone": "sample string 2",
"memberImageUrl": "sample string 3",
"branchId": "84fab5d0-67a3-47df-ad6c-a71411e28cfb",
"branchName": "sample string 4",
"startDate": "2026-06-02T02:12:22.2014873+08:00",
"endDate": "2026-06-02T02:12:22.2014873+08:00",
"saleNo": 5,
"month": 6,
"day": 7,
"timeLimited": true,
"price": 9.1,
"note": "sample string 10",
"created": "2026-06-02T02:12:22.2014873+08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfMemberRenew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Careby.Api.Models">
<MemberRenew>
<branchId>84fab5d0-67a3-47df-ad6c-a71411e28cfb</branchId>
<branchName>sample string 4</branchName>
<created>2026-06-02T02:12:22.2014873+08:00</created>
<day>7</day>
<endDate>2026-06-02T02:12:22.2014873+08:00</endDate>
<id>1b84ef64-e1be-4cb8-8f67-681f0a7b4c3d</id>
<memberId>700591cf-c560-46d9-a720-9f0b3b9abd14</memberId>
<memberImageUrl>sample string 3</memberImageUrl>
<memberName>sample string 1</memberName>
<memberPhone>sample string 2</memberPhone>
<month>6</month>
<note>sample string 10</note>
<price>9.1</price>
<saleNo>5</saleNo>
<startDate>2026-06-02T02:12:22.2014873+08:00</startDate>
<timeLimited>true</timeLimited>
</MemberRenew>
<MemberRenew>
<branchId>84fab5d0-67a3-47df-ad6c-a71411e28cfb</branchId>
<branchName>sample string 4</branchName>
<created>2026-06-02T02:12:22.2014873+08:00</created>
<day>7</day>
<endDate>2026-06-02T02:12:22.2014873+08:00</endDate>
<id>1b84ef64-e1be-4cb8-8f67-681f0a7b4c3d</id>
<memberId>700591cf-c560-46d9-a720-9f0b3b9abd14</memberId>
<memberImageUrl>sample string 3</memberImageUrl>
<memberName>sample string 1</memberName>
<memberPhone>sample string 2</memberPhone>
<month>6</month>
<note>sample string 10</note>
<price>9.1</price>
<saleNo>5</saleNo>
<startDate>2026-06-02T02:12:22.2014873+08:00</startDate>
<timeLimited>true</timeLimited>
</MemberRenew>
</ArrayOfMemberRenew>