POST api/LPA/DeleteMaterialData
Request Information
URI Parameters
None.
Body Parameters
Collection of LPASvcDeleteMaterialMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| MaterialCode | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"MaterialCode": "sample string 1"
},
{
"MaterialCode": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfLPASvcDeleteMaterialMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.LPA">
<LPASvcDeleteMaterialMDL>
<MaterialCode>sample string 1</MaterialCode>
</LPASvcDeleteMaterialMDL>
<LPASvcDeleteMaterialMDL>
<MaterialCode>sample string 1</MaterialCode>
</LPASvcDeleteMaterialMDL>
</ArrayOfLPASvcDeleteMaterialMDL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Description | string |
None. |
|
| Result | boolean |
None. |
|
| Data | Object |
None. |
|
| status | integer |
None. |
|
| TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Description": "sample string 2",
"Result": true,
"Data": {},
"status": 5,
"TotalCount": 6
}
application/xml, text/xml
Sample:
<ServiceResultOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.FTSServices"> <Data /> <Description>sample string 2</Description> <Message>sample string 1</Message> <Result>true</Result> <TotalCount>6</TotalCount> <status>5</status> </ServiceResultOfanyType>