GET api/AccountDetails/CheckAccountExistInPortal/{bsCustomerID}/{companyID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bsCustomerID | string |
Required |
|
companyID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckAccountName | Description | Type | Additional information |
---|---|---|---|
IsAccountRegistered | boolean |
None. |
|
PortalStatus | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsAccountRegistered": true, "PortalStatus": true }