GET api/Candidate/GetAllMappingForOffice?officeId={officeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
officeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OfficeMapDTOName | Description | Type | Additional information |
---|---|---|---|
ZipCode | string |
None. |
|
OfficeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ZipCode": "sample string 1", "OfficeId": 1 }, { "ZipCode": "sample string 1", "OfficeId": 1 } ]