GET api/Lead/GetLeadTextAppointmentTemplates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LeadTextApptTemplateDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
TextApptTypeId | integer |
None. |
|
GroupId | integer |
None. |
|
CountryId | integer |
None. |
|
LeadOriginId | integer |
None. |
|
TextTemplate | string |
None. |
|
AttachDocument | integer |
None. |
|
TextTemplate1 | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "TextApptTypeId": 2, "GroupId": 1, "CountryId": 1, "LeadOriginId": 1, "TextTemplate": "sample string 3", "AttachDocument": 1, "TextTemplate1": "sample string 4" }, { "Id": 1, "TextApptTypeId": 2, "GroupId": 1, "CountryId": 1, "LeadOriginId": 1, "TextTemplate": "sample string 3", "AttachDocument": 1, "TextTemplate1": "sample string 4" } ]