schema/v1.0/customer.json in fidor_schema-0.10.10 vs schema/v1.0/customer.json in fidor_schema-0.10.11
- old
+ new
@@ -232,9 +232,22 @@
{
"rel" : "projected_rewards",
"href" : "customers/{id}/projected_rewards"
},
{
+ "rel" : "card_information",
+ "href" : "customers/{id}/card_information"
+ },
+ {
+ "rel" : "customer_level",
+ "href" : "customers/{id}/customer_level"
+ },
+ {
+ "rel" : "reward_redemptions",
+ "href" : "customers/{id}/reward_redemptions",
+ "method" : "POST"
+ },
+ {
"rel" : "update",
"href" : "customers/{id}",
"method" : "PUT",
"description" : "Updates customer data"
}