Example: Synchronizing Person Data with POS
jsonCopy code{
"personId": "12345",
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"phoneNumber": "+1234567890",
"address": {
"line1": "123 Snowy Lane",
"line2": "",
"city": "Snowville",
"state": "CO",
"postalCode": "80020",
"country": "USA"
},
"dob": "1980-01-01",
"gender": "Male"
}API Documentation Page: Synchronize Person Data with POS
Last updated
Was this helpful?
