POST api/TablesManagement/AduAutoComplete?type={type}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type | string |
Required |
Body Parameters
AutoCompleteName | Description | Type | Additional 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:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
None.