POST general/check-handphone

Request Information

URI Parameters

None.

Body Parameters

Object

None.

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseDefault
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

data

Object

None.

paging

Paging

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "data": {},
  "paging": {
    "page": 1,
    "pageSize": 2,
    "totalData": 3,
    "totalPage": 4
  }
}

application/xml, text/xml

Sample:
<ResponseDefault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SYNERGYHUB_SERVICES.DataModels">
  <data />
  <message>sample string 2</message>
  <paging>
    <page>1</page>
    <pageSize>2</pageSize>
    <totalData>3</totalData>
    <totalPage>4</totalPage>
  </paging>
  <status>sample string 1</status>
</ResponseDefault>