POST api/Policy/Search
Request Information
URI Parameters
None.
Body Parameters
PolicySearchModel| Name | Description | Type | Additional 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": "892c75b2-158c-4bdc-9c40-647e6e6b949e",
"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-13T19:18:09.4618119+00:00",
"PolicyCreatedDateEnd": "2026-05-13T19:18:09.4618119+00:00",
"PolicyOwnerRut": "sample string 12",
"BatchStatusCode": "sample string 13",
"BatchProcessedDateStart": "2026-05-13T19:18:09.4618119+00:00",
"BatchProcessedDateEnd": "2026-05-13T19:18:09.4618119+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:
<PolicySearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GES.Business.Models">
<BatchProcessedDateEnd>2026-05-13T19:18:09.4618119+00:00</BatchProcessedDateEnd>
<BatchProcessedDateStart>2026-05-13T19:18:09.4618119+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:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ListStoreId>
<PolicyCreatedDateEnd>2026-05-13T19:18:09.4618119+00:00</PolicyCreatedDateEnd>
<PolicyCreatedDateStart>2026-05-13T19:18:09.4618119+00:00</PolicyCreatedDateStart>
<PolicyId>892c75b2-158c-4bdc-9c40-647e6e6b949e</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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |