POST Sync/M/UploadTables

Request Information

URI Parameters

None.

Body Parameters

UploadTablesDataParm
NameDescriptionTypeAdditional information
basicData

Collection of BasicData

None.

CN

string

None.

UserName

string

None.

Password

string

None.

LoginType

string

None.

WithPass

string

None.

JTID

string

None.

CIID

string

None.

BIID

string

None.

UserID

string

None.

UIDKey

string

None.

SUID

string

None.

Tables

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
{
  "basicData": null,
  "CN": "sample string 1",
  "UserName": "sample string 2",
  "Password": "sample string 3",
  "LoginType": "sample string 4",
  "WithPass": "sample string 5",
  "JTID": "sample string 6",
  "CIID": "sample string 7",
  "BIID": "sample string 8",
  "UserID": "sample string 9",
  "UIDKey": "sample string 10",
  "SUID": "sample string 11",
  "Tables": null
}

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Newtonsoft.Json.Linq.JToken' is a recursive collection data contract which is not supported. Consider modifying the definition of collection 'Newtonsoft.Json.Linq.JToken' to remove references to itself.

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.