GET api/Ref_LetterTemplateField/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RefLettertemplatefield| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Lettertemplateid | integer |
None. |
|
| Field | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Lettertemplateid": 2,
"Field": "sample string 3"
}
application/xml, text/xml
Sample:
<RefLettertemplatefield xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject"> <Field>sample string 3</Field> <Id>1</Id> <Lettertemplateid>2</Lettertemplateid> </RefLettertemplatefield>