POST api/BOS/App/hlrcheck

Request Information

URI Parameters

None.

Body Parameters

HlrcheckRequestModel
NameDescriptionTypeAdditional information
RegisterID

string

None.

number

string

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RegisterID": "sample string 1",
  "number": "sample string 2",
  "type": "sample string 3"
}

text/xml

Sample:
<HlrcheckRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models">
  <RegisterID>sample string 1</RegisterID>
  <number>sample string 2</number>
  <type>sample string 3</type>
</HlrcheckRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HlrcheckRequestModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.