POST api/app/erp/inventory/search
Request Information
URI Parameters
None.
Body Parameters
ErpMobileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| LocationId | integer |
None. |
|
| VendorId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| FilterString | string |
None. |
|
| ActiveOnly | boolean |
None. |
|
| CategoryId | integer |
None. |
|
| SearchKey | string |
None. |
|
| UserId | integer |
None. |
|
| ProductId | integer |
None. |
|
| Offset | integer |
None. |
|
| Count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2",
"LocationId": 3,
"VendorId": 4,
"StartDate": "2025-12-31T16:39:34.4556014+05:30",
"EndDate": "2025-12-31T16:39:34.4556014+05:30",
"FilterString": "sample string 7",
"ActiveOnly": true,
"CategoryId": 9,
"SearchKey": "sample string 10",
"UserId": 11,
"ProductId": 12,
"Offset": 13,
"Count": 14
}
application/xml, text/xml
Sample:
<ErpMobileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api.ViewModels"> <ActiveOnly>true</ActiveOnly> <CategoryId>9</CategoryId> <Count>14</Count> <EndDate>2025-12-31T16:39:34.4556014+05:30</EndDate> <FilterString>sample string 7</FilterString> <LocationId>3</LocationId> <Offset>13</Offset> <Password>sample string 2</Password> <ProductId>12</ProductId> <SearchKey>sample string 10</SearchKey> <StartDate>2025-12-31T16:39:34.4556014+05:30</StartDate> <UserId>11</UserId> <UserName>sample string 1</UserName> <VendorId>4</VendorId> </ErpMobileRequest>
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. |