Class DataFieldValue
Properties
NAME | TYPE | DESCRIPTION |
---|---|---|
FieldName | string | The dynamic field name used to capture custom values. |
Value | string | The value the user input. |
CustomerFields
FieldName | Description | Notes |
---|---|---|
Address1 | Address | Max length is 50 characters |
Address2 | Suite/APT# | Max length is 50 characters |
City | City | Max length is 40 characters |
State | State/Region | Max length is 2 characters |
PostalCode | Postal Code | Max length is 10 characters |
Country | Country | Max length is 40 characters |
CustomerNumber | Unique identifier for the customer in the system. A unique value will be auto generated if one is not supplied. | Max length is 50 characters |
DaytimePhone | Daytime Phone | Max length is 14 characters |
DaytimePhoneExt | Daytime Phone Extension | Max length is 6 characters |
EveningPhone | Evening Phone | Max length is 14 characters |
EveningPhoneExt | Evening Phone Extension | Max length is 6 characters |
DLNumber | Driver's License Number | Max length is 50 characters. Required when CustomerType is 'Individual' and config setting is set to required. |
DLState | Driver's License State | Max length is 2 characters. Required when CustomerType is 'Individual' and config setting is set to required. |
Max length is 60 characters | ||
Fax | Fax Number | Max length is 20 characters |
FirstName | First Name | Max length is 30 characters. Required when CustomerType is 'Individual' or config setting is set to required. |
LastName | This field should contain the company name when CustomerType is 'Business' or the last name when CustomerType is 'Individual'. | Max length is 60 characters. Required field. |
SSNFedTaxID | This field should contain the Federal Tax ID when CustomerType is 'Business' or the SSN when CustomerType is 'Individual'. | Max length is 15 characters |
CustomerData1 | Customer Data 1 | Max length is 50 characters |
CustomerData2 | Customer Data 2 | Max length is 50 characters |
CustomerData3 | Customer Data 3 | Max length is 50 characters |
Examples
{
"__type": "DataFieldValue:#JackHenry.Eps.Mobile.RDC",
"FieldName": "String Content",
"Value": "String Content"
}