POST Api/MyAccounts/GetMyAccounts

Request Information

URI Parameters

None.

Body Parameters

GetMyAccountsRequest
NameDescriptionTypeAdditional information
Username

string

None.

Password

string

None.

DeviceManufacturer

string

None.

DeviceModel

string

None.

DeviceSDKInt

string

None.

DeviceSDKVersion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2",
  "DeviceManufacturer": "sample string 3",
  "DeviceModel": "sample string 4",
  "DeviceSDKInt": "sample string 5",
  "DeviceSDKVersion": "sample string 6"
}

application/xml, text/xml

Sample:
<GetMyAccountsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPWAssistMobileAPI.Models">
  <DeviceManufacturer>sample string 3</DeviceManufacturer>
  <DeviceModel>sample string 4</DeviceModel>
  <DeviceSDKInt>sample string 5</DeviceSDKInt>
  <DeviceSDKVersion>sample string 6</DeviceSDKVersion>
  <Password>sample string 2</Password>
  <Username>sample string 1</Username>
</GetMyAccountsRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetMyAccountsRequest'.

Response Information

Resource Description

GetMyAccountsResponse
NameDescriptionTypeAdditional information
BillPaymentAccounts

Collection of BillPaymentAccount

None.

LastThreePayments

Collection of LastThreePayments

None.

Success

boolean

None.

ErrorMessage

string

None.

ServerDateTime

string

None.

ErrorType

Errors

None.

Response Formats

application/json, text/json

Sample:
{
  "BillPaymentAccounts": [
    {
      "AccountID": "a8623472-6f94-45f7-97c6-208e320df2d4",
      "DateCreated": "2026-05-17T03:31:15.0739887+02:00",
      "LastPaid": "sample string 3",
      "UtilityDescription": "sample string 4",
      "UserBillNumber": 5,
      "AccountNumber": "sample string 6",
      "Reference": "sample string 7",
      "PayBillAmount": 8.0,
      "AccountBillIdentifierTypeID": "sample string 9",
      "AccountBillIdentifierFormatTypeID": "sample string 10",
      "test": "sample string 11",
      "ReferralCodeExpired": "sample string 12",
      "ReferralCode": "sample string 13"
    },
    {
      "AccountID": "a8623472-6f94-45f7-97c6-208e320df2d4",
      "DateCreated": "2026-05-17T03:31:15.0739887+02:00",
      "LastPaid": "sample string 3",
      "UtilityDescription": "sample string 4",
      "UserBillNumber": 5,
      "AccountNumber": "sample string 6",
      "Reference": "sample string 7",
      "PayBillAmount": 8.0,
      "AccountBillIdentifierTypeID": "sample string 9",
      "AccountBillIdentifierFormatTypeID": "sample string 10",
      "test": "sample string 11",
      "ReferralCodeExpired": "sample string 12",
      "ReferralCode": "sample string 13"
    }
  ],
  "LastThreePayments": [
    {
      "boolWithinTheLastHour": true,
      "DateCreated": "sample string 2",
      "PaymentType": "sample string 3",
      "MaskedCardNumber": "sample string 4",
      "TotalAmount": 5.0,
      "strTotalAmount": "sample string 6"
    },
    {
      "boolWithinTheLastHour": true,
      "DateCreated": "sample string 2",
      "PaymentType": "sample string 3",
      "MaskedCardNumber": "sample string 4",
      "TotalAmount": 5.0,
      "strTotalAmount": "sample string 6"
    }
  ],
  "Success": true,
  "ErrorMessage": "sample string 2",
  "ServerDateTime": "sample string 3",
  "ErrorType": 0
}

application/xml, text/xml

Sample:
<GetMyAccountsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPWAssistMobileAPI.Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <ErrorType>SystemError</ErrorType>
  <ServerDateTime>sample string 3</ServerDateTime>
  <Success>true</Success>
  <BillPaymentAccounts>
    <BillPaymentAccount>
      <AccountBillIdentifierFormatTypeID>sample string 10</AccountBillIdentifierFormatTypeID>
      <AccountBillIdentifierTypeID>sample string 9</AccountBillIdentifierTypeID>
      <AccountID>a8623472-6f94-45f7-97c6-208e320df2d4</AccountID>
      <AccountNumber>sample string 6</AccountNumber>
      <DateCreated>2026-05-17T03:31:15.0739887+02:00</DateCreated>
      <LastPaid>sample string 3</LastPaid>
      <PayBillAmount>8</PayBillAmount>
      <Reference>sample string 7</Reference>
      <ReferralCode>sample string 13</ReferralCode>
      <ReferralCodeExpired>sample string 12</ReferralCodeExpired>
      <UserBillNumber>5</UserBillNumber>
      <UtilityDescription>sample string 4</UtilityDescription>
      <test>sample string 11</test>
    </BillPaymentAccount>
    <BillPaymentAccount>
      <AccountBillIdentifierFormatTypeID>sample string 10</AccountBillIdentifierFormatTypeID>
      <AccountBillIdentifierTypeID>sample string 9</AccountBillIdentifierTypeID>
      <AccountID>a8623472-6f94-45f7-97c6-208e320df2d4</AccountID>
      <AccountNumber>sample string 6</AccountNumber>
      <DateCreated>2026-05-17T03:31:15.0739887+02:00</DateCreated>
      <LastPaid>sample string 3</LastPaid>
      <PayBillAmount>8</PayBillAmount>
      <Reference>sample string 7</Reference>
      <ReferralCode>sample string 13</ReferralCode>
      <ReferralCodeExpired>sample string 12</ReferralCodeExpired>
      <UserBillNumber>5</UserBillNumber>
      <UtilityDescription>sample string 4</UtilityDescription>
      <test>sample string 11</test>
    </BillPaymentAccount>
  </BillPaymentAccounts>
  <LastThreePayments>
    <LastThreePayments>
      <DateCreated>sample string 2</DateCreated>
      <MaskedCardNumber>sample string 4</MaskedCardNumber>
      <PaymentType>sample string 3</PaymentType>
      <TotalAmount>5</TotalAmount>
      <boolWithinTheLastHour>true</boolWithinTheLastHour>
      <strTotalAmount>sample string 6</strTotalAmount>
    </LastThreePayments>
    <LastThreePayments>
      <DateCreated>sample string 2</DateCreated>
      <MaskedCardNumber>sample string 4</MaskedCardNumber>
      <PaymentType>sample string 3</PaymentType>
      <TotalAmount>5</TotalAmount>
      <boolWithinTheLastHour>true</boolWithinTheLastHour>
      <strTotalAmount>sample string 6</strTotalAmount>
    </LastThreePayments>
  </LastThreePayments>
</GetMyAccountsResponse>