POST api/Menu/GetItemDetails
Request Information
URI Parameters
None.
Body Parameters
GetById| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| BranchIDF | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "dbe381a3-e3f5-4a10-9d35-7b87ea49fb2b",
"BranchIDF": "05c5526b-38ce-42d2-85e7-534a1e6fd155"
}
application/xml, text/xml
Sample:
<GetById xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POSAPI.Models"> <BranchIDF>05c5526b-38ce-42d2-85e7-534a1e6fd155</BranchIDF> <Id>dbe381a3-e3f5-4a10-9d35-7b87ea49fb2b</Id> </GetById>
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. |