POST api/backoffice/v{version}/workordereventtyperequired

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

WorkorderEventTypeRequired
NameDescriptionTypeAdditional information
workorder_eventtype_id

integer

None.

workorder_id

integer

None.

updated_at

string

None.

created_at

string

None.

id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "workorder_eventtype_id": 1,
  "workorder_id": 2,
  "updated_at": "sample string 3",
  "created_at": "sample string 4",
  "id": 5
}

text/html

Sample:
{"workorder_eventtype_id":1,"workorder_id":2,"updated_at":"sample string 3","created_at":"sample string 4","id":5}

application/xml, text/xml

Sample:
<WorkorderEventTypeRequired xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DispatchITV2.Models.Data">
  <created_at>sample string 4</created_at>
  <id>5</id>
  <updated_at>sample string 3</updated_at>
  <workorder_eventtype_id>1</workorder_eventtype_id>
  <workorder_id>2</workorder_id>
</WorkorderEventTypeRequired>

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 'WorkorderEventTypeRequired'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />