POST api/TablesManagement/updatePackageOper?oper_code={oper_code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| oper_code | integer |
Required |
Body Parameters
Collection of PackageOperUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| active | string |
None. |
|
| package_name | string |
None. |
|
| package_num | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"active": "sample string 1",
"package_name": "sample string 2",
"package_num": 3
},
{
"active": "sample string 1",
"package_name": "sample string 2",
"package_num": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfPackageOperUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.TablesManagement">
<PackageOperUpdate>
<active>sample string 1</active>
<package_name>sample string 2</package_name>
<package_num>3</package_num>
</PackageOperUpdate>
<PackageOperUpdate>
<active>sample string 1</active>
<package_name>sample string 2</package_name>
<package_num>3</package_num>
</PackageOperUpdate>
</ArrayOfPackageOperUpdate>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.