POST api/BloodCollection/bloodservicexml

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsBloodTestService
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Dml_Indicator": "sample string 1",
    "blood_test_service_id": "sample string 2",
    "bloodcollection_id": "sample string 3",
    "test_name": "sample string 4",
    "result": "sample string 5",
    "remark": "sample string 6",
    "hospital_id": "sample string 7",
    "branch_id": "sample string 8",
    "created_by": "sample string 9",
    "created_on": "sample string 10",
    "status": "sample string 11"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.