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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

Body Parameters

AutoComplete
NameDescriptionTypeAdditional information
autoCode

integer

None.

completeName

string

Required

String length: inclusive between 0 and 30

completeContent

string

Required

String length: inclusive between 0 and 10000

completeTypeName

string

Required

String length: inclusive between 0 and 15

Request Formats

application/json, text/json

Sample:
{
  "autoCode": 1,
  "completeName": "sample string 2",
  "completeContent": "sample string 3",
  "completeTypeName": "sample string 4"
}

application/xml, text/xml

Sample:
<AutoComplete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <autoCode>1</autoCode>
  <completeContent>sample string 3</completeContent>
  <completeName>sample string 2</completeName>
  <completeTypeName>sample string 4</completeTypeName>
</AutoComplete>

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

application/bson

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

Response Information

Resource Description

None.