POST api/BomTemplate/DeleteBomTemplate
Request Information
URI Parameters
None.
Body Parameters
BomTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| errMsg | string |
None. |
|
| response | boolean |
None. |
|
| ds | DataSet |
None. |
|
| BOM_TEMPLATE_ID | integer |
None. |
|
| BOM_TEMPLATE_NAME | string |
None. |
|
| CATEGORY_NAME | string |
None. |
|
| CATEGORY_ID | integer |
None. |
|
| BOM_TEMPLATE_DT_ID | integer |
None. |
|
| BOM_XML | string |
None. |
|
| DELETEACTION | integer |
None. |
|
| userId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"errMsg": "sample string 1",
"response": true,
"ds": null,
"BOM_TEMPLATE_ID": 3,
"BOM_TEMPLATE_NAME": "sample string 4",
"CATEGORY_NAME": "sample string 5",
"CATEGORY_ID": 6,
"BOM_TEMPLATE_DT_ID": 7,
"BOM_XML": "sample string 8",
"DELETEACTION": 9,
"userId": 10
}
application/xml, text/xml
Sample:
<BomTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models"> <BOM_TEMPLATE_DT_ID>7</BOM_TEMPLATE_DT_ID> <BOM_TEMPLATE_ID>3</BOM_TEMPLATE_ID> <BOM_TEMPLATE_NAME>sample string 4</BOM_TEMPLATE_NAME> <BOM_XML>sample string 8</BOM_XML> <CATEGORY_ID>6</CATEGORY_ID> <CATEGORY_NAME>sample string 5</CATEGORY_NAME> <DELETEACTION>9</DELETEACTION> <ds i:nil="true" /> <errMsg>sample string 1</errMsg> <response>true</response> <userId>10</userId> </BomTemplate>
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.