# Performs persist operations for a specified order address **PUT /V1/orders/{parent_id}** Performs persist operations for a specified order address. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **parent_id** (string) ### Body: (object) - **entity** (object) Order address interface. An order is a document that a web store issues to a customer. Magento generates a sales order that lists the product items, billing and shipping addresses, and shipping and payment methods. A corresponding external document, known as a purchase order, is emailed to the customer. ## Responses ### 200 200 Success. #### Body: (object) - **address_type** (string) Address type. - **city** (string) City. - **company** (string) Company. - **country_id** (string) Country ID. - **customer_address_id** (integer) Country address ID. - **customer_id** (integer) Customer ID. - **email** (string) Email address. - **entity_id** (integer) Order address ID. - **fax** (string) Fax number. - **firstname** (string) First name. - **lastname** (string) Last name. - **middlename** (string) Middle name. - **parent_id** (integer) Parent ID. - **postcode** (string) Postal code. - **prefix** (string) Prefix. - **region** (string) Region. - **region_code** (string) Region code. - **region_id** (integer) Region ID. - **street** (array[string]) Array of any street values. Otherwise, null. - **suffix** (string) Suffix. - **telephone** (string) Telephone number. - **vat_id** (string) VAT ID. - **vat_is_valid** (integer) VAT-is-valid flag value. - **vat_request_date** (string) VAT request date. - **vat_request_id** (string) VAT request ID. - **vat_request_success** (integer) VAT-request-success flag value. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Sales\Api\Data\OrderAddressInterface ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)