# Separator of fields is | # Do not put empty spaces in fields # HTTP Method|Media type|Resource URL|POST Content Type|POST data file # POST data file can be a relative path to the current working directory or # an absolute path # Local Development servers # CAUTION: ALL the endpoints below are only accessible with the pre-defined user # for EndUserModule client applications # /ecoaccount # Valid registration forms POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-full-image-upload-jpg.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-full-image-upload-png.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-full-image-upload-too-large.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-full.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-minimum.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-missing-address-city.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-missing-address-country.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-missing-address.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-missing-address-postalcode.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-missing-address-street.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/valid/registration-form-missing-birthday.json # Invalid registration forms POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-birthday-less-than-5-years-ago.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-empty-address-city.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-empty-address-postalcode.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-empty-address-street.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-empty.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-malformed-country-code.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-malformed-email.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-malformed-firstname.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-malformed-lastname.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-malformed-username.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-missing-email.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-missing-firstname.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-missing-lastname.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-missing-password.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-missing-password-same-as-username.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-missing-username.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-password-less-than-4-digits.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-short-firstname.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-short-lastname.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-short-password.json POST|application/json|http://127.0.0.1:8082/EndUserModule/resources/ecoaccount/register|application/json|POSTdata/EndUserModule/invalid/registration-form-short-username.json