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

Version 1 Current »

Resource URL

Edit an existing address.

PUT /addresses/:id
ANY /addresses/:id?_method=put

Parameters

Table of allowed parameters. Underlined parameters are mandatory.

state_idunsigned intMust point to a valid state
country_idunsigned intMust point to a valid country
titlestring 
street1string 
street2string 
citystring 
zipcode/postcodestring 
latitudestring 
longitudestring 

 

Handling the response

The updated address will be returned in the response. Please see the GET endpoint for handling the response. 

  • No labels