POST api/Lab_Phlebo_Management/order_list

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsLab_Phlebo_Management
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "user_id": "sample string 1",
  "password": "sample string 2",
  "phlebo_id": "sample string 3",
  "Indicator_id": "sample string 4",
  "i2h_order_id": "sample string 5",
  "phlebo_status": "sample string 6",
  "invoice_url": "sample string 7",
  "sign_url": "sample string 8"
}

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 'ClsLab_Phlebo_Management'.