POST api/DoH/PostAbnormalCase

Documentation for 'PostAbnormalCase'.

Request Information

Parameters

NameDescriptionAdditional information
dohModel
Documentation for 'dohModel'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DoH_BirthCaseID": "sample string 1",
  "DoH_ChildFullName": "sample string 2",
  "DoH_DateOfBirth": "sample string 3",
  "DoH_GenderCode": 4,
  "DoH_RightHands": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'DoHModel'.