POST GetMarketDroneNotificationReport

Request Information

URI Parameters

None.

Body Parameters

PreferredSettReportRequest
NameDescriptionTypeAdditional information
notificationReportRequest

Collection of NotificationReportRequest

None.

Request Formats

application/json, text/json

Sample:
{
  "notificationReportRequest": [
    {
      "SID": 1,
      "basetime": "2025-04-28T16:24:02.8359949+00:00"
    },
    {
      "SID": 1,
      "basetime": "2025-04-28T16:24:02.8359949+00:00"
    }
  ]
}

text/html

Sample:
{"notificationReportRequest":[{"SID":1,"basetime":"2025-04-28T16:24:02.8359949+00:00"},{"SID":1,"basetime":"2025-04-28T16:24:02.8359949+00:00"}]}

application/xml, text/xml

Sample:
<PreferredSettReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <notificationReportRequest>
    <NotificationReportRequest>
      <SID>1</SID>
      <basetime>2025-04-28T16:24:02.8359949+00:00</basetime>
    </NotificationReportRequest>
    <NotificationReportRequest>
      <SID>1</SID>
      <basetime>2025-04-28T16:24:02.8359949+00:00</basetime>
    </NotificationReportRequest>
  </notificationReportRequest>
</PreferredSettReportRequest>

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

Response Information

Resource Description

ResponseOfListOfNotificationReport
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

Collection of NotificationReport

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": [
    {
      "SID": 1,
      "Checkindate": "2025-04-28T16:24:02.8359949+00:00"
    },
    {
      "SID": 1,
      "Checkindate": "2025-04-28T16:24:02.8359949+00:00"
    }
  ]
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Body":[{"SID":1,"Checkindate":"2025-04-28T16:24:02.8359949+00:00"},{"SID":1,"Checkindate":"2025-04-28T16:24:02.8359949+00:00"}]}

application/xml, text/xml

Sample:
<ResponseOfArrayOfNotificationReportQzIzD0mn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <Body>
    <NotificationReport>
      <Checkindate>2025-04-28T16:24:02.8359949+00:00</Checkindate>
      <SID>1</SID>
    </NotificationReport>
    <NotificationReport>
      <Checkindate>2025-04-28T16:24:02.8359949+00:00</Checkindate>
      <SID>1</SID>
    </NotificationReport>
  </Body>
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseOfArrayOfNotificationReportQzIzD0mn>