POST api/City?statecode={statecode}&keyword={keyword}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| statecode | string |
Required |
|
| keyword | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of City| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| StateId | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| StatusId | integer |
None. |
|
| State | State |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.