POST api/Letter/Delete
Request Information
URI Parameters
None.
Body Parameters
Letter| Name | Description | Type | Additional information |
|---|---|---|---|
| Producttemplateid | integer |
None. |
|
| Districtid | integer |
None. |
|
| Template | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Producttemplateid": 1,
"Districtid": 2,
"Template": "sample string 3"
}
application/xml, text/xml
Sample:
<Letter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject"> <Districtid>2</Districtid> <Producttemplateid>1</Producttemplateid> <Template>sample string 3</Template> </Letter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.