POST api/BOS/hlrcheck
Request Information
URI Parameters
None.
Body Parameters
HlrcheckRequestModelName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.