GET api/getItemBy_name?prod_name={prod_name}&flag={flag}&BranchId={BranchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| prod_name | string |
Required |
|
| flag | string |
Required |
|
| BranchId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ItemResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Data | Object |
None. |
|
| filterData | DataTable |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Data": {},
"filterData": null,
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<ItemResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MnbebookApi.Models"> <Data /> <Message>sample string 3</Message> <Status>1</Status> <filterData i:nil="true" /> </ItemResponse>