GET api/MasterConfig/Master/GetRestaurantOperationTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of utblMstRestaurantOperationType
NameDescriptionTypeAdditional information
OperationTypeID

integer

None.

OperationTypeName

string

Required

UserID

string

None.

TransDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OperationTypeID": 1,
    "OperationTypeName": "sample string 2",
    "UserID": "sample string 3",
    "TransDate": "2025-12-07T10:00:57.9643962+05:30"
  },
  {
    "OperationTypeID": 1,
    "OperationTypeName": "sample string 2",
    "UserID": "sample string 3",
    "TransDate": "2025-12-07T10:00:57.9643962+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfutblMstRestaurantOperationType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operations.Models">
  <utblMstRestaurantOperationType>
    <OperationTypeID>1</OperationTypeID>
    <OperationTypeName>sample string 2</OperationTypeName>
    <TransDate>2025-12-07T10:00:57.9643962+05:30</TransDate>
    <UserID>sample string 3</UserID>
  </utblMstRestaurantOperationType>
  <utblMstRestaurantOperationType>
    <OperationTypeID>1</OperationTypeID>
    <OperationTypeName>sample string 2</OperationTypeName>
    <TransDate>2025-12-07T10:00:57.9643962+05:30</TransDate>
    <UserID>sample string 3</UserID>
  </utblMstRestaurantOperationType>
</ArrayOfutblMstRestaurantOperationType>