POST api/ImageApp/UpdateSort
Request Information
URI Parameters
None.
Body Parameters
RestAppModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SecretKey | string |
None. |
|
| ObjectCode | integer |
None. |
|
| TableGuid | globally unique identifier |
None. |
|
| Data | Object |
None. |
|
| Error | boolean |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SecretKey": "sample string 1",
"ObjectCode": 1,
"TableGuid": "083da6b4-c751-4647-8012-2852471b575d",
"Data": {},
"Error": true,
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<RestAppModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqApiModels"> <Data /> <Error>true</Error> <Message>sample string 3</Message> <ObjectCode>1</ObjectCode> <SecretKey>sample string 1</SecretKey> <TableGuid>083da6b4-c751-4647-8012-2852471b575d</TableGuid> </RestAppModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.