POST Api/V1/ServiceWorkOrder/Detail/PartUsed

Request Information

URI Parameters

None.

Body Parameters

Mobile_ServiceWorkDetail_Filter
NameDescriptionTypeAdditional information
SWOId

string

None.

Type

integer

None.

TimeZone

string

None.

ViewType

integer

None.

UsrId

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "SWOId": "sample string 1",
  "Type": 2,
  "TimeZone": "sample string 3",
  "ViewType": 4,
  "UsrId": 5
}

application/xml, text/xml

Sample:
<Mobile_ServiceWorkDetail_Filter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS_Models">
  <SWOId>sample string 1</SWOId>
  <TimeZone>sample string 3</TimeZone>
  <Type>2</Type>
  <UsrId>5</UsrId>
  <ViewType>4</ViewType>
</Mobile_ServiceWorkDetail_Filter>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.