GET api/journaltypes?JournalTypeId={JournalTypeId}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
JournalTypeId

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of JournalType
NameDescriptionTypeAdditional information
JournalTypeId

string

None.

JournalTypeDescription

string

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfJournalType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <JournalType>
    <JournalTypeId>sample string 1</JournalTypeId>
    <JournalTypeDescription>sample string 2</JournalTypeDescription>
    <InsUpdDate>2024-04-27T04:38:00.2875046+02:00</InsUpdDate>
  </JournalType>
  <JournalType>
    <JournalTypeId>sample string 1</JournalTypeId>
    <JournalTypeDescription>sample string 2</JournalTypeDescription>
    <InsUpdDate>2024-04-27T04:38:00.2875046+02:00</InsUpdDate>
  </JournalType>
</ArrayOfJournalType>