GET api/Locations/PMCode?placeType={placeType}&locationId={locationId}&locationItemType={locationItemType}

Gets a location's procedure modifier code.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
placeType

The address or location type as specified in the generic dictionary.

string

None.

locationId

The location ID if looking up the PM code for a location where the placeType is unknown.

integer

Default value is 0

locationItemType

The type of the Location (can be either Address or Location).

LocationItemType

Default value is Location

Body Parameters

None.

Response Information

Resource Description

The corresponding PM code for the specified Location or Address.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.