POST api/ImageApp/Save
Request Information
URI Parameters
None.
Body Parameters
RestAppModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SecretKey | string |
None. |
|
| TableCode | IQTableCodes |
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",
"TableCode": 0,
"TableGuid": "98e1417e-e0e2-4d8c-a246-05bc86f53159",
"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> <SecretKey>sample string 1</SecretKey> <TableCode>Other</TableCode> <TableGuid>98e1417e-e0e2-4d8c-a246-05bc86f53159</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.