GET api/digitalsignature/signable/setup/{brandId}/{logoId}/{colour}?emailAddress={emailAddress}
creates a new account on signable
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
brandId |
brand to associate this sub account to |
integer |
Required |
logoId |
logo id used for whitelabelling |
integer |
Required |
colour |
the web colour to be used in the signable app as a background colour, should probably match a logo colour |
string |
Required |
emailAddress |
unique email address for this brand |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |