POST api/registration
Request Information
URI Parameters
None.
Body Parameters
CreateAccountWithContactName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Password | string |
None. |
|
EmailAddress | string |
None. |
|
Phone | string |
None. |
|
Country | string |
None. |
|
PhoneCode | string |
None. |
|
ContactFirstName | string |
None. |
|
ContactLastName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Password": "sample string 2", "EmailAddress": "sample string 3", "Phone": "sample string 4", "Country": "sample string 5", "PhoneCode": "sample string 6", "ContactFirstName": "sample string 7", "ContactLastName": "sample string 8" }
application/xml, text/xml
Sample:
<CreateAccountWithContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SeeTheProWebAPI.Models"> <ContactFirstName>sample string 7</ContactFirstName> <ContactLastName>sample string 8</ContactLastName> <Country>sample string 5</Country> <EmailAddress>sample string 3</EmailAddress> <Name>sample string 1</Name> <Password>sample string 2</Password> <Phone>sample string 4</Phone> <PhoneCode>sample string 6</PhoneCode> </CreateAccountWithContact>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LoginResponseMobileName | Description | Type | Additional information |
---|---|---|---|
IsLoginSuccess |
IsLoginSuccess |
boolean |
None. |
Message | string |
None. |
|
AccessToken | string |
None. |
|
Name | string |
None. |
|
string |
None. |
||
Status | string |
None. |
|
CreateInteractionUrl | string |
None. |
|
RegisterUrl | string |
None. |
|
ForgotPasswordUrl | string |
None. |
|
CompanyName | string |
None. |
|
ShowOnBoarding | boolean |
None. |
|
AppPlan | AppPlan |
None. |
|
AppMenu | DataTable |
None. |
|
AppInfo | DataTable |
None. |
|
AutoSignUp | boolean |
None. |
|
CreateFirstInteraction | boolean |
None. |
|
AllowEditInteraction | boolean |
None. |
|
AllowAddInteraction | boolean |
None. |
|
AllowDeleteAccount | boolean |
None. |
|
WhatInteractionVideo | string |
None. |
|
CreateMeetingUrl | string |
None. |
|
STPServiceUrl | string |
None. |
|
STPServiceKey | string |
None. |
|
STPAppKey | string |
None. |
|
UserInfo | UserInfo |
None. |
|
ProfileImageUrl | string |
None. |
|
AccountId | globally unique identifier |
None. |
|
ContactId | globally unique identifier |
None. |
|
AuthResponse | AuthResponse |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsLoginSuccess": true, "Message": "sample string 2", "AccessToken": "sample string 3", "Name": "sample string 4", "Email": "sample string 5", "Status": "sample string 6", "CreateInteractionUrl": "sample string 7", "RegisterUrl": "sample string 8", "ForgotPasswordUrl": "sample string 9", "CompanyName": "sample string 10", "ShowOnBoarding": true, "AppPlan": { "PlanName": "sample string 1", "Status": "sample string 2", "StatusColor": "sample string 3" }, "AppMenu": null, "AppInfo": [], "AutoSignUp": true, "CreateFirstInteraction": true, "AllowEditInteraction": true, "AllowAddInteraction": true, "AllowDeleteAccount": true, "WhatInteractionVideo": "sample string 17", "CreateMeetingUrl": "sample string 18", "STPServiceUrl": "sample string 19", "STPServiceKey": "sample string 20", "STPAppKey": "sample string 21", "UserInfo": { "AppAccessKey": "sample string 1", "AdsObjKey": "sample string 2", "ContactKey": 1, "ContactId": "sample string 3", "AdsObjId": "sample string 4", "ContactFirstName": "sample string 5", "ContactLastName": "sample string 6", "ContactStatusId": {}, "ContactAddressLine1": "sample string 8", "ContactCity": "sample string 9", "ContactState": "sample string 10", "ContactZipCode": "sample string 11", "ContactCountry": "sample string 12", "ContactEmail": "sample string 13", "ContactPhone": "sample string 14", "ContactUserTypeId": 1, "CMPRoleId": 1, "SpectrumRoleId": 1, "XYZReviewsRoleId": 1, "VSPRoleId": 1, "ContactCreatedOn": "2025-04-20T19:35:39.4111321+00:00", "ContactModifiedOn": "2025-04-20T19:35:39.4111321+00:00", "ContactFullName": "sample string 15", "IsMobileVerified": true, "AccountKey": 1, "AccountId": "sample string 16", "AccountName": "sample string 17", "CableCompanyId": {}, "AccountAddressLine1": "sample string 19", "AccountCity": "sample string 20", "AccountState": "sample string 21", "AccountZipCode": "sample string 22", "AccountCountry": "sample string 23", "AccountEmail": "sample string 24", "AccountPhone": "sample string 25", "AccountTypeId": 1, "Website": {}, "PrimaryContactId": {}, "FBUrl": {}, "GooglePlaceId": {}, "MySiteUrl": {}, "IsSpectrumAvailable": 1, "IsVSPAvailable": 1, "IsWirelessAvailable": 1, "IsXyzPaysAvailable": 1, "IsXyzReviewsAvailable": 1, "SpectrumAccountStatus": 1, "SpectrumTrendId": 1, "XyzReviewsOrderDate": "2025-04-20T19:35:39.4111321+00:00", "XyzReviewsOrderId": "sample string 31", "AccountCreatedOn": "2025-04-20T19:35:39.4111321+00:00", "ACCountModifiedOn": "2025-04-20T19:35:39.4111321+00:00", "CMPCreatedOn": "2025-04-20T19:35:39.4111321+00:00", "IsXYZReviewsAccount": true, "IsCRMAvailable": true, "XYZReviewsProductName": "sample string 32", "XYZReviewsPaymentMethod": "sample string 33", "SubscriptionEndDate": "2025-04-20T19:35:39.4111321+00:00", "SubscriptionCancelDate": "2025-04-20T19:35:39.4111321+00:00", "Subscriptionprice": 1.0, "XYZRetailerId": {}, "PassKey": "sample string 35", "B2CRole": "sample string 36" }, "ProfileImageUrl": "sample string 22", "AccountId": "b83444d9-681c-440b-842a-8f263f88878c", "ContactId": "e70902e7-6663-4485-b4aa-a329ac5ec421", "AuthResponse": { "Id": "sample string 1", "Token": "sample string 2", "RefreshToken": "sample string 3" } }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.