POST api/ScheduleVisit/Update

Request Information

URI Parameters

None.

Body Parameters

ScheduleVisitModel
NameDescriptionTypeAdditional information
Id

integer

None.

ScheduleId

integer

None.

AccountNo

string

None.

Name

string

None.

VehicleNo

string

None.

Mobile

string

None.

VisitDate

date

None.

Naration

string

None.

VisitRemark

string

None.

VisitStatus

string

None.

VisitedBy

string

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

LocationAddress

string

None.

FollowUpDate

date

None.

CreatedDate

date

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

IsDeleted

boolean

None.

DeletedBy

string

None.

DeletedDate

date

None.

VisitType

string

None.

PaymentDate

date

None.

Amount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ScheduleId": 2,
  "AccountNo": "sample string 3",
  "Name": "sample string 4",
  "VehicleNo": "sample string 5",
  "Mobile": "sample string 6",
  "VisitDate": "2026-09-11T14:30:31.555007+05:30",
  "Naration": "sample string 8",
  "VisitRemark": "sample string 9",
  "VisitStatus": "sample string 10",
  "VisitedBy": "sample string 11",
  "Latitude": 1.0,
  "Longitude": 1.0,
  "LocationAddress": "sample string 12",
  "FollowUpDate": "2026-09-11T14:30:31.555007+05:30",
  "CreatedDate": "2026-09-11T14:30:31.555007+05:30",
  "UpdatedDate": "2026-09-11T14:30:31.555007+05:30",
  "UpdatedBy": "sample string 14",
  "IsDeleted": true,
  "DeletedBy": "sample string 16",
  "DeletedDate": "2026-09-11T14:30:31.555007+05:30",
  "VisitType": "sample string 17",
  "PaymentDate": "2026-09-11T14:30:31.555007+05:30",
  "Amount": 1
}

application/xml, text/xml

Sample:
<ScheduleVisitModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebService.Models">
  <AccountNo>sample string 3</AccountNo>
  <Amount>1</Amount>
  <CreatedDate>2026-09-11T14:30:31.555007+05:30</CreatedDate>
  <DeletedBy>sample string 16</DeletedBy>
  <DeletedDate>2026-09-11T14:30:31.555007+05:30</DeletedDate>
  <FollowUpDate>2026-09-11T14:30:31.555007+05:30</FollowUpDate>
  <Id>1</Id>
  <IsDeleted>true</IsDeleted>
  <Latitude>1</Latitude>
  <LocationAddress>sample string 12</LocationAddress>
  <Longitude>1</Longitude>
  <Mobile>sample string 6</Mobile>
  <Name>sample string 4</Name>
  <Naration>sample string 8</Naration>
  <PaymentDate>2026-09-11T14:30:31.555007+05:30</PaymentDate>
  <ScheduleId>2</ScheduleId>
  <UpdatedBy>sample string 14</UpdatedBy>
  <UpdatedDate>2026-09-11T14:30:31.555007+05:30</UpdatedDate>
  <VehicleNo>sample string 5</VehicleNo>
  <VisitDate>2026-09-11T14:30:31.555007+05:30</VisitDate>
  <VisitRemark>sample string 9</VisitRemark>
  <VisitStatus>sample string 10</VisitStatus>
  <VisitType>sample string 17</VisitType>
  <VisitedBy>sample string 11</VisitedBy>
</ScheduleVisitModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.