POST /api/Medicine/CreateMedicine

POST /api/Medicine/CreateMedicine

Body

  • name string | null
  • description string | null
  • companyName string | null
  • Additional properties are NOT allowed

Body

  • name string | null
  • description string | null
  • companyName string | null
  • Additional properties are NOT allowed

Body

  • name string | null
  • description string | null
  • companyName string | null
  • Additional properties are NOT allowed

Responses

  • Success

    Hide response attributes Show response attributes object
    • name string | null
    • description string | null
    • companyName string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • name string | null
    • description string | null
    • companyName string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • name string | null
    • description string | null
    • companyName string | null
    • Additional properties are NOT allowed
POST /api/Medicine/CreateMedicine
curl \
 --request POST 'http://alzaware.runasp.net/api/Medicine/CreateMedicine' \
 --header "Content-Type: application/json" \
 --data '{"name":"string","description":"string","companyName":"string"}'
curl \
 --request POST 'http://alzaware.runasp.net/api/Medicine/CreateMedicine' \
 --header "Content-Type: text/json"
curl \
 --request POST 'http://alzaware.runasp.net/api/Medicine/CreateMedicine' \
 --header "Content-Type: application/*+json"
Request examples
{
  "name": "string",
  "description": "string",
  "companyName": "string"
}
Request examples
{
  "name": "string",
  "description": "string",
  "companyName": "string"
}
Request examples
{
  "name": "string",
  "description": "string",
  "companyName": "string"
}
Response examples (200)
{
  "name": "string",
  "description": "string",
  "companyName": "string"
}
Response examples (200)
{
  "name": "string",
  "description": "string",
  "companyName": "string"
}