GET api/accountingbookgroups/{accountingBookGroupId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountingBookGroupId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountingBookGroupName | Description | Type | Additional information |
---|---|---|---|
AccountingBookGroupId | string |
None. |
|
AccountingBookGroupDescription | string |
None. |
|
InsUpdDate | date |
None. |
Response Formats
application/xml, text/xml
Sample:
<AccountingBookGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <AccountingBookGroupId>sample string 1</AccountingBookGroupId> <AccountingBookGroupDescription>sample string 2</AccountingBookGroupDescription> <InsUpdDate>2024-11-23T04:01:43.1111512+01:00</InsUpdDate> </AccountingBookGroup>