POST api/staff/updateStatus

Request Information

URI Parameters

None.

Body Parameters

UpdateWorkByUsernameModel
NameDescriptionTypeAdditional information
Role

string

None.

Username

string

None.

WorkId

integer

None.

Status

string

None.

WorkUpdate

string

None.

PaymentUpdate

string

None.

Invoice

string

None.

PurchasedItem

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Role": "sample string 1",
  "Username": "sample string 2",
  "WorkId": 3,
  "Status": "sample string 4",
  "WorkUpdate": "sample string 5",
  "PaymentUpdate": "sample string 6",
  "Invoice": "sample string 7",
  "PurchasedItem": "sample string 8"
}

application/xml, text/xml

Sample:
<UpdateWorkByUsernameModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TOPOS_API.Models">
  <Invoice>sample string 7</Invoice>
  <PaymentUpdate>sample string 6</PaymentUpdate>
  <PurchasedItem>sample string 8</PurchasedItem>
  <Role>sample string 1</Role>
  <Status>sample string 4</Status>
  <Username>sample string 2</Username>
  <WorkId>3</WorkId>
  <WorkUpdate>sample string 5</WorkUpdate>
</UpdateWorkByUsernameModel>

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.