POST api/TablesManagement/ADUCpt4?pType={pType}&pOldCode={pOldCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pType | string |
Required |
|
| pOldCode | string |
Required |
Body Parameters
Cpt4Code| Name | Description | Type | Additional information |
|---|---|---|---|
| cpt4_code | string |
String length: inclusive between 0 and 10 |
|
| cpt4_text | string |
Required String length: inclusive between 0 and 30 |
|
| interface_code | string |
String length: inclusive between 0 and 10 |
|
| old_code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cpt4_code": "sample string 1",
"cpt4_text": "sample string 2",
"interface_code": "sample string 3",
"old_code": "sample string 4"
}
application/xml, text/xml
Sample:
<Cpt4Code xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <cpt4_code>sample string 1</cpt4_code> <cpt4_text>sample string 2</cpt4_text> <interface_code>sample string 3</interface_code> <old_code>sample string 4</old_code> </Cpt4Code>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
Cpt4Code| Name | Description | Type | Additional information |
|---|---|---|---|
| cpt4_code | string |
String length: inclusive between 0 and 10 |
|
| cpt4_text | string |
Required String length: inclusive between 0 and 30 |
|
| interface_code | string |
String length: inclusive between 0 and 10 |
|
| old_code | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"cpt4_code": "sample string 1",
"cpt4_text": "sample string 2",
"interface_code": "sample string 3",
"old_code": "sample string 4"
}
application/xml, text/xml
Sample:
<Cpt4Code xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <cpt4_code>sample string 1</cpt4_code> <cpt4_text>sample string 2</cpt4_text> <interface_code>sample string 3</interface_code> <old_code>sample string 4</old_code> </Cpt4Code>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.