GET api/ServiceOrder

Request Information

URI Parameters

None.

Body Parameters

RequestServiceOrderResource
NameDescriptionTypeAdditional information
IdServiceOrder

integer

None.

OpenDateStart

Formato: dd/MM/yyyy hh:MM:ss (Ex. 19/12/2024 11:51:15)

date

None.

OpenDateEnd

Formato: dd/MM/yyyy hh:MM:ss (Ex. 19/12/2024 11:51:15)

date

None.

ServiceOrderStatus

ServiceOrderStatus

None.

SerialNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdServiceOrder": 1,
  "OpenDateStart": "11/06/2026 02:09:37",
  "OpenDateEnd": "11/06/2026 02:09:37",
  "ServiceOrderStatus": 1,
  "SerialNumber": "sample string 1"
}

application/xml, text/xml

Sample:
<RequestServiceOrderResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WkfGenericAPI.Models.Payloads.ServiceOrder">
  <IdServiceOrder>1</IdServiceOrder>
  <OpenDateEnd>2026-06-11T02:09:37.7280783+00:00</OpenDateEnd>
  <OpenDateStart>2026-06-11T02:09:37.7280783+00:00</OpenDateStart>
  <SerialNumber>sample string 1</SerialNumber>
  <ServiceOrderStatus>New</ServiceOrderStatus>
</RequestServiceOrderResource>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.