POST api/{Tour}/SaveOtherTourVisit

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Tour

string

None.

Body Parameters

OtherTourPlanVisit
NameDescriptionTypeAdditional information
TourPlanDetailsID

integer

None.

TourDate

date

None.

TourPlanTypeId

integer

None.

ActualTourDate

date

None.

ActualTourTime

date

None.

OtherTourPlanVisitId

integer

None.

OtherComment

string

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TourPlanDetailsID": 1,
  "TourDate": "2024-09-20T05:13:37.614364+06:00",
  "TourPlanTypeId": 3,
  "ActualTourDate": "2024-09-20T05:13:37.614364+06:00",
  "ActualTourTime": "2024-09-20T05:13:37.614364+06:00",
  "OtherTourPlanVisitId": 4,
  "OtherComment": "sample string 5",
  "CreatedBy": "sample string 6"
}

application/xml, text/xml

Sample:
<OtherTourPlanVisit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AimsappApi.Models">
  <ActualTourDate>2024-09-20T05:13:37.614364+06:00</ActualTourDate>
  <ActualTourTime>2024-09-20T05:13:37.614364+06:00</ActualTourTime>
  <CreatedBy>sample string 6</CreatedBy>
  <OtherComment>sample string 5</OtherComment>
  <OtherTourPlanVisitId>4</OtherTourPlanVisitId>
  <TourDate>2024-09-20T05:13:37.614364+06:00</TourDate>
  <TourPlanDetailsID>1</TourPlanDetailsID>
  <TourPlanTypeId>3</TourPlanTypeId>
</OtherTourPlanVisit>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />