GET api/WorkerApi?code={code}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
code
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "phone_info": {
    "phoneNumber": "sample string 1",
    "purePhoneNumber": "sample string 2",
    "countryCode": 3
  },
  "errcode": 1,
  "errmsg": "sample string 2"
}

application/xml, text/xml

Sample:
<WorkerXCXPhoneInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <phone_info>
    <phoneNumber>sample string 1</phoneNumber>
    <purePhoneNumber>sample string 2</purePhoneNumber>
    <countryCode>3</countryCode>
  </phone_info>
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
</WorkerXCXPhoneInfo>