GET api/MasterConfig/Master/GetRestaurantOwnershipTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of utblMstRestaurantOwnershipType
NameDescriptionTypeAdditional information
OwnershipTypeID

integer

None.

OwnershipTypeName

string

Required

UserID

string

None.

TransDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OwnershipTypeID": 1,
    "OwnershipTypeName": "sample string 2",
    "UserID": "sample string 3",
    "TransDate": "2025-12-07T09:56:01.1973494+05:30"
  },
  {
    "OwnershipTypeID": 1,
    "OwnershipTypeName": "sample string 2",
    "UserID": "sample string 3",
    "TransDate": "2025-12-07T09:56:01.1973494+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfutblMstRestaurantOwnershipType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operations.Models">
  <utblMstRestaurantOwnershipType>
    <OwnershipTypeID>1</OwnershipTypeID>
    <OwnershipTypeName>sample string 2</OwnershipTypeName>
    <TransDate>2025-12-07T09:56:01.1973494+05:30</TransDate>
    <UserID>sample string 3</UserID>
  </utblMstRestaurantOwnershipType>
  <utblMstRestaurantOwnershipType>
    <OwnershipTypeID>1</OwnershipTypeID>
    <OwnershipTypeName>sample string 2</OwnershipTypeName>
    <TransDate>2025-12-07T09:56:01.1973494+05:30</TransDate>
    <UserID>sample string 3</UserID>
  </utblMstRestaurantOwnershipType>
</ArrayOfutblMstRestaurantOwnershipType>