Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Objects

Address

Case

CaseMessage

ChangePasswordRequest

CreditCard

CustomerCredentials

MyAccount

NotReviewedItem

Order

OrderTracking

OrderItem

ReviewedItem

 

 

 

 

TODO:

/myaccount/loggedIn (GET)

/myaccount/login (GET/POST)

/myaccount/logout (GET)

/myaccount/changePassword (POST)

/myaccount/forgotPassword (POST)

/myaccount/settings (GET)

/myaccount/settings (POST)

/myaccount/settings (PUT)

/myaccount/settings (DELETE)

/myaccount/shippingAddresses (GET)

/myaccount/shippingAddresses/id (GET)

/myaccount/shippingAddresses (POST)

/myaccount/shippingAddresses/id (PUT)

/myaccount/shippingAddresses/id (DELETE)

/myaccount/billingAddresses (GET)

/myaccount/billingAddresses/id (GET)

/myaccount/billingAddresses (POST)

/myaccount/billingAddresses/id (PUT)

/myaccount/billingAddresses/id (DELETE)

/myaccount/creditCards (GET)

/myaccount/creditCards/id (GET)

/myaccount/creditCards (POST)

/myaccount/creditCards/id (PUT)

/myaccount/creditCards/id (DELETE)

/myaccount/orders (GET)

/myaccount/orders/orderId (GET)

/myaccount/orders/orderId/tracking (GET)

/myaccount/orders/orderId/case (GET)

/myaccount/orders/orderId/case (POST)

/myaccount/orders/orderId/case/messages (GET)
/myaccount/orders/orderId/case/messages (POST)

/myaccount/notReviewedYet (GET)

/myaccount/reviews (GET)

 

 

 

 

 

  • No labels