GET api/MasterConfig/Master/GetRestaurantCMSContentTypeByID?ID={ID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

utblMstRestaurantCMSContentType
NameDescriptionTypeAdditional information
CMSContentTypeID

integer

None.

CMSContentTypeName

string

Required

UserID

string

None.

TransDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "CMSContentTypeID": 1,
  "CMSContentTypeName": "sample string 2",
  "UserID": "sample string 3",
  "TransDate": "2025-12-07T10:00:56.4175336+05:30"
}

application/xml, text/xml

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