POST api/UserLoginforLatest

“GetDetail”的文档。

Request Information

Parameters

NameDescriptionAdditional information
param
“param”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "IsSimulation": true,
  "UserinforId": "1d25b148-d618-4080-9f9f-2bf4c81dce5d",
  "PlaneinforId": "21478860-de64-4ec8-942e-6a6f41a4afb6",
  "AddressCode": "sample string 1",
  "Page": 2,
  "Value": "sample string 3",
  "OperatorId": "8bf45c94-df14-4a90-ae15-22a06e09ee23",
  "Rows": 4,
  "BeginTime": "2026-05-07T23:21:17.5157765+08:00",
  "EndTime": "2026-05-07T23:21:17.5157765+08:00"
}

application/xml, text/xml

Sample:
<UserLoginforAPIQueryParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.DPTMP.DataAccess.Entities">
  <BeginTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-05-07T23:21:17.5157765+08:00</BeginTime>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-05-07T23:21:17.5157765+08:00</EndTime>
  <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">8bf45c94-df14-4a90-ae15-22a06e09ee23</OperatorId>
  <Page xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2</Page>
  <Rows xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">4</Rows>
  <Value xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">sample string 3</Value>
  <AddressCode>sample string 1</AddressCode>
  <IsSimulation>true</IsSimulation>
  <PlaneinforId>21478860-de64-4ec8-942e-6a6f41a4afb6</PlaneinforId>
  <UserinforId>1d25b148-d618-4080-9f9f-2bf4c81dce5d</UserinforId>
</UserLoginforAPIQueryParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

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