POST API/RestData/GetCuisineList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
memData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "cuis_list": [
    {
      "cuis_id": 1,
      "cuis_name": "sample string 2"
    },
    {
      "cuis_id": 1,
      "cuis_name": "sample string 2"
    },
    {
      "cuis_id": 1,
      "cuis_name": "sample string 2"
    }
  ],
  "message": "sample string 1",
  "status": true
}

application/xml, text/xml

Sample:
<clsCuisineList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice">
  <cuis_list>
    <clsCuisine>
      <cuis_id>1</cuis_id>
      <cuis_name>sample string 2</cuis_name>
    </clsCuisine>
    <clsCuisine>
      <cuis_id>1</cuis_id>
      <cuis_name>sample string 2</cuis_name>
    </clsCuisine>
    <clsCuisine>
      <cuis_id>1</cuis_id>
      <cuis_name>sample string 2</cuis_name>
    </clsCuisine>
  </cuis_list>
  <message>sample string 1</message>
  <status>true</status>
</clsCuisineList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "cuis_list": [
    {
      "cuis_id": 1,
      "cuis_name": "sample string 2"
    },
    {
      "cuis_id": 1,
      "cuis_name": "sample string 2"
    },
    {
      "cuis_id": 1,
      "cuis_name": "sample string 2"
    }
  ],
  "message": "sample string 1",
  "status": true
}

application/xml, text/xml

Sample:
<clsCuisineList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice">
  <cuis_list>
    <clsCuisine>
      <cuis_id>1</cuis_id>
      <cuis_name>sample string 2</cuis_name>
    </clsCuisine>
    <clsCuisine>
      <cuis_id>1</cuis_id>
      <cuis_name>sample string 2</cuis_name>
    </clsCuisine>
    <clsCuisine>
      <cuis_id>1</cuis_id>
      <cuis_name>sample string 2</cuis_name>
    </clsCuisine>
  </cuis_list>
  <message>sample string 1</message>
  <status>true</status>
</clsCuisineList>