GET api/Lead/GetLeadImageConversionTemplates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LeadImageConversionTemplateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Placeholder | string |
None. |
|
| PropertyName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Placeholder": "sample string 1",
"PropertyName": "sample string 2"
},
{
"Placeholder": "sample string 1",
"PropertyName": "sample string 2"
}
]