GET /api/Medicine/GetMedicine/{id}

GET /api/Medicine/GetMedicine/{id}

Path parameters

  • id integer(int32) Required

Responses

  • Success

    Hide response attributes Show response attributes object
    • id integer(int32)
    • name string | null
    • description string | null
    • companyName string | null
    • adminName string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id integer(int32)
    • name string | null
    • description string | null
    • companyName string | null
    • adminName string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id integer(int32)
    • name string | null
    • description string | null
    • companyName string | null
    • adminName string | null
    • Additional properties are NOT allowed
GET /api/Medicine/GetMedicine/{id}
curl \
 --request GET 'http://alzaware.runasp.net/api/Medicine/GetMedicine/{id}'
Response examples (200)
{
  "id": 42,
  "name": "string",
  "description": "string",
  "companyName": "string",
  "adminName": "string"
}
Response examples (200)
{
  "id": 42,
  "name": "string",
  "description": "string",
  "companyName": "string",
  "adminName": "string"
}