15 lines
250 B
HTTP
15 lines
250 B
HTTP
###
|
|
POST http://{{host}}/confirm_eform/getorder/listpatient
|
|
Content-Type: "application/json"
|
|
|
|
{
|
|
}
|
|
|
|
###
|
|
POST http://{{host}}/confirm_eform/getorder/update_status
|
|
Content-Type: "application/json"
|
|
|
|
{
|
|
"id": "132199",
|
|
"status": "E"
|
|
} |