GET applicant/{applicantId}/States/{stateId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicantId | integer |
Required |
|
| stateId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
State| Name | Description | Type | Additional information |
|---|---|---|---|
| StateID | integer |
None. |
|
| Abbreviation | string |
String length: inclusive between 0 and 2 |
|
| Description | string |
String length: inclusive between 0 and 25 |
|
| ProfLiabilityBurden | decimal number |
None. |
|
| WorkersCompBurden | decimal number |
None. |
|
| FedTaxBurden | decimal number |
None. |
|
| StateUnemploymentBurden | decimal number |
None. |
|
| FedUnemploymentBurden | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"StateID": 1,
"Abbreviation": "sample string 2",
"Description": "sample string 3",
"ProfLiabilityBurden": 1.0,
"WorkersCompBurden": 1.0,
"FedTaxBurden": 1.0,
"StateUnemploymentBurden": 1.0,
"FedUnemploymentBurden": 1.0
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.