POST api/TablesManagement/AduIcd9?type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

Body Parameters

Icd9Diagnosis
NameDescriptionTypeAdditional information
autoCode

integer

None.

Icd9Code

string

Required

String length: inclusive between 0 and 10

Icd9Code2

string

Required

String length: inclusive between 0 and 10

shortDescription

string

Required

String length: inclusive between 0 and 50

fullDescription

string

Required

String length: inclusive between 0 and 400

typeCode

integer

Required

isMalignant

string

Matching regular expression pattern: ^[yn]{1}$

String length: inclusive between 0 and 1

interface_code

string

None.

old_code

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "autoCode": 1,
  "Icd9Code": "sample string 2",
  "Icd9Code2": "sample string 3",
  "shortDescription": "sample string 4",
  "fullDescription": "sample string 5",
  "typeCode": 6,
  "isMalignant": "sample string 7",
  "interface_code": "sample string 8",
  "old_code": 1
}

application/xml, text/xml

Sample:
<Icd9Diagnosis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <Icd9Code>sample string 2</Icd9Code>
  <Icd9Code2>sample string 3</Icd9Code2>
  <autoCode>1</autoCode>
  <fullDescription>sample string 5</fullDescription>
  <interface_code>sample string 8</interface_code>
  <isMalignant>sample string 7</isMalignant>
  <old_code>1</old_code>
  <shortDescription>sample string 4</shortDescription>
  <typeCode>6</typeCode>
</Icd9Diagnosis>

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 'Icd9Diagnosis'.

application/bson

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

Response Information

Resource Description

None.