SmartMover V3:JSON Request: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[SmartMover V3|← SmartMover V3]] | |||
{{CustomTOC}} | |||
==Sample JSON Request== | ==Sample JSON Request== | ||
<pre> | <pre> | ||
Line 13: | Line 13: | ||
"OptSmartMoverListName":"", | "OptSmartMoverListName":"", | ||
"Records": | "Records": | ||
[{"RecordID":"0", | |||
"Company":"melissa data", | |||
"NameFull":"", | |||
"NameFirst":"", | |||
"NameMiddle":"", | |||
"NameLast":"", | |||
"NamePrefix":"", | |||
"NameSuffix":"", | |||
"AddressLine1":"22382 avenida empresa", | |||
"AddressLine2":"", | |||
"Suite":"", | |||
"PrivateMailbox":"", | |||
"Urbanization":"", | |||
"City":"rancho santa margarita", | |||
"State":"ca", | |||
"PostalCode":"92688", | |||
"Plus4":"", | |||
"Country":""}] | |||
} | } | ||
</pre> | </pre> |
Latest revision as of 23:46, 5 January 2018
Sample JSON Request
{"TransmissionReference":"Test", "Actions":"", "Options":"ProcessingType:Standard,ListOwnerFreqProcessing:1,NumberOfMonthsRequested:48", "Columns":"", "CustomerID":"XXXXXXXXX", "PAFId":"", "JobID":"", "ExecutionID":"1", "OptSmartMoverListName":"", "Records": [{"RecordID":"0", "Company":"melissa data", "NameFull":"", "NameFirst":"", "NameMiddle":"", "NameLast":"", "NamePrefix":"", "NameSuffix":"", "AddressLine1":"22382 avenida empresa", "AddressLine2":"", "Suite":"", "PrivateMailbox":"", "Urbanization":"", "City":"rancho santa margarita", "State":"ca", "PostalCode":"92688", "Plus4":"", "Country":""}] }