POST api/warehouseManagement/RollBack

Request Information

URI Parameters

None.

Body Parameters

RollBackStatusViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

StatusId

integer

None.

Note

string

None.

KeepChanges

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "StatusId": 1,
  "Note": "sample string 2",
  "KeepChanges": true
}

application/xml, text/xml

Sample:
<RollBackStatusViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.TransportationShipment">
  <Id>1</Id>
  <KeepChanges>true</KeepChanges>
  <Note>sample string 2</Note>
  <StatusId>1</StatusId>
</RollBackStatusViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.