...
Info |
---|
This Example Project demonstrates how to consume this API endpoint within a C# project. |
URI: https://api.onlinephotosubmissioncloudcard.comus/person
HTTP Method: POST
...
sendInvitation=[true|false]
default istrue
IfsendInvitation
isfalse
, cardholders will not receive an email invitation.
IfsendInvitation
istrue
(or not specified), an email invitation will be sent to the cardholder.
Note |
---|
DEPRECATION NOTICE: The old URI |
Example HTTP Request Body - Email Only
...
Code Block | ||
---|---|---|
| ||
{ "email": "jon.doe@foo.edu", "identifier":"ABC123", "emailGroupNamecardholderGroupName":"Online Students", "additionalPhotoRequired":true, "enabled":true, "customFields":{ "Last_Name":"Card", "First Name":"Carry A", "Upload Date":"2017 - 06 - 22 11:17AM", "Batch":"1" } } |
...