POST api/UnitProcessStatus/Update

Request Information

URI Parameters

None.

Body Parameters

UnitProcessStatusDTO
NameDescriptionTypeAdditional information
unitProcessStatusId

integer

None.

unitId

integer

None.

processSts01

boolean

None.

processSts02

boolean

None.

processSts03

boolean

None.

processSts04

boolean

None.

processSts05

boolean

None.

processSts06

boolean

None.

processSts07

boolean

None.

processSts08

boolean

None.

processSts09

boolean

None.

processSts10

boolean

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:
{
  "unitProcessStatusId": 1,
  "unitId": 2,
  "processSts01": true,
  "processSts02": true,
  "processSts03": true,
  "processSts04": true,
  "processSts05": true,
  "processSts06": true,
  "processSts07": true,
  "processSts08": true,
  "processSts09": true,
  "processSts10": true,
  "isActive": true,
  "userRequestId": 14,
  "userRoleId": 15,
  "userOfficeId": 16,
  "timestamp": "QEA="
}

text/html

Sample:
{"unitProcessStatusId":1,"unitId":2,"processSts01":true,"processSts02":true,"processSts03":true,"processSts04":true,"processSts05":true,"processSts06":true,"processSts07":true,"processSts08":true,"processSts09":true,"processSts10":true,"isActive":true,"userRequestId":14,"userRoleId":15,"userOfficeId":16,"timestamp":"QEA="}

application/xml, text/xml

Sample:
<UnitProcessStatusDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models.ProcessUnit">
  <timestamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</timestamp>
  <userOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">16</userOfficeId>
  <userRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">14</userRequestId>
  <userRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">15</userRoleId>
  <isActive>true</isActive>
  <processSts01>true</processSts01>
  <processSts02>true</processSts02>
  <processSts03>true</processSts03>
  <processSts04>true</processSts04>
  <processSts05>true</processSts05>
  <processSts06>true</processSts06>
  <processSts07>true</processSts07>
  <processSts08>true</processSts08>
  <processSts09>true</processSts09>
  <processSts10>true</processSts10>
  <unitId>2</unitId>
  <unitProcessStatusId>1</unitProcessStatusId>
</UnitProcessStatusDTO>

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.