POST api/CloudSync/UpdateInformation

Request Information

URI Parameters

None.

Body Parameters

SyncApiModel
NameDescriptionTypeAdditional information
SecretKey

string

None.

TableCode

IQTableCodes

None.

TableGuid

globally unique identifier

None.

Data

Object

None.

Admin

Object

None.

Error

boolean

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SecretKey": "sample string 1",
  "TableCode": 0,
  "TableGuid": "cca04121-5dee-41e4-bcd4-62e8274f74a8",
  "Data": {},
  "Admin": {},
  "Error": true,
  "Message": "sample string 4"
}

application/xml, text/xml

Sample:
<SyncApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.CloudModels">
  <Admin />
  <Data />
  <Error>true</Error>
  <Message>sample string 4</Message>
  <SecretKey>sample string 1</SecretKey>
  <TableCode>Other</TableCode>
  <TableGuid>cca04121-5dee-41e4-bcd4-62e8274f74a8</TableGuid>
</SyncApiModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.