GET api/UserDetails/GetMyLoginDetails/{bsCustomerID}/{companyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerID | string |
Required |
|
| companyID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LoginDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
None. |
|
| PrimaryCustomerID | string |
None. |
|
| ResidentialCommercial | string |
None. |
|
| IsPrepay | integer |
None. |
|
| TypeOfAccount | string |
None. |
|
| CreditID | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"BSCustomerID": "sample string 1",
"PrimaryCustomerID": "sample string 2",
"ResidentialCommercial": "sample string 3",
"IsPrepay": 4,
"TypeOfAccount": "sample string 5",
"CreditID": "sample string 6"
}