GET member/pauses?memberId={memberId}&branchId={branchId}&date={date}&type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 MemberPause
NameDescriptionTypeAdditional 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.

startDate

date

None.

endDate

date

None.

isActive

boolean

None.

day

integer

None.

note

string

None.

created

date

None.

createName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "c7b77e23-248d-4a22-90b8-b4b640601513",
    "memberId": "cbc92049-d9e4-45fc-b80c-4fc8e15da16d",
    "memberName": "sample string 1",
    "memberPhone": "sample string 2",
    "memberImageUrl": "sample string 3",
    "branchId": "f046aa79-f44a-439b-8b64-a6c435cc081e",
    "startDate": "2025-12-15T02:26:25.2022811+08:00",
    "endDate": "2025-12-15T02:26:25.2022811+08:00",
    "isActive": true,
    "day": 5,
    "note": "sample string 6",
    "created": "2025-12-15T02:26:25.2022811+08:00",
    "createName": "sample string 7"
  },
  {
    "id": "c7b77e23-248d-4a22-90b8-b4b640601513",
    "memberId": "cbc92049-d9e4-45fc-b80c-4fc8e15da16d",
    "memberName": "sample string 1",
    "memberPhone": "sample string 2",
    "memberImageUrl": "sample string 3",
    "branchId": "f046aa79-f44a-439b-8b64-a6c435cc081e",
    "startDate": "2025-12-15T02:26:25.2022811+08:00",
    "endDate": "2025-12-15T02:26:25.2022811+08:00",
    "isActive": true,
    "day": 5,
    "note": "sample string 6",
    "created": "2025-12-15T02:26:25.2022811+08:00",
    "createName": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMemberPause xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Careby.Api.Models">
  <MemberPause>
    <branchId>f046aa79-f44a-439b-8b64-a6c435cc081e</branchId>
    <createName>sample string 7</createName>
    <created>2025-12-15T02:26:25.2022811+08:00</created>
    <day>5</day>
    <endDate>2025-12-15T02:26:25.2022811+08:00</endDate>
    <id>c7b77e23-248d-4a22-90b8-b4b640601513</id>
    <isActive>true</isActive>
    <memberId>cbc92049-d9e4-45fc-b80c-4fc8e15da16d</memberId>
    <memberImageUrl>sample string 3</memberImageUrl>
    <memberName>sample string 1</memberName>
    <memberPhone>sample string 2</memberPhone>
    <note>sample string 6</note>
    <startDate>2025-12-15T02:26:25.2022811+08:00</startDate>
  </MemberPause>
  <MemberPause>
    <branchId>f046aa79-f44a-439b-8b64-a6c435cc081e</branchId>
    <createName>sample string 7</createName>
    <created>2025-12-15T02:26:25.2022811+08:00</created>
    <day>5</day>
    <endDate>2025-12-15T02:26:25.2022811+08:00</endDate>
    <id>c7b77e23-248d-4a22-90b8-b4b640601513</id>
    <isActive>true</isActive>
    <memberId>cbc92049-d9e4-45fc-b80c-4fc8e15da16d</memberId>
    <memberImageUrl>sample string 3</memberImageUrl>
    <memberName>sample string 1</memberName>
    <memberPhone>sample string 2</memberPhone>
    <note>sample string 6</note>
    <startDate>2025-12-15T02:26:25.2022811+08:00</startDate>
  </MemberPause>
</ArrayOfMemberPause>