POST api/admin/LogSyncApi/SearchLogSync
Request Information
URI Parameters
None.
Body Parameters
SearchLogSyncModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | integer |
None. |
|
| BrandID | integer |
None. |
|
| ProductID | integer |
None. |
|
| StyleID | string |
None. |
|
| ColorID | integer |
None. |
|
| SizeGroupID | integer |
None. |
|
| Size | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| CurrentPage | integer |
None. |
|
| PerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorID": 1,
"BrandID": 2,
"ProductID": 3,
"StyleID": "sample string 4",
"ColorID": 5,
"SizeGroupID": 6,
"Size": "sample string 7",
"StartDate": "2025-12-13T18:11:11.2119493",
"EndDate": "2025-12-13T18:11:11.2119493",
"CurrentPage": 10,
"PerPage": 11
}
application/xml, text/xml
Sample:
<SearchLogSyncModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.PostModel.LogSync"> <BrandID>2</BrandID> <ColorID>5</ColorID> <CurrentPage>10</CurrentPage> <EndDate>2025-12-13T18:11:11.2119493-05:00</EndDate> <PerPage>11</PerPage> <ProductID>3</ProductID> <Size>sample string 7</Size> <SizeGroupID>6</SizeGroupID> <StartDate>2025-12-13T18:11:11.2119493-05:00</StartDate> <StyleID>sample string 4</StyleID> <VendorID>1</VendorID> </SearchLogSyncModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.