POST api/Symptoms/Add
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Symptom | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SYMPTOMNO": 1,
"NAME": "sample string 2",
"LONGDESC": "sample string 3",
"TIMESTMP": "2026-05-22T17:55:33.8168286+00:00",
"RMAAPP": "sample string 4",
"DbFileName": "sample string 5",
"DbForeignKeys": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.