GET api/assessments/Getassessment?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
assessment| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | None. | |
| acct | integer | None. | |
| newpin | string | None. | |
| location | string | None. | |
| orglevy | string | None. | |
| totprincipal | string | None. | |
| totinterest | string | None. | |
| bal | string | None. | |
| levydate | string | None. | |
| assmnttyp | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "id": 1,
  "acct": 2,
  "newpin": "sample string 3",
  "location": "sample string 4",
  "orglevy": "sample string 5",
  "totprincipal": "sample string 6",
  "totinterest": "sample string 7",
  "bal": "sample string 8",
  "levydate": "sample string 9",
  "assmnttyp": 1
}
        application/xml, text/xml
            Sample:
        <assessment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CityWebApi"> <acct>2</acct> <assmnttyp>1</assmnttyp> <bal>sample string 8</bal> <id>1</id> <levydate>sample string 9</levydate> <location>sample string 4</location> <newpin>sample string 3</newpin> <orglevy>sample string 5</orglevy> <totinterest>sample string 7</totinterest> <totprincipal>sample string 6</totprincipal> </assessment>
text/javascript, application/javascript, application/json-p
            Sample:
/**/ typeof  === 'function' && ({"id":1,"acct":2,"newpin":"sample string 3","location":"sample string 4","orglevy":"sample string 5","totprincipal":"sample string 6","totinterest":"sample string 7","bal":"sample string 8","levydate":"sample string 9","assmnttyp":1});