POST api/CostInvoiceTemplate11Detail/SaveData
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": "fb4c4abb-8da3-41d3-ba8b-0dbddeea055d",
"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>fb4c4abb-8da3-41d3-ba8b-0dbddeea055d</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.