GET Register/Web
Get registration webpage UI link for adding to an external system via Iframe etc. configured to work on IE7+
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
replyRegisterWeb| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
None. |
|
| status | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"url": "sample string 1",
"status": 2,
"message": "sample string 3"
}