GET api/Application/SendFirebaseNOIReport?dt={dt}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dt

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SendPDFReportDTOResponse
NameDescriptionTypeAdditional information
message

string

None.

branch

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "message": "sample string 1",
    "branch": "sample string 2"
  },
  {
    "message": "sample string 1",
    "branch": "sample string 2"
  }
]

text/html

Sample:
[{"message":"sample string 1","branch":"sample string 2"},{"message":"sample string 1","branch":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfSendPDFReportDTOResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LegalsNOI.Models">
  <SendPDFReportDTOResponse>
    <branch>sample string 2</branch>
    <message>sample string 1</message>
  </SendPDFReportDTOResponse>
  <SendPDFReportDTOResponse>
    <branch>sample string 2</branch>
    <message>sample string 1</message>
  </SendPDFReportDTOResponse>
</ArrayOfSendPDFReportDTOResponse>

text/comma-separated-values

Sample:

Sample not available.