GET api/CustomerDetail/CustomerDetailsARGet?custno={custno}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| custno | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"balance": "sample string 1",
"current": "sample string 2",
"thirty": "sample string 3",
"sixty": "sample string 4",
"ninenty": "sample string 5",
"overninenty": "sample string 6",
"onacct": "sample string 7"
}
text/xml
Sample:
<AR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EPDS.Model.Customer"> <balance>sample string 1</balance> <current>sample string 2</current> <ninenty>sample string 5</ninenty> <onacct>sample string 7</onacct> <overninenty>sample string 6</overninenty> <sixty>sample string 4</sixty> <thirty>sample string 3</thirty> </AR>