POST api/ShipDetail

“Detail”的文档。

Request Information

Parameters

NameDescriptionAdditional information
model
“model”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BeginTime": "2026-07-18T17:09:28.0009219+08:00",
  "EndTime": "2026-07-18T17:09:28.0009219+08:00",
  "Page": 1,
  "Value": "sample string 2",
  "OperatorId": "147fe273-33a0-405c-847d-fd1a4c9a0408",
  "Rows": 3,
  "Id": "03bb74dd-2b41-488c-8bdd-64d3e7c05953"
}

application/xml, text/xml

Sample:
<ShipAPIQueryParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.ISMS.DataAccess.Entities">
  <BeginTime i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common" />
  <EndTime i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common" />
  <Id xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">03bb74dd-2b41-488c-8bdd-64d3e7c05953</Id>
  <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">147fe273-33a0-405c-847d-fd1a4c9a0408</OperatorId>
  <Page xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">1</Page>
  <Rows xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">3</Rows>
  <Value xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">sample string 2</Value>
  <BeginTime>2026-07-18T17:09:28.0009219+08:00</BeginTime>
  <EndTime>2026-07-18T17:09:28.0009219+08:00</EndTime>
</ShipAPIQueryParam>

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