Created
December 14, 2011 19:00
-
-
Save jevy/1477961 to your computer and use it in GitHub Desktop.
Sample API for a Postcard Design
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ design: | |
product: 5, # The ID of the postcard product | |
pages: [ | |
images: [ | |
main_image # ID of the image uploaded elsewhere | |
] | |
, | |
text_fields: [ | |
sender_name, | |
sender_street, | |
...., | |
message_line1, | |
message_line2, | |
... | |
], | |
images: [ | |
stamp # ID of the image uploaded elsewhere | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment