GET api/accredo/modules
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AccredoModule| Name | Description | Type | Additional information |
|---|---|---|---|
| JobCosting | boolean |
None. |
|
| PurchaseOrders | boolean |
None. |
|
| TableDesigner | boolean |
None. |
|
| OrderEntry | boolean |
None. |
|
| Invoicing | boolean |
None. |
|
| AccountsPayable | boolean |
None. |
|
| InventoryControl | boolean |
None. |
|
| AccountsReceivable | boolean |
None. |
|
| CashBook | boolean |
None. |
|
| DataInterchange | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"JobCosting": true,
"PurchaseOrders": true,
"TableDesigner": true,
"OrderEntry": true,
"Invoicing": true,
"AccountsPayable": true,
"InventoryControl": true,
"AccountsReceivable": true,
"CashBook": true,
"DataInterchange": true
}
application/xml, text/xml
Sample:
<AccredoModule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccredoWeb.Model.CO"> <AccountsPayable>true</AccountsPayable> <AccountsReceivable>true</AccountsReceivable> <CashBook>true</CashBook> <DataInterchange>true</DataInterchange> <InventoryControl>true</InventoryControl> <Invoicing>true</Invoicing> <JobCosting>true</JobCosting> <OrderEntry>true</OrderEntry> <PurchaseOrders>true</PurchaseOrders> <TableDesigner>true</TableDesigner> </AccredoModule>