GET api/Dogs/Owner/{ownerNo2}/AccountInfo
Provides Debtor Account Info for Greg (restricted datacom).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ownerNo2 |
String OwnerNo |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerNo | integer |
None. |
|
| DebtorId | string |
None. |
|
| LineItems | Collection of LineItem |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ownerNo": 1,
"debtorId": "sample string 1",
"lineItems": [
{
"type": "sample string 1",
"referenceNumber": "sample string 2",
"amount": 1.0,
"detail": "sample string 3",
"chargeId": 1,
"date": "2026-07-12T22:38:01.9395951+12:00"
},
{
"type": "sample string 1",
"referenceNumber": "sample string 2",
"amount": 1.0,
"detail": "sample string 3",
"chargeId": 1,
"date": "2026-07-12T22:38:01.9395951+12:00"
}
],
"error": "sample string 2"
}