POST Visit/AddVisitFollowUp

Request Information

URI Parameters

None.

Body Parameters

FollowUp
NameDescriptionTypeAdditional information
APIKey

string

None.

IsFollowUpRequired

boolean

None.

NextFollowUpDetail

FollowUp

None.

UserId

integer

None.

FollowUpId

integer

None.

VisitId

integer

None.

CustomerId

integer

None.

IsTest

boolean

None.

Status

string

None.

FollowUpDate

date

None.

Remark

string

None.

InsBy

integer

None.

InsDt

date

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WebAPIResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

Object

None.

Error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {},
  "Error": "sample string 4"
}

application/xml, text/xml

Sample:
<WebAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAL">
  <Data />
  <Error>sample string 4</Error>
  <Message>sample string 2</Message>
  <Success>true</Success>
</WebAPIResponse>