PUT api/TourCategory/Update

Request Information

URI Parameters

None.

Body Parameters

TourCategoryUpdateDto
NameDescriptionTypeAdditional information
tourCategoryLanguage

TourCategoryLanguageUpdateDto

None.

WebSiteID

globally unique identifier

None.

LanguageID

globally unique identifier

None.

ID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "tourCategoryLanguage": {
    "tourCategoryID": "87af7d53-5dd7-4669-ad82-70db4629e73a",
    "languageID": "3fbca8ac-0238-4b15-940a-7d40affc0bb4",
    "tourCategory": "sample string 3",
    "id": "dec196b6-aa19-4c1f-9241-2576eff80d47"
  },
  "webSiteID": "9fb893ce-009a-42ee-9641-ee2e62a50dcf",
  "languageID": "8a6a025e-816a-4e59-a1a4-ee117676cb3c",
  "id": "ce4f9143-f754-43b8-a7a9-c6af2f1fff9f"
}

application/xml, text/xml

Sample:
<TourCategoryUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs">
  <ID>ce4f9143-f754-43b8-a7a9-c6af2f1fff9f</ID>
  <LanguageID>8a6a025e-816a-4e59-a1a4-ee117676cb3c</LanguageID>
  <WebSiteID>9fb893ce-009a-42ee-9641-ee2e62a50dcf</WebSiteID>
  <tourCategoryLanguage>
    <ID>dec196b6-aa19-4c1f-9241-2576eff80d47</ID>
    <LanguageID>3fbca8ac-0238-4b15-940a-7d40affc0bb4</LanguageID>
    <TourCategory>sample string 3</TourCategory>
    <TourCategoryID>87af7d53-5dd7-4669-ad82-70db4629e73a</TourCategoryID>
  </tourCategoryLanguage>
</TourCategoryUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"tourCategoryLanguage":{"TourCategoryID":"87af7d53-5dd7-4669-ad82-70db4629e73a","LanguageID":"3fbca8ac-0238-4b15-940a-7d40affc0bb4","TourCategory":"sample string 3","ID":"dec196b6-aa19-4c1f-9241-2576eff80d47"},"WebSiteID":"9fb893ce-009a-42ee-9641-ee2e62a50dcf","LanguageID":"8a6a025e-816a-4e59-a1a4-ee117676cb3c","ID":"ce4f9143-f754-43b8-a7a9-c6af2f1fff9f"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.