POST api/MasterConfig/Master/AddRestaurantCMSContentType

Request Information

URI Parameters

None.

Body Parameters

RestaurantCMSContentTypeAdd
NameDescriptionTypeAdditional information
RestaurantCMSContentType

utblMstRestaurantCMSContentType

None.

IPAddress

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>