PUT applicant/{applicantId}/ServiceAreas
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicantId | integer |
Required |
Body Parameters
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. |
Request 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.
application/x-www-form-urlencoded
Sample:
Sample not available.
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.