POST GetLowBalance
Request Information
URI Parameters
None.
Body Parameters
AspNetUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| string |
None. |
||
| EmailConfirmed | boolean |
None. |
|
| PasswordHash | string |
None. |
|
| SecurityStamp | string |
None. |
|
| PhoneNumber | string |
None. |
|
| PhoneNumberConfirmed | boolean |
None. |
|
| TwoFactorEnabled | boolean |
None. |
|
| LockoutEndDateUtc | date |
None. |
|
| LockoutEnabled | boolean |
None. |
|
| AccessFailedCount | integer |
None. |
|
| UserName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Image | string |
None. |
|
| Role | string |
None. |
|
| Bank | integer |
None. |
|
| AccountNumber | string |
None. |
|
| AccountHolder | string |
None. |
|
| BranchCode | string |
None. |
|
| AccountType | string |
None. |
|
| Balance | decimal number |
None. |
|
| Altitude | string |
None. |
|
| ChangePassword | boolean |
None. |
|
| IDNumber | string |
None. |
|
| AssociationID | integer |
None. |
|
| IsAssociationMember | boolean |
None. |
|
| ValidId | boolean |
None. |
|
| FullNames | string |
None. |
|
| ActivationCode | string |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
|
| City | string |
None. |
|
| Company | string |
None. |
|
| Country | integer |
None. |
|
| FactorAuthViaEmail | boolean |
None. |
|
| PostalCode | string |
None. |
|
| Suburb | string |
None. |
|
| TelephoneNo | string |
None. |
|
| Enabled | boolean |
None. |
|
| ForgotPassword | boolean |
None. |
|
| Banned | boolean |
None. |
|
| UserUUID | string |
None. |
|
| Pin | string |
None. |
|
| LowBalanceAlert | decimal number |
None. |
|
| UserToken | string |
None. |
|
| VendorId | integer |
None. |
|
| LowBalanceSent | boolean |
None. |
|
| CompanyType | integer |
None. |
|
| CompanyTradingName | string |
None. |
|
| UserLatitude | decimal number |
None. |
|
| UserLongitude | decimal number |
None. |
|
| Province | integer |
None. |
|
| AspNetUserClaims | Collection of AspNetUserClaim |
None. |
|
| AspNetUserLogins | Collection of AspNetUserLogin |
None. |
|
| AspNetUserRoles | Collection of AspNetUserRole |
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
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>