Update Vendor

PENDING 8 hrs Medium 2024-04-25

User Story

  • Able to edit and update vendor changes

REST API

JSON Structure

[
  {
    "id": "string",
    "createdAt": "2024-07-29T16:21:56.611Z",
    "updatedAt": "2024-07-29T16:21:56.611Z",
    "name": "string",
    "gstin": "string",
    "address": "string",
    "phone": "string",
    "whatsapp": "string",
    "alternatePhone": "string",
    "representative": "string",
    "notes": "string"
  }
]