POST Simex/Simex_PrintNotesReport

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.Simex_NotesReportParams
NameDescriptionTypeAdditional information
DOC_NO

integer

None.

LINE

decimal number

None.

START_DATE

date

None.

END_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DOC_NO": 1,
  "LINE": 2.0,
  "START_DATE": "2026-04-03T08:48:20.4393743-04:00",
  "END_DATE": "2026-04-03T08:48:20.4393743-04:00"
}

application/xml, text/xml

Sample:
<Simex_NotesReportParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <DOC_NO>1</DOC_NO>
  <END_DATE>2026-04-03T08:48:20.4393743-04:00</END_DATE>
  <LINE>2</LINE>
  <START_DATE>2026-04-03T08:48:20.4393743-04:00</START_DATE>
</Simex_NotesReportParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.