POST api/addon/Tasklist/list-with-details

Request Information

URI Parameters

None.

Body Parameters

TasklistDTOReq
NameDescriptionTypeAdditional information
tenantId

string

None.

companyCode

string

None.

taskListType

string

None.

techNum

string

None.

servMasterNum

string

None.

workOrderNo

string

None.

serviceType

string

None.

equipmentNum

string

None.

isCheckIn

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "tenantId": "sample string 1",
  "companyCode": "sample string 2",
  "taskListType": "sample string 3",
  "techNum": "sample string 4",
  "servMasterNum": "sample string 5",
  "workOrderNo": "sample string 6",
  "serviceType": "sample string 7",
  "equipmentNum": "sample string 8",
  "isCheckIn": true
}

application/xml, text/xml

Sample:
<TasklistController.TasklistDTOReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.WebAPI.Controllers.AddOn.SD">
  <companyCode>sample string 2</companyCode>
  <equipmentNum>sample string 8</equipmentNum>
  <isCheckIn>true</isCheckIn>
  <servMasterNum>sample string 5</servMasterNum>
  <serviceType>sample string 7</serviceType>
  <taskListType>sample string 3</taskListType>
  <techNum>sample string 4</techNum>
  <tenantId>sample string 1</tenantId>
  <workOrderNo>sample string 6</workOrderNo>
</TasklistController.TasklistDTOReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

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/" />