POST api/Category/GetAllCategory
Request Information
URI Parameters
None.
Body Parameters
POSAPIRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantIDF | globally unique identifier |
None. |
|
| BranchIDF | globally unique identifier |
None. |
|
| LastSyncTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantIDF": "a8118a62-19fa-4d63-b4dd-886f2cb5c222",
"BranchIDF": "9ba64dd6-44d6-426f-a821-ef1c158444d3",
"LastSyncTime": "2026-03-03T01:39:03.8917674+01:00"
}
application/xml, text/xml
Sample:
<POSAPIRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>9ba64dd6-44d6-426f-a821-ef1c158444d3</BranchIDF> <LastSyncTime>2026-03-03T01:39:03.8917674+01:00</LastSyncTime> <RestaurantIDF>a8118a62-19fa-4d63-b4dd-886f2cb5c222</RestaurantIDF> </POSAPIRequestClass>
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. |