Create a company account (Type A)
Before performing this action, please refer to Addition 2 Get Access Token for partner account firstly.
This API will create a new company account with a default branch account.
The creating company account API request:
API Endpoint:
POST https://api.securedsigning.com/web/v1.4/Account/Membership
Headers:
please refer to Additional 1 Understand Secured Signing API Authentication.
Body in JSON format (required properties only):
{
"TermsOfUse": true,
"Company": {
"CompanyName": "",
"StreetAddress": "",
"City": "",
"Country": "", //full country name, such as New Zealand, United States, not nz or us.
"CountryCode": "", //international phone code, such as 64 for New Zealand, 1 for United States.
"PhoneNumber": "",
"ContactFirstName": "",
"ContactLastName": "",
"ContactEmail": "",
"GMTOffset": 0 //The timezone difference in minutes, such as 780 for New Zealand Lightsaving Time, -480 for Pacific Time.
}
}
Response in JSON format:
{
"MembershipCode":"GMP9647",
"Reference":"07904722718019222...164233115199186023189",
"UpdateKey":"07418701004404012...514916199105219246133",
"Result":"UpdateCC"
}
Please save MembershipCode, Reference, UpdateKey for this company account. You need them to get access token on behalf of the client company.