GET api/invoicebooks/GetJournalEntrySettings?ModuleId={ModuleId}&Page={Page}&PageSize={PageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ModuleId | string |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of JournalEntrySettingsName | Description | Type | Additional information |
---|---|---|---|
InvoiceBookID | string |
None. |
|
GeneralSettings | GeneralSettings |
None. |
|
Accounts | Accounts |
None. |
Response Formats
application/xml, text/xml
Sample:
<ArrayOfJournalEntrySettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <JournalEntrySettings> <InvoiceBookID>sample string 1</InvoiceBookID> <GeneralSettings> <JournalType>sample string 1</JournalType> <TurnoverType>sample string 2</TurnoverType> </GeneralSettings> <Accounts> <HomeMarket> <Invoice> <Customer>sample string 1</Customer> </Invoice> <AmountRounding> <Rounding>sample string 1</Rounding> </AmountRounding> <AdvancePaymentInvoice> <AdvancePayment>sample string 1</AdvancePayment> </AdvancePaymentInvoice> </HomeMarket> <ForeignMarket> <Invoice> <Customer>sample string 1</Customer> </Invoice> <AmountRounding> <Rounding>sample string 1</Rounding> </AmountRounding> <AdvancePaymentInvoice> <AdvancePayment>sample string 1</AdvancePayment> </AdvancePaymentInvoice> </ForeignMarket> </Accounts> </JournalEntrySettings> <JournalEntrySettings> <InvoiceBookID>sample string 1</InvoiceBookID> <GeneralSettings> <JournalType>sample string 1</JournalType> <TurnoverType>sample string 2</TurnoverType> </GeneralSettings> <Accounts> <HomeMarket> <Invoice> <Customer>sample string 1</Customer> </Invoice> <AmountRounding> <Rounding>sample string 1</Rounding> </AmountRounding> <AdvancePaymentInvoice> <AdvancePayment>sample string 1</AdvancePayment> </AdvancePaymentInvoice> </HomeMarket> <ForeignMarket> <Invoice> <Customer>sample string 1</Customer> </Invoice> <AmountRounding> <Rounding>sample string 1</Rounding> </AmountRounding> <AdvancePaymentInvoice> <AdvancePayment>sample string 1</AdvancePayment> </AdvancePaymentInvoice> </ForeignMarket> </Accounts> </JournalEntrySettings> </ArrayOfJournalEntrySettings>