POST api/Master/PostSubModuleMaster
Request Information
URI Parameters
None.
Body Parameters
SubModuleMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| SM_REQUESTED_BY | integer |
None. |
|
| SM_ID | integer |
None. |
|
| SM_NAME | string |
None. |
|
| SM_SERIAL | integer |
None. |
|
| SM_STATUS | string |
None. |
|
| SM_MM_ID | integer |
None. |
|
| SM_CREATED_BY | integer |
None. |
|
| SM_M_ID | string |
None. |
|
| SM_ICON | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SM_REQUESTED_BY": 1,
"SM_ID": 1,
"SM_NAME": "sample string 1",
"SM_SERIAL": 1,
"SM_STATUS": "sample string 2",
"SM_MM_ID": 1,
"SM_CREATED_BY": 1,
"SM_M_ID": "sample string 3",
"SM_ICON": "sample string 4"
}
application/xml, text/xml
Sample:
<SubModuleMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <SM_CREATED_BY>1</SM_CREATED_BY> <SM_ICON>sample string 4</SM_ICON> <SM_ID>1</SM_ID> <SM_MM_ID>1</SM_MM_ID> <SM_M_ID>sample string 3</SM_M_ID> <SM_NAME>sample string 1</SM_NAME> <SM_REQUESTED_BY>1</SM_REQUESTED_BY> <SM_SERIAL>1</SM_SERIAL> <SM_STATUS>sample string 2</SM_STATUS> </SubModuleMaster>
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. |