properties emailtemplatefields (http://api.3plcentral.com/rels/properties/emailtemplatefields)
Resource:
email template substitution fields
C# Rel Const:
Rels.PropertySvc.EmailTemplateFields
URI template:
emailtemplatefields{?type}
Obtain URI from:
Get lists of Substitution Fields usable in an email template
Success status: 200
Name (* = required) Data Type Description
type * Common.Enum.EmailTemplateType A member of the EmailTemplateType enumeration in string form
- ItemCreateUpdate
- Receive
- ReceiveConfirmation
- OrderCreate
- OrderUpdate
- CustOrderShip
- Adjustment
- OrderCustCreate
- ShipToOrderShip
- FTPOrdImportFail
- ASNConfNotRcvd
- OrdersCreateFTP
- ItemMinReached
- LocMinReached
- ASNCreate
- OrderLoadedComplete
- OrderLoadedIncomplete
- PackedComplete
- ProductExpiration
- FTPRcvImportFail
- InvoiceDelivered
- StockStatusExportFailure
- CustomReportExportFailure
- ItemImportFailure
- InvoicePreview
- InventoryOnHold
- InventoryOffHold
- InventoryTransferToCust
- InventoryTransferFromCust
Type Description
EmailTemplateType Common.Enum.EmailTemplateType
- 1: ItemCreateUpdate
- 2: Receive
- 3: ReceiveConfirmation
- 4: OrderCreate
- 5: OrderUpdate
- 6: CustOrderShip
- 7: Adjustment
- 8: OrderCustCreate
- 9: ShipToOrderShip
- 10: FTPOrdImportFail
- 11: ASNConfNotRcvd
- 12: OrdersCreateFTP
- 13: ItemMinReached
- 14: LocMinReached
- 15: ASNCreate
- 16: OrderLoadedComplete
- 17: OrderLoadedIncomplete
- 18: PackedComplete
- 19: ProductExpiration
- 26: FTPRcvImportFail
- 27: InvoiceDelivered
- 28: StockStatusExportFailure
- 29: CustomReportExportFailure
- 30: ItemImportFailure
- 33: InvoicePreview
- 34: InventoryOnHold
- 35: InventoryOffHold
- 36: InventoryTransferToCust
- 37: InventoryTransferFromCust
Fields IEnumerable<string> The names of Substitution Fields usable in the subject or body of an email template
ListFields IEnumerable<string> The names of Substitution Fields usable in a list in an email template
Sample accept: application/hal+json
{
  "emailTemplateType": 1,
  "fields": [
    "str"
  ],
  "listFields": [
    "str"
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.