PUT prescription/statusconfirmation?statusUpdateId={statusUpdateId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| statusUpdateId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReplyModels| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"message": "sample string 2"
}