POST api/v1/AccModelLinkSave
Request Information
URI Parameters
None.
Body Parameters
AccModelLinkSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ModelID | integer |
None. |
|
| CompID | integer |
None. |
|
| LocID | integer |
None. |
|
| UserID | integer |
None. |
|
| Mode | string |
None. |
|
| jsonGST | string |
None. |
|
| jsonModelAcc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ModelID": 1,
"CompID": 2,
"LocID": 3,
"UserID": 4,
"Mode": "sample string 5",
"jsonGST": "sample string 6",
"jsonModelAcc": "sample string 7"
}
application/xml, text/xml
Sample:
<AccModelLinkSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>2</CompID> <LocID>3</LocID> <Mode>sample string 5</Mode> <ModelID>1</ModelID> <UserID>4</UserID> <jsonGST>sample string 6</jsonGST> <jsonModelAcc>sample string 7</jsonModelAcc> </AccModelLinkSaveInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |