Versions Compared

Key

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

...

Example HTTP Request Body
Code Block
{ empty }// No request body
Example Response
Code Block
 200 OK
	{
		"class": "us.cloudcard.PhotoRequirement",
		"id": 1,
		"hidden": false,
		"listIndex": 0,
		"organization": {
			"class": "us.cloudcard.Organization",
			"id": 2
			},
		"requirement": "Should be cropped slightly above head to middle of chest",
		"uniqueName": "Crop"
	}

...