GET api/CustPackage/GetPackageByOper?oper_num={oper_num}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| oper_num | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PackageOperUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| active | string |
None. |
|
| package_name | string |
None. |
|
| package_num | integer |
None. |
Response 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/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.