POST api/TablesManagement/updatePackageOper?oper_code={oper_code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
oper_code

integer

Required

Body Parameters

Collection of PackageOperUpdate
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

boolean

Response 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.