GET api/Letter/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Letter| Name | Description | Type | Additional information |
|---|---|---|---|
| Producttemplateid | integer |
None. |
|
| Districtid | integer |
None. |
|
| Template | string |
None. |
Response 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>