GET LookUpApi/DamageAmountCodes?SessionId={SessionId}&locationLookup={locationLookup}&categorycode={categorycode}&isNewCase={isNewCase}&PageNumber={PageNumber}&PageSize={PageSize}&Term={Term}&Code={Code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SessionId

Session GUID

string

Required

locationLookup

Selected Location value

string

Required

categorycode

Case category value

string

Required

isNewCase

Whether Case is new or existing

bool

Required

Code

DamgeAmount Code

string

Optional

Body Parameters

None.

Response Information

Response Formats

application/json, text/json

Sample:
   [
    {
        "Value": "160590",
        "Text": "Less than $100,000 and non-monetary relief",
        "Selected": false
    },
    {
        "Value": "160589",
        "Text": "Less than $100,000 including damages of any kind",
        "Selected": false
    },
    {
        "Value": "160593",
        "Text": "Over $1,000,000",
        "Selected": false
    },
    {
        "Value": "160591",
        "Text": "Over $100,000 but not more than $200,000",
        "Selected": false
    },
    {
        "Value": "160592",
        "Text": "Over $200,000 but not more than $1,000,000",
        "Selected": false
    }
]