GET api/NoqoodyUser/GetGroupListByQatarCoolNumbers?LanguageId={LanguageId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LanguageId

integer

Required

Body Parameters

None.

Response Information

Resource Description

GetQatarCoolNumbersResponse
NameDescriptionTypeAdditional information
GroupListWithQatarCoolNumbers

Collection of GroupListWithQatarCoolNumbersModel

None.

success

boolean

None.

code

string

None.

message

string

None.

errors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "GroupListWithQatarCoolNumbers": [
    {
      "GroupName": "sample string 1",
      "GroupID": 2,
      "IsActive": true,
      "GroupCode": "sample string 4",
      "GroupDescription": "sample string 5",
      "QatarCoolNumberList": [
        {
          "QatarCoolNumberID": 1,
          "QatarCoolNumber": "sample string 2",
          "QID": "sample string 3",
          "IsActive": true,
          "GroupName": "sample string 5",
          "GroupID": 6,
          "CurrentBill": 7.0,
          "SubscriberName": "sample string 8",
          "AccountNumber": "sample string 9",
          "TotalOutstandingAmount": "sample string 10",
          "PaymentDueDate": "sample string 11",
          "CustomerName": "sample string 12",
          "CustomerNo": "sample string 13",
          "IsPartialAllowed": true
        },
        {
          "QatarCoolNumberID": 1,
          "QatarCoolNumber": "sample string 2",
          "QID": "sample string 3",
          "IsActive": true,
          "GroupName": "sample string 5",
          "GroupID": 6,
          "CurrentBill": 7.0,
          "SubscriberName": "sample string 8",
          "AccountNumber": "sample string 9",
          "TotalOutstandingAmount": "sample string 10",
          "PaymentDueDate": "sample string 11",
          "CustomerName": "sample string 12",
          "CustomerNo": "sample string 13",
          "IsPartialAllowed": true
        }
      ],
      "GroupTotal": 6.0
    },
    {
      "GroupName": "sample string 1",
      "GroupID": 2,
      "IsActive": true,
      "GroupCode": "sample string 4",
      "GroupDescription": "sample string 5",
      "QatarCoolNumberList": [
        {
          "QatarCoolNumberID": 1,
          "QatarCoolNumber": "sample string 2",
          "QID": "sample string 3",
          "IsActive": true,
          "GroupName": "sample string 5",
          "GroupID": 6,
          "CurrentBill": 7.0,
          "SubscriberName": "sample string 8",
          "AccountNumber": "sample string 9",
          "TotalOutstandingAmount": "sample string 10",
          "PaymentDueDate": "sample string 11",
          "CustomerName": "sample string 12",
          "CustomerNo": "sample string 13",
          "IsPartialAllowed": true
        },
        {
          "QatarCoolNumberID": 1,
          "QatarCoolNumber": "sample string 2",
          "QID": "sample string 3",
          "IsActive": true,
          "GroupName": "sample string 5",
          "GroupID": 6,
          "CurrentBill": 7.0,
          "SubscriberName": "sample string 8",
          "AccountNumber": "sample string 9",
          "TotalOutstandingAmount": "sample string 10",
          "PaymentDueDate": "sample string 11",
          "CustomerName": "sample string 12",
          "CustomerNo": "sample string 13",
          "IsPartialAllowed": true
        }
      ],
      "GroupTotal": 6.0
    }
  ],
  "success": true,
  "code": "sample string 2",
  "message": "sample string 3",
  "errors": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<NoqoodyUserModels.GetQatarCoolNumbersResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QatarPay.Models">
  <code>sample string 2</code>
  <errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </errors>
  <message>sample string 3</message>
  <success>true</success>
  <GroupListWithQatarCoolNumbers>
    <NoqoodyUserModels.GroupListWithQatarCoolNumbersModel>
      <GroupCode>sample string 4</GroupCode>
      <GroupDescription>sample string 5</GroupDescription>
      <GroupID>2</GroupID>
      <GroupName>sample string 1</GroupName>
      <GroupTotal>6</GroupTotal>
      <IsActive>true</IsActive>
      <QatarCoolNumberList>
        <NoqoodyUserModels.QatarCoolNumberListModel>
          <AccountNumber>sample string 9</AccountNumber>
          <CurrentBill>7</CurrentBill>
          <CustomerName>sample string 12</CustomerName>
          <CustomerNo>sample string 13</CustomerNo>
          <GroupID>6</GroupID>
          <GroupName>sample string 5</GroupName>
          <IsActive>true</IsActive>
          <IsPartialAllowed>true</IsPartialAllowed>
          <PaymentDueDate>sample string 11</PaymentDueDate>
          <QID>sample string 3</QID>
          <QatarCoolNumber>sample string 2</QatarCoolNumber>
          <QatarCoolNumberID>1</QatarCoolNumberID>
          <SubscriberName>sample string 8</SubscriberName>
          <TotalOutstandingAmount>sample string 10</TotalOutstandingAmount>
        </NoqoodyUserModels.QatarCoolNumberListModel>
        <NoqoodyUserModels.QatarCoolNumberListModel>
          <AccountNumber>sample string 9</AccountNumber>
          <CurrentBill>7</CurrentBill>
          <CustomerName>sample string 12</CustomerName>
          <CustomerNo>sample string 13</CustomerNo>
          <GroupID>6</GroupID>
          <GroupName>sample string 5</GroupName>
          <IsActive>true</IsActive>
          <IsPartialAllowed>true</IsPartialAllowed>
          <PaymentDueDate>sample string 11</PaymentDueDate>
          <QID>sample string 3</QID>
          <QatarCoolNumber>sample string 2</QatarCoolNumber>
          <QatarCoolNumberID>1</QatarCoolNumberID>
          <SubscriberName>sample string 8</SubscriberName>
          <TotalOutstandingAmount>sample string 10</TotalOutstandingAmount>
        </NoqoodyUserModels.QatarCoolNumberListModel>
      </QatarCoolNumberList>
    </NoqoodyUserModels.GroupListWithQatarCoolNumbersModel>
    <NoqoodyUserModels.GroupListWithQatarCoolNumbersModel>
      <GroupCode>sample string 4</GroupCode>
      <GroupDescription>sample string 5</GroupDescription>
      <GroupID>2</GroupID>
      <GroupName>sample string 1</GroupName>
      <GroupTotal>6</GroupTotal>
      <IsActive>true</IsActive>
      <QatarCoolNumberList>
        <NoqoodyUserModels.QatarCoolNumberListModel>
          <AccountNumber>sample string 9</AccountNumber>
          <CurrentBill>7</CurrentBill>
          <CustomerName>sample string 12</CustomerName>
          <CustomerNo>sample string 13</CustomerNo>
          <GroupID>6</GroupID>
          <GroupName>sample string 5</GroupName>
          <IsActive>true</IsActive>
          <IsPartialAllowed>true</IsPartialAllowed>
          <PaymentDueDate>sample string 11</PaymentDueDate>
          <QID>sample string 3</QID>
          <QatarCoolNumber>sample string 2</QatarCoolNumber>
          <QatarCoolNumberID>1</QatarCoolNumberID>
          <SubscriberName>sample string 8</SubscriberName>
          <TotalOutstandingAmount>sample string 10</TotalOutstandingAmount>
        </NoqoodyUserModels.QatarCoolNumberListModel>
        <NoqoodyUserModels.QatarCoolNumberListModel>
          <AccountNumber>sample string 9</AccountNumber>
          <CurrentBill>7</CurrentBill>
          <CustomerName>sample string 12</CustomerName>
          <CustomerNo>sample string 13</CustomerNo>
          <GroupID>6</GroupID>
          <GroupName>sample string 5</GroupName>
          <IsActive>true</IsActive>
          <IsPartialAllowed>true</IsPartialAllowed>
          <PaymentDueDate>sample string 11</PaymentDueDate>
          <QID>sample string 3</QID>
          <QatarCoolNumber>sample string 2</QatarCoolNumber>
          <QatarCoolNumberID>1</QatarCoolNumberID>
          <SubscriberName>sample string 8</SubscriberName>
          <TotalOutstandingAmount>sample string 10</TotalOutstandingAmount>
        </NoqoodyUserModels.QatarCoolNumberListModel>
      </QatarCoolNumberList>
    </NoqoodyUserModels.GroupListWithQatarCoolNumbersModel>
  </GroupListWithQatarCoolNumbers>
</NoqoodyUserModels.GetQatarCoolNumbersResponse>