Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 is true
    If sendInvitation is false, cardholders will not receive an email invitation.
    If sendInvitation is true (or not specified), an email invitation will be sent to the cardholder.

Note

DEPRECATION NOTICE: The old URI https://api.onlinephotosubmission.com/api/people is now deprecated and will no longer be supported after January 1, 2023.

Example HTTP Request Body - Email Only

...

Code Block
languagejson
{
  "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"
  }
}

...