POST api/get-system3-imported-guest-users

Request Information

URI Parameters

None.

Body Parameters

GuestUserListRequest
NameDescriptionTypeAdditional information
paginationRequest

PaginationRequest

None.

Request Formats

application/json, text/json

Sample:
{
  "paginationRequest": {
    "CompanyId": 1,
    "Status": "sample string 2",
    "Mode": "sample string 3",
    "PageIndex": 1,
    "PageSize": 1,
    "SortBy": "sample string 4",
    "SortOrder": "sample string 5",
    "SearchText": "sample string 6",
    "ScheduledDate": "2026-09-06T03:30:58.8059854+07:00",
    "IsFromSystem3": true
  }
}

application/xml, text/xml

Sample:
<GuestUserListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CottageCareOnlinePricing.BAL.ServiceClass">
  <paginationRequest>
    <CompanyId>1</CompanyId>
    <IsFromSystem3>true</IsFromSystem3>
    <Mode>sample string 3</Mode>
    <PageIndex>1</PageIndex>
    <PageSize>1</PageSize>
    <ScheduledDate>2026-09-06T03:30:58.8059854+07:00</ScheduledDate>
    <SearchText>sample string 6</SearchText>
    <SortBy>sample string 4</SortBy>
    <SortOrder>sample string 5</SortOrder>
    <Status>sample string 2</Status>
  </paginationRequest>
</GuestUserListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.