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": "d787a58e-29d9-4d15-baa0-17f9d253b766",
"BranchIDF": "ba5a9201-b58c-45d4-9047-ae84cce7b42f"
}
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>ba5a9201-b58c-45d4-9047-ae84cce7b42f</BranchIDF> <Id>d787a58e-29d9-4d15-baa0-17f9d253b766</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. |