GET applicant/{applicantId}/ServiceAreas/{serviceAreaId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicantId | integer |
Required |
|
| serviceAreaId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceArea| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceAreaID | integer |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
|
| InActive | byte |
None. |
|
| HCPCS | string |
None. |
|
| RevenueCode | string |
None. |
|
| RevenueCodeID | integer |
None. |
|
| PBJCodeID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServiceAreaID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"InActive": 64,
"HCPCS": "sample string 4",
"RevenueCode": "sample string 5",
"RevenueCodeID": 1,
"PBJCodeID": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.