POST api/Lead/FetchLeadTextAppointmentTemplates?syncVersion={syncVersion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| syncVersion | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LeadTextApptTemplateDTO| Name | 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. |
|
| StateId | integer |
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",
"StateId": 1
},
{
"Id": 1,
"TextApptTypeId": 2,
"GroupId": 1,
"CountryId": 1,
"LeadOriginId": 1,
"TextTemplate": "sample string 3",
"AttachDocument": 1,
"TextTemplate1": "sample string 4",
"StateId": 1
}
]