GET api/journaltypes?JournalTypeId={JournalTypeId}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
Name | Description | Type | Additional 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 JournalTypeName | Description | Type | Additional 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>2023-06-06T21:27:49.1386163+02:00</InsUpdDate> </JournalType> <JournalType> <JournalTypeId>sample string 1</JournalTypeId> <JournalTypeDescription>sample string 2</JournalTypeDescription> <InsUpdDate>2023-06-06T21:27:49.1386163+02:00</InsUpdDate> </JournalType> </ArrayOfJournalType>