GET api/General/General_GetUSStates/{companyID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of USStatesName | Description | Type | Additional information |
---|---|---|---|
StateAbbre | string |
None. |
|
StateName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "StateAbbre": "sample string 1", "StateName": "sample string 2" }, { "StateAbbre": "sample string 1", "StateName": "sample string 2" } ]