Name | Description | Type | Additional information |
---|---|---|---|
workOrderId | integer |
Required |
Name | Description | Type | Additional information |
---|---|---|---|
IsSubjectEnable | boolean | None. | |
Subject | string | None. | |
Body | string | None. |
{ "isSubjectEnable": true, "subject": "sample string 2", "body": "sample string 3" }
<EmailTemplateViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/fmPilot.API.Internal.Models"> <Body>sample string 3</Body> <IsSubjectEnable>true</IsSubjectEnable> <Subject>sample string 2</Subject> </EmailTemplateViewModel>