POST api/Account/Portal_AddListOfAccounts
Request Information
URI Parameters
None.
Body Parameters
Collection of AddAccount_New| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUserID | string |
None. |
|
| bSCustomerID | string |
None. |
|
| billingZipCode | string |
None. |
|
| companyId | integer |
None. |
|
| userName | string |
None. |
|
| TypeOfAccount | string |
None. |
|
| PrimaryBscustomerID | string |
None. |
|
| TokenID | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"portalUserID": "sample string 1",
"bSCustomerID": "sample string 2",
"billingZipCode": "sample string 3",
"companyId": 1,
"userName": "sample string 4",
"TypeOfAccount": "sample string 5",
"PrimaryBscustomerID": "sample string 6",
"TokenID": "sample string 7"
},
{
"portalUserID": "sample string 1",
"bSCustomerID": "sample string 2",
"billingZipCode": "sample string 3",
"companyId": 1,
"userName": "sample string 4",
"TypeOfAccount": "sample string 5",
"PrimaryBscustomerID": "sample string 6",
"TokenID": "sample string 7"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"