POST api/physicalexamination/CheckContant

Request Information

URI Parameters

None.

Body Parameters

CheckContactInfoModel
NameDescriptionTypeAdditional information
VendorToken

string

None.

IDNumber

string

None.

Email

string

None.

FirstName

string

None.

LastName

string

None.

CellPhone

string

None.

Birthday

string

None.

Gender

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorToken": "sample string 1",
  "IDNumber": "sample string 2",
  "Email": "sample string 3",
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "CellPhone": "sample string 6",
  "Birthday": "sample string 7",
  "Gender": "sample string 8"
}

application/xml, text/xml

Sample:
<CheckContactInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/hvc_API.Models">
  <Birthday>sample string 7</Birthday>
  <CellPhone>sample string 6</CellPhone>
  <Email>sample string 3</Email>
  <FirstName>sample string 4</FirstName>
  <Gender>sample string 8</Gender>
  <IDNumber>sample string 2</IDNumber>
  <LastName>sample string 5</LastName>
  <VendorToken>sample string 1</VendorToken>
</CheckContactInfoModel>

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/" />