package
0.0.0-20220530105605-7cd2dfd380db
Repository: https://github.com/stack11/go-exactonline.git
Documentation: pkg.go.dev

# Functions

NewSystemService creates a new initialized instance of the SystemService.

# Structs

AccountantInfo: Service: System Entity: AccountantInfo URL: /api/v1/{division}/system/AccountantInfo HasWebhook: false IsInBeta: false Methods: GET Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=SystemSystemAccountantInfo.
AllDivisions: Service: System Entity: AllDivisions URL: /api/v1/{division}/system/AllDivisions HasWebhook: false IsInBeta: false Methods: GET Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=SystemSystemAllDivisions.
AvailableFeatures: Service: System Entity: AvailableFeatures URL: /api/v1/{division}/system/AvailableFeatures HasWebhook: false IsInBeta: false Methods: GET Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=SystemSystemAvailableFeatures.
Divisions: Service: System Entity: Divisions URL: /api/v1/{division}/system/Divisions HasWebhook: false IsInBeta: false Methods: GET Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=SystemSystemDivisions.
GetMostRecentlyUsedDivisions: Service: System Entity: GetMostRecentlyUsedDivisions URL: /api/v1/{division}/system/GetMostRecentlyUsedDivisions HasWebhook: false IsInBeta: false Methods: GET Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=SystemSystemGetMostRecentlyUsedDivisions.
Me: Service: System Entity: Me URL: /api/v1/current/Me HasWebhook: false IsInBeta: false Methods: GET Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=SystemSystemMe.
SystemService is responsible for communication with the System endpoints of the Exact Online API.

# Type aliases

AccountantInfoEndpoint is responsible for communicating with the AccountantInfo endpoint of the System service.
AllDivisionsEndpoint is responsible for communicating with the AllDivisions endpoint of the System service.
AvailableFeaturesEndpoint is responsible for communicating with the AvailableFeatures endpoint of the System service.
DivisionsEndpoint is responsible for communicating with the Divisions endpoint of the System service.
GetMostRecentlyUsedDivisionsEndpoint is responsible for communicating with the GetMostRecentlyUsedDivisions endpoint of the System service.
MeEndpoint is responsible for communicating with the Me endpoint of the System service.