oztrkmrt / E-Commerce

https://e-commerce-five-rust.vercel.app
0 stars 0 forks source link

T20: Create Order Page > Step 1 Address #22

Closed oztrkmrt closed 1 month ago

oztrkmrt commented 2 months ago

Description

Get Address information

Add new address

{
      "title": "ev adresi",
      "name": "Alişan",
      "surname": "Karababa",
      "phone": "05376845834",
      "city": "istanbul",
      "district": "esenler",
      "neighborhood": "adres detayları"
}

Update Address

{
      "id": 1204,
      "title": "ev adresi",
      "name": "Alişan",
      "surname": "Karababa",
      "phone": "05376845834",
      "city": "istanbul",
      "district": "esenler",
      "neighborhood": "adres detayları"
}

Delete Address

oztrkmrt commented 1 month ago

@gokhanozdemir hocam projemi indirip bakacaktınız.