POST api/Policy/SearchList

Request Information

URI Parameters

None.

Body Parameters

Collection of PolicySearchModel
NameDescriptionTypeAdditional information
DeviceOwnerUserId

string

None.

PolicyId

globally unique identifier

None.

PolicyOwnerEmail

string

None.

PolicyOwnerFirstName

string

None.

PolicyOwnerMiddleName

string

None.

PolicyOwnerLastName

string

None.

StoreGroupId

string

None.

StoreId

string

None.

ListStoreId

Collection of string

None.

PolicyStatusCode

string

None.

Imei

string

None.

PolicyNumber

string

None.

PolicyCreatedDateStart

date

None.

PolicyCreatedDateEnd

date

None.

PolicyOwnerRut

string

None.

BatchStatusCode

string

None.

BatchProcessedDateStart

date

None.

BatchProcessedDateEnd

date

None.

BatchType

string

None.

SkuNumber

string

None.

CompanyCode

string

None.

DealerCode

string

None.

CustomerPurchaser

string

None.

IsSuperAdminSearch

boolean

None.

IsDocumentIncluded

boolean

None.

ClientCode

string

None.

DocumentUploadBatchStatus

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "DeviceOwnerUserId": "sample string 1",
    "PolicyId": "1833cfc0-d04d-43bc-b1b6-95e79b4cb3cc",
    "PolicyOwnerEmail": "sample string 3",
    "PolicyOwnerFirstName": "sample string 4",
    "PolicyOwnerMiddleName": "sample string 5",
    "PolicyOwnerLastName": "sample string 6",
    "StoreGroupId": "sample string 7",
    "StoreId": "sample string 8",
    "ListStoreId": [
      "sample string 1",
      "sample string 2"
    ],
    "PolicyStatusCode": "sample string 9",
    "Imei": "sample string 10",
    "PolicyNumber": "sample string 11",
    "PolicyCreatedDateStart": "2026-05-13T17:00:38.240326+00:00",
    "PolicyCreatedDateEnd": "2026-05-13T17:00:38.240326+00:00",
    "PolicyOwnerRut": "sample string 12",
    "BatchStatusCode": "sample string 13",
    "BatchProcessedDateStart": "2026-05-13T17:00:38.240326+00:00",
    "BatchProcessedDateEnd": "2026-05-13T17:00:38.240326+00:00",
    "BatchType": "sample string 14",
    "SkuNumber": "sample string 15",
    "CompanyCode": "sample string 16",
    "DealerCode": "sample string 17",
    "CustomerPurchaser": "sample string 18",
    "IsSuperAdminSearch": true,
    "IsDocumentIncluded": true,
    "ClientCode": "sample string 21",
    "DocumentUploadBatchStatus": "sample string 22"
  },
  {
    "DeviceOwnerUserId": "sample string 1",
    "PolicyId": "1833cfc0-d04d-43bc-b1b6-95e79b4cb3cc",
    "PolicyOwnerEmail": "sample string 3",
    "PolicyOwnerFirstName": "sample string 4",
    "PolicyOwnerMiddleName": "sample string 5",
    "PolicyOwnerLastName": "sample string 6",
    "StoreGroupId": "sample string 7",
    "StoreId": "sample string 8",
    "ListStoreId": [
      "sample string 1",
      "sample string 2"
    ],
    "PolicyStatusCode": "sample string 9",
    "Imei": "sample string 10",
    "PolicyNumber": "sample string 11",
    "PolicyCreatedDateStart": "2026-05-13T17:00:38.240326+00:00",
    "PolicyCreatedDateEnd": "2026-05-13T17:00:38.240326+00:00",
    "PolicyOwnerRut": "sample string 12",
    "BatchStatusCode": "sample string 13",
    "BatchProcessedDateStart": "2026-05-13T17:00:38.240326+00:00",
    "BatchProcessedDateEnd": "2026-05-13T17:00:38.240326+00:00",
    "BatchType": "sample string 14",
    "SkuNumber": "sample string 15",
    "CompanyCode": "sample string 16",
    "DealerCode": "sample string 17",
    "CustomerPurchaser": "sample string 18",
    "IsSuperAdminSearch": true,
    "IsDocumentIncluded": true,
    "ClientCode": "sample string 21",
    "DocumentUploadBatchStatus": "sample string 22"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPolicySearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GES.Business.Models">
  <PolicySearchModel>
    <BatchProcessedDateEnd>2026-05-13T17:00:38.240326+00:00</BatchProcessedDateEnd>
    <BatchProcessedDateStart>2026-05-13T17:00:38.240326+00:00</BatchProcessedDateStart>
    <BatchStatusCode>sample string 13</BatchStatusCode>
    <BatchType>sample string 14</BatchType>
    <ClientCode>sample string 21</ClientCode>
    <CompanyCode>sample string 16</CompanyCode>
    <CustomerPurchaser>sample string 18</CustomerPurchaser>
    <DealerCode>sample string 17</DealerCode>
    <DeviceOwnerUserId>sample string 1</DeviceOwnerUserId>
    <DocumentUploadBatchStatus>sample string 22</DocumentUploadBatchStatus>
    <Imei>sample string 10</Imei>
    <IsDocumentIncluded>true</IsDocumentIncluded>
    <IsSuperAdminSearch>true</IsSuperAdminSearch>
    <ListStoreId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </ListStoreId>
    <PolicyCreatedDateEnd>2026-05-13T17:00:38.240326+00:00</PolicyCreatedDateEnd>
    <PolicyCreatedDateStart>2026-05-13T17:00:38.240326+00:00</PolicyCreatedDateStart>
    <PolicyId>1833cfc0-d04d-43bc-b1b6-95e79b4cb3cc</PolicyId>
    <PolicyNumber>sample string 11</PolicyNumber>
    <PolicyOwnerEmail>sample string 3</PolicyOwnerEmail>
    <PolicyOwnerFirstName>sample string 4</PolicyOwnerFirstName>
    <PolicyOwnerLastName>sample string 6</PolicyOwnerLastName>
    <PolicyOwnerMiddleName>sample string 5</PolicyOwnerMiddleName>
    <PolicyOwnerRut>sample string 12</PolicyOwnerRut>
    <PolicyStatusCode>sample string 9</PolicyStatusCode>
    <SkuNumber>sample string 15</SkuNumber>
    <StoreGroupId>sample string 7</StoreGroupId>
    <StoreId>sample string 8</StoreId>
  </PolicySearchModel>
  <PolicySearchModel>
    <BatchProcessedDateEnd>2026-05-13T17:00:38.240326+00:00</BatchProcessedDateEnd>
    <BatchProcessedDateStart>2026-05-13T17:00:38.240326+00:00</BatchProcessedDateStart>
    <BatchStatusCode>sample string 13</BatchStatusCode>
    <BatchType>sample string 14</BatchType>
    <ClientCode>sample string 21</ClientCode>
    <CompanyCode>sample string 16</CompanyCode>
    <CustomerPurchaser>sample string 18</CustomerPurchaser>
    <DealerCode>sample string 17</DealerCode>
    <DeviceOwnerUserId>sample string 1</DeviceOwnerUserId>
    <DocumentUploadBatchStatus>sample string 22</DocumentUploadBatchStatus>
    <Imei>sample string 10</Imei>
    <IsDocumentIncluded>true</IsDocumentIncluded>
    <IsSuperAdminSearch>true</IsSuperAdminSearch>
    <ListStoreId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </ListStoreId>
    <PolicyCreatedDateEnd>2026-05-13T17:00:38.240326+00:00</PolicyCreatedDateEnd>
    <PolicyCreatedDateStart>2026-05-13T17:00:38.240326+00:00</PolicyCreatedDateStart>
    <PolicyId>1833cfc0-d04d-43bc-b1b6-95e79b4cb3cc</PolicyId>
    <PolicyNumber>sample string 11</PolicyNumber>
    <PolicyOwnerEmail>sample string 3</PolicyOwnerEmail>
    <PolicyOwnerFirstName>sample string 4</PolicyOwnerFirstName>
    <PolicyOwnerLastName>sample string 6</PolicyOwnerLastName>
    <PolicyOwnerMiddleName>sample string 5</PolicyOwnerMiddleName>
    <PolicyOwnerRut>sample string 12</PolicyOwnerRut>
    <PolicyStatusCode>sample string 9</PolicyStatusCode>
    <SkuNumber>sample string 15</SkuNumber>
    <StoreGroupId>sample string 7</StoreGroupId>
    <StoreId>sample string 8</StoreId>
  </PolicySearchModel>
</ArrayOfPolicySearchModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.