GET api/MGDReport/GetReceivableCustomerTransaction?BranchId={BranchId}&CustGroup={CustGroup}&Person={Person}&CustomerId={CustomerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BranchId

integer

Required

CustGroup

string

Required

Person

string

Required

CustomerId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RecSummaryCustomerTrans
NameDescriptionTypeAdditional information
CustomerId

string

None.

CustName

string

None.

TransDate

string

None.

DueDate

string

None.

Voucher

string

None.

Invoice

string

None.

Phone

string

None.

Address

string

None.

Total

integer

None.

AmountCurMonth

integer

None.

Amount_1Month

integer

None.

Amount_2Month

integer

None.

Amount_3Month

integer

None.

Amount_4Month

integer

None.

Amount_Rest

integer

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerId": "sample string 1",
    "CustName": "sample string 2",
    "TransDate": "sample string 3",
    "DueDate": "sample string 4",
    "Voucher": "sample string 5",
    "Invoice": "sample string 6",
    "Phone": "sample string 7",
    "Address": "sample string 8",
    "Total": 9,
    "AmountCurMonth": 10,
    "Amount_1Month": 11,
    "Amount_2Month": 12,
    "Amount_3Month": 13,
    "Amount_4Month": 14,
    "Amount_Rest": 15,
    "Description": "sample string 16"
  },
  {
    "CustomerId": "sample string 1",
    "CustName": "sample string 2",
    "TransDate": "sample string 3",
    "DueDate": "sample string 4",
    "Voucher": "sample string 5",
    "Invoice": "sample string 6",
    "Phone": "sample string 7",
    "Address": "sample string 8",
    "Total": 9,
    "AmountCurMonth": 10,
    "Amount_1Month": 11,
    "Amount_2Month": 12,
    "Amount_3Month": 13,
    "Amount_4Month": 14,
    "Amount_Rest": 15,
    "Description": "sample string 16"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRecSummaryCustomerTrans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
  <RecSummaryCustomerTrans>
    <Address>sample string 8</Address>
    <AmountCurMonth>10</AmountCurMonth>
    <Amount_1Month>11</Amount_1Month>
    <Amount_2Month>12</Amount_2Month>
    <Amount_3Month>13</Amount_3Month>
    <Amount_4Month>14</Amount_4Month>
    <Amount_Rest>15</Amount_Rest>
    <CustName>sample string 2</CustName>
    <CustomerId>sample string 1</CustomerId>
    <Description>sample string 16</Description>
    <DueDate>sample string 4</DueDate>
    <Invoice>sample string 6</Invoice>
    <Phone>sample string 7</Phone>
    <Total>9</Total>
    <TransDate>sample string 3</TransDate>
    <Voucher>sample string 5</Voucher>
  </RecSummaryCustomerTrans>
  <RecSummaryCustomerTrans>
    <Address>sample string 8</Address>
    <AmountCurMonth>10</AmountCurMonth>
    <Amount_1Month>11</Amount_1Month>
    <Amount_2Month>12</Amount_2Month>
    <Amount_3Month>13</Amount_3Month>
    <Amount_4Month>14</Amount_4Month>
    <Amount_Rest>15</Amount_Rest>
    <CustName>sample string 2</CustName>
    <CustomerId>sample string 1</CustomerId>
    <Description>sample string 16</Description>
    <DueDate>sample string 4</DueDate>
    <Invoice>sample string 6</Invoice>
    <Phone>sample string 7</Phone>
    <Total>9</Total>
    <TransDate>sample string 3</TransDate>
    <Voucher>sample string 5</Voucher>
  </RecSummaryCustomerTrans>
</ArrayOfRecSummaryCustomerTrans>