cURL
curl --request POST \ --url https://tms.universal.rollout.com/api/people \ --header 'Content-Type: application/json' \ --data ' { "firstName": "<string>", "lastName": "<string>", "stage": "<string>", "stageId": "<string>", "assignedUserId": "<string>", "assignedPondId": "<string>", "officeId": "<string>", "timeframeId": "<string>", "emails": [ { "value": "<string>", "type": "<string>", "status": "<string>", "isPrimary": true } ], "phones": [ { "value": "<string>", "type": "<string>", "status": "<string>", "isPrimary": true } ], "addresses": [ { "type": "<string>", "street": "<string>", "city": "<string>", "state": "<string>", "code": "<string>", "country": "<string>" } ], "tags": [ "<string>" ], "source": "<string>", "systemSource": "<string>", "averageBeds": 123, "averagePrice": 123, "birthday": "<string>", "rating": 123, "lastActivity": "<string>", "lastActivityType": "<string>", "contactTypes": [ "<string>" ], "jobTitle": "<string>", "companyName": "<string>", "communicationsConsent": { "email": true, "call": true, "text": true, "massEmail": true, "postalMail": true, "visit": true }, "sourceId": "<string>" } '
{ "id": "<string>", "name": "<string>", "firstName": "<string>", "lastName": "<string>", "assignedUserId": "<string>", "assignedPondId": "<string>", "officeId": "<string>", "timeframeId": "<string>", "stage": "<string>", "stageId": "<string>", "tags": [ "<string>" ], "originalIds": {}, "original": {}, "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "addresses": [ { "type": "<string>", "street": "<string>", "city": "<string>", "state": "<string>", "code": "<string>", "country": "<string>" } ], "emails": [ { "value": "<string>", "type": "<string>", "status": "<string>", "isPrimary": true } ], "phones": [ { "value": "<string>", "type": "<string>", "status": "<string>", "isPrimary": true } ], "source": "<string>", "sourceId": "<string>", "systemSource": "<string>", "averageBeds": 123, "averagePrice": 123, "birthday": "<string>", "lastActivity": "<string>", "lastActivityType": "<string>", "contactTypes": [ "<string>" ], "jobTitle": "<string>", "companyName": "<string>", "communicationsConsent": { "email": true, "call": true, "text": true, "massEmail": true, "postalMail": true, "visit": true } }
Show child attributes
Created