POST api/Register?phoneNo={phoneNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
phoneNo

string

Required

Body Parameters

None.

Response Information

Resource Description

ContactNo
NameDescriptionTypeAdditional information
PhoneCode

string

None.

PhoneNo

string

None.

Extension

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PhoneCode": "sample string 1",
  "PhoneNo": "sample string 2",
  "Extension": "sample string 3"
}

application/xml, text/xml

Sample:
<ContactNo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IES.JobBoard.WebApi.Models">
  <Extension>sample string 3</Extension>
  <PhoneCode>sample string 1</PhoneCode>
  <PhoneNo>sample string 2</PhoneNo>
</ContactNo>