POST branch/member?branchId={branchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| branchId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Member| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| imageUrl | string |
None. |
|
| phone | string |
None. |
|
| string |
None. |
||
| register | string |
None. |
|
| tin | string |
None. |
|
| ebarimtCode | string |
None. |
|
| gender | integer |
None. |
|
| status | integer |
None. |
|
| birthdate | date |
None. |
|
| endDate | date |
None. |
|
| paused | date |
None. |
|
| pauseEnd | date |
None. |
|
| pauseNote | string |
None. |
|
| cardNo | string |
None. |
|
| arrived | time interval |
None. |
|
| gone | time interval |
None. |
|
| locker | string |
None. |
|
| loanPrice | decimal number |
None. |
|
| timeLimited | boolean |
None. |
|
| attLimited | boolean |
None. |
|
| attLimit | integer |
None. |
|
| attQty | integer |
None. |
|
| qr | string |
None. |
|
| renewNote | string |
None. |
|
| created | date |
None. |
|
| branchRoles | Collection of MemberBranchRole |
None. |
|
| topics | Collection of MemberTopic |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "affe7e94-16ed-49c6-aa21-3de756ef8f12",
"name": "sample string 1",
"imageUrl": "sample string 2",
"phone": "sample string 3",
"mail": "sample string 4",
"register": "sample string 5",
"tin": "sample string 6",
"ebarimtCode": "sample string 7",
"gender": 8,
"status": 9,
"birthdate": "2025-12-15T02:17:59.4223024+08:00",
"endDate": "2025-12-15T02:17:59.4223024+08:00",
"paused": "2025-12-15T02:17:59.4223024+08:00",
"pauseEnd": "2025-12-15T02:17:59.4223024+08:00",
"pauseNote": "sample string 11",
"cardNo": "sample string 12",
"arrived": "00:00:00.1234567",
"gone": "00:00:00.1234567",
"locker": "sample string 13",
"loanPrice": 14.1,
"timeLimited": true,
"attLimited": true,
"attLimit": 17,
"attQty": 18,
"qr": "sample string 19",
"renewNote": "sample string 20",
"created": "2025-12-15T02:17:59.4223024+08:00",
"branchRoles": [
{
"masterId": "92d70c2f-75da-498c-95c1-9584198ccc98",
"masterName": "sample string 1",
"branchId": "f144cb9e-d557-4456-add2-c2bc2e918f3b",
"branchName": "sample string 2",
"logoUrl": "sample string 3",
"role": 4
},
{
"masterId": "92d70c2f-75da-498c-95c1-9584198ccc98",
"masterName": "sample string 1",
"branchId": "f144cb9e-d557-4456-add2-c2bc2e918f3b",
"branchName": "sample string 2",
"logoUrl": "sample string 3",
"role": 4
}
],
"topics": [
{
"topic": "sample string 1"
},
{
"topic": "sample string 1"
}
]
}
application/xml, text/xml
Sample:
<Member xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Careby.Api.Models">
<approveCode>sample string 10</approveCode>
<arrived>PT0.1234567S</arrived>
<attLimit>17</attLimit>
<attLimited>true</attLimited>
<attQty>18</attQty>
<birthdate>2025-12-15T02:17:59.4223024+08:00</birthdate>
<branchRoles>
<MemberBranchRole>
<branchId>f144cb9e-d557-4456-add2-c2bc2e918f3b</branchId>
<branchName>sample string 2</branchName>
<logoUrl>sample string 3</logoUrl>
<masterId>92d70c2f-75da-498c-95c1-9584198ccc98</masterId>
<masterName>sample string 1</masterName>
<role>4</role>
</MemberBranchRole>
<MemberBranchRole>
<branchId>f144cb9e-d557-4456-add2-c2bc2e918f3b</branchId>
<branchName>sample string 2</branchName>
<logoUrl>sample string 3</logoUrl>
<masterId>92d70c2f-75da-498c-95c1-9584198ccc98</masterId>
<masterName>sample string 1</masterName>
<role>4</role>
</MemberBranchRole>
</branchRoles>
<cardNo>sample string 12</cardNo>
<created>2025-12-15T02:17:59.4223024+08:00</created>
<ebarimtCode>sample string 7</ebarimtCode>
<endDate>2025-12-15T02:17:59.4223024+08:00</endDate>
<gender>8</gender>
<gone>PT0.1234567S</gone>
<id>affe7e94-16ed-49c6-aa21-3de756ef8f12</id>
<imageUrl>sample string 2</imageUrl>
<loanPrice>14.1</loanPrice>
<locker>sample string 13</locker>
<mail>sample string 4</mail>
<name>sample string 1</name>
<pauseEnd>2025-12-15T02:17:59.4223024+08:00</pauseEnd>
<pauseNote>sample string 11</pauseNote>
<paused>2025-12-15T02:17:59.4223024+08:00</paused>
<phone>sample string 3</phone>
<qr>sample string 19</qr>
<register>sample string 5</register>
<renewNote>sample string 20</renewNote>
<status>9</status>
<timeLimited>true</timeLimited>
<tin>sample string 6</tin>
<topics>
<MemberTopic>
<topic>sample string 1</topic>
</MemberTopic>
<MemberTopic>
<topic>sample string 1</topic>
</MemberTopic>
</topics>
</Member>