GET api/journaltypes/{journalTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| journalTypeId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
JournalType| Name | Description | Type | Additional information |
|---|---|---|---|
| JournalTypeId | string |
None. |
|
| JournalTypeDescription | string |
None. |
|
| InsUpdDate | date |
None. |
Response Formats
application/xml, text/xml
Sample:
<JournalType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <JournalTypeId>sample string 1</JournalTypeId> <JournalTypeDescription>sample string 2</JournalTypeDescription> <InsUpdDate>2025-11-03T08:00:47.430294+01:00</InsUpdDate> </JournalType>