POST api/ASMMaster/AddOnSave
Request Information
URI Parameters
None.
Body Parameters
tble_addon_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Addon_ID | integer |
None. |
|
| Addon_Type | string |
None. |
|
| Asset_Type | integer |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Addon_ID": 1,
"Addon_Type": "sample string 2",
"Asset_Type": 1,
"Status": 1
}
application/xml, text/xml
Sample:
<tble_addon_Master xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASM_API.Models"> <Addon_ID>1</Addon_ID> <Addon_Type>sample string 2</Addon_Type> <Asset_Type>1</Asset_Type> <Status>1</Status> </tble_addon_Master>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |