GET api/Account/RegisterSPass?authToken={authToken}
Register SPass with ZorroSign account
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
authToken |
SPass auth token |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
True if mapping success, else false
ResponseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
StatusCode | StatusCode |
None. |
|
Message | string |
None. |
|
Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": 1000, "Message": "sample string 1", "Data": true }
application/xml, text/xml
Sample:
<ResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/enTT.ZS.Dto"> <Data>true</Data> <Message>sample string 1</Message> <Result /> <StatusCode>Success</StatusCode> </ResponseOfboolean>