POST api/FindPharmaItems/GetStockistNameList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"AcntID": "dd7c153f-257b-4a96-9375-9af00e697f8f",
"CompId": "2966a2d8-40a1-4c9c-8eae-7910ce317915",
"Name": "sample string 2",
"AcntShort": "sample string 3",
"ItemValues": "sample string 4",
"RowNumber": 5,
"totalRows": 6,
"searchString": "sample string 7",
"pageNo": 8,
"AtrnYear": 9,
"ItemSelection": 10
},
{
"AcntID": "dd7c153f-257b-4a96-9375-9af00e697f8f",
"CompId": "2966a2d8-40a1-4c9c-8eae-7910ce317915",
"Name": "sample string 2",
"AcntShort": "sample string 3",
"ItemValues": "sample string 4",
"RowNumber": 5,
"totalRows": 6,
"searchString": "sample string 7",
"pageNo": 8,
"AtrnYear": 9,
"ItemSelection": 10
},
{
"AcntID": "dd7c153f-257b-4a96-9375-9af00e697f8f",
"CompId": "2966a2d8-40a1-4c9c-8eae-7910ce317915",
"Name": "sample string 2",
"AcntShort": "sample string 3",
"ItemValues": "sample string 4",
"RowNumber": 5,
"totalRows": 6,
"searchString": "sample string 7",
"pageNo": 8,
"AtrnYear": 9,
"ItemSelection": 10
}
]
text/html
Sample:
[{"AcntID":"dd7c153f-257b-4a96-9375-9af00e697f8f","CompId":"2966a2d8-40a1-4c9c-8eae-7910ce317915","Name":"sample string 2","AcntShort":"sample string 3","ItemValues":"sample string 4","RowNumber":5,"totalRows":6,"searchString":"sample string 7","pageNo":8,"AtrnYear":9,"ItemSelection":10},{"AcntID":"dd7c153f-257b-4a96-9375-9af00e697f8f","CompId":"2966a2d8-40a1-4c9c-8eae-7910ce317915","Name":"sample string 2","AcntShort":"sample string 3","ItemValues":"sample string 4","RowNumber":5,"totalRows":6,"searchString":"sample string 7","pageNo":8,"AtrnYear":9,"ItemSelection":10},{"AcntID":"dd7c153f-257b-4a96-9375-9af00e697f8f","CompId":"2966a2d8-40a1-4c9c-8eae-7910ce317915","Name":"sample string 2","AcntShort":"sample string 3","ItemValues":"sample string 4","RowNumber":5,"totalRows":6,"searchString":"sample string 7","pageNo":8,"AtrnYear":9,"ItemSelection":10}]
application/xml, text/xml
Sample:
<ArrayOfFindStockistNameValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
<FindStockistNameValue>
<AcntID>dd7c153f-257b-4a96-9375-9af00e697f8f</AcntID>
<AcntShort>sample string 3</AcntShort>
<AtrnYear>9</AtrnYear>
<CompId>2966a2d8-40a1-4c9c-8eae-7910ce317915</CompId>
<ItemSelection>10</ItemSelection>
<ItemValues>sample string 4</ItemValues>
<Name>sample string 2</Name>
<RowNumber>5</RowNumber>
<pageNo>8</pageNo>
<searchString>sample string 7</searchString>
<totalRows>6</totalRows>
</FindStockistNameValue>
<FindStockistNameValue>
<AcntID>dd7c153f-257b-4a96-9375-9af00e697f8f</AcntID>
<AcntShort>sample string 3</AcntShort>
<AtrnYear>9</AtrnYear>
<CompId>2966a2d8-40a1-4c9c-8eae-7910ce317915</CompId>
<ItemSelection>10</ItemSelection>
<ItemValues>sample string 4</ItemValues>
<Name>sample string 2</Name>
<RowNumber>5</RowNumber>
<pageNo>8</pageNo>
<searchString>sample string 7</searchString>
<totalRows>6</totalRows>
</FindStockistNameValue>
<FindStockistNameValue>
<AcntID>dd7c153f-257b-4a96-9375-9af00e697f8f</AcntID>
<AcntShort>sample string 3</AcntShort>
<AtrnYear>9</AtrnYear>
<CompId>2966a2d8-40a1-4c9c-8eae-7910ce317915</CompId>
<ItemSelection>10</ItemSelection>
<ItemValues>sample string 4</ItemValues>
<Name>sample string 2</Name>
<RowNumber>5</RowNumber>
<pageNo>8</pageNo>
<searchString>sample string 7</searchString>
<totalRows>6</totalRows>
</FindStockistNameValue>
</ArrayOfFindStockistNameValue>