POST api/TablesManagement/AduIcd9Link?pType={pType}&applyAll={applyAll}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pType

string

Required

applyAll

boolean

Required

Body Parameters

Icd9ForOper
NameDescriptionTypeAdditional information
oper_code

integer

None.

Icd9_code

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "oper_code": 1,
  "Icd9_code": 2
}

application/xml, text/xml

Sample:
<Icd9ForOper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <Icd9_code>2</Icd9_code>
  <oper_code>1</oper_code>
</Icd9ForOper>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Icd9ForOper'.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

None.