GET api/BillingDetails/GetMasterSubBillingHistory/{masterCustomerID}/{companyID}?portalUserID={portalUserID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
masterCustomerID | string |
Required |
|
companyID | integer |
Required |
|
portalUserID | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of GroupStatementSummaryName | Description | Type | Additional information |
---|---|---|---|
StatementID | string |
None. |
|
StatementDate | string |
None. |
|
BalFwdAmt | decimal number |
None. |
|
CurrAmt | decimal number |
None. |
|
PayAdjAmt | decimal number |
None. |
|
DueAmt | decimal number |
None. |
|
StatementDueDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "StatementID": "sample string 1", "StatementDate": "sample string 2", "BalFwdAmt": 1.0, "CurrAmt": 1.0, "PayAdjAmt": 1.0, "DueAmt": 1.0, "StatementDueDate": "sample string 3" }, { "StatementID": "sample string 1", "StatementDate": "sample string 2", "BalFwdAmt": 1.0, "CurrAmt": 1.0, "PayAdjAmt": 1.0, "DueAmt": 1.0, "StatementDueDate": "sample string 3" } ]