POST api/BundleDraft/Update

Request Information

URI Parameters

None.

Body Parameters

BundleDraftDTO
NameDescriptionTypeAdditional information
bundleDraftId

integer

None.

bundleTypeId

integer

None.

reqHId

integer

None.

ownerNumber

string

None.

warehouseCode

string

None.

bundleNumber

string

None.

isActive

boolean

None.

userRequestId

integer

None.

userRoleId

integer

None.

userOfficeId

integer

None.

timestamp

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "bundleDraftId": 1,
  "bundleTypeId": 2,
  "reqHId": 3,
  "ownerNumber": "sample string 4",
  "warehouseCode": "sample string 5",
  "bundleNumber": "sample string 6",
  "isActive": true,
  "userRequestId": 8,
  "userRoleId": 9,
  "userOfficeId": 10,
  "timestamp": "QEA="
}

text/html

Sample:
{"bundleDraftId":1,"bundleTypeId":2,"reqHId":3,"ownerNumber":"sample string 4","warehouseCode":"sample string 5","bundleNumber":"sample string 6","isActive":true,"userRequestId":8,"userRoleId":9,"userOfficeId":10,"timestamp":"QEA="}

application/xml, text/xml

Sample:
<BundleDraftDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models.BundleUnit">
  <timestamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</timestamp>
  <userOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">10</userOfficeId>
  <userRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">8</userRequestId>
  <userRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">9</userRoleId>
  <bundleDraftId>1</bundleDraftId>
  <bundleNumber>sample string 6</bundleNumber>
  <bundleTypeId>2</bundleTypeId>
  <isActive>true</isActive>
  <ownerNumber>sample string 4</ownerNumber>
  <reqHId>3</reqHId>
  <warehouseCode>sample string 5</warehouseCode>
</BundleDraftDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.