POST Account/AddUserAccount
Request Information
URI Parameters
None.
Body Parameters
UserAccountEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| UserAccountID | integer |
None. |
|
| UserID | integer |
Required |
|
| AccountNumber | integer |
None. |
|
| RoleID | byte |
None. |
|
| CreatedDate | date |
None. |
|
| LastUpdated | date |
None. |
|
| IsOwner | boolean |
None. |
|
| CustomerType | integer |
None. |
|
| IsDefaultAccount | boolean |
None. |
|
| UtilityAccountNumber | string |
Required |
|
| CustomerNumber | string |
String length: inclusive between 0 and 100 |
|
| BPNumber | string |
String length: inclusive between 0 and 100 |
|
| CustomerID | integer |
None. |
|
| Paperless | boolean |
None. |
|
| EmailNotify | boolean |
None. |
|
| BudgetNotify | boolean |
None. |
|
| DefaultPaymentType | integer |
None. |
|
| RequestType | byte |
None. |
|
| IsPledge | boolean |
None. |
|
| Status | boolean |
None. |
|
| LanguageCode | string |
String length: inclusive between 0 and 10 |
|
| PostalCode | string |
String length: inclusive between 0 and 50 |
|
| EmailID | string |
String length: inclusive between 0 and 1000 |
|
| MobileNumber | string |
String length: inclusive between 0 and 20 |
|
| DrivingLicence | string |
String length: inclusive between 0 and 100 |
|
| MeterNumber | string |
String length: inclusive between 0 and 50 |
|
| SSNNumber | string |
String length: inclusive between 0 and 100 |
|
| StreetNumber | string |
String length: inclusive between 0 and 100 |
|
| GroupId | integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |