GET api/Ref_LetterTemplateField
Request Information
URI Parameters
None.
Body Parameters
Collection of ICriterionNone.
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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"
},
{
"Id": 1,
"Lettertemplateid": 2,
"Field": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfRefLettertemplatefield xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject">
<RefLettertemplatefield>
<Field>sample string 3</Field>
<Id>1</Id>
<Lettertemplateid>2</Lettertemplateid>
</RefLettertemplatefield>
<RefLettertemplatefield>
<Field>sample string 3</Field>
<Id>1</Id>
<Lettertemplateid>2</Lettertemplateid>
</RefLettertemplatefield>
</ArrayOfRefLettertemplatefield>