package
0.0.0-20220530105605-7cd2dfd380db
Repository: https://github.com/stack11/go-exactonline.git
Documentation: pkg.go.dev
# Functions
NewPurchaseOrderService creates a new initialized instance of the PurchaseOrderService.
# Structs
GoodsReceiptLines: Service: PurchaseOrder Entity: GoodsReceiptLines URL: /api/v1/{division}/purchaseorder/GoodsReceiptLines HasWebhook: false IsInBeta: false Methods: GET POST Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=PurchaseOrderGoodsReceiptLines.
GoodsReceipts: Service: PurchaseOrder Entity: GoodsReceipts URL: /api/v1/{division}/purchaseorder/GoodsReceipts HasWebhook: false IsInBeta: false Methods: GET POST PUT Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=PurchaseOrderGoodsReceipts.
PurchaseOrderLines: Service: PurchaseOrder Entity: PurchaseOrderLines URL: /api/v1/{division}/purchaseorder/PurchaseOrderLines HasWebhook: true IsInBeta: false Methods: GET POST DELETE Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=PurchaseOrderPurchaseOrderLines.
PurchaseOrders: Service: PurchaseOrder Entity: PurchaseOrders URL: /api/v1/{division}/purchaseorder/PurchaseOrders HasWebhook: true IsInBeta: false Methods: GET POST DELETE Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=PurchaseOrderPurchaseOrders.
PurchaseOrderService is responsible for communication with the PurchaseOrder endpoints of the Exact Online API.
PurchaseReturnLines: Service: PurchaseOrder Entity: PurchaseReturnLines URL: /api/v1/{division}/purchaseorder/PurchaseReturnLines HasWebhook: false IsInBeta: false Methods: GET POST PUT Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=PurchaseOrderPurchaseReturnLines.
PurchaseReturns: Service: PurchaseOrder Entity: PurchaseReturns URL: /api/v1/{division}/purchaseorder/PurchaseReturns HasWebhook: false IsInBeta: false Methods: GET POST PUT Endpoint docs: https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=PurchaseOrderPurchaseReturns.
# Type aliases
GoodsReceiptLinesEndpoint is responsible for communicating with the GoodsReceiptLines endpoint of the PurchaseOrder service.
GoodsReceiptsEndpoint is responsible for communicating with the GoodsReceipts endpoint of the PurchaseOrder service.
PurchaseOrderLinesEndpoint is responsible for communicating with the PurchaseOrderLines endpoint of the PurchaseOrder service.
PurchaseOrdersEndpoint is responsible for communicating with the PurchaseOrders endpoint of the PurchaseOrder service.
PurchaseReturnLinesEndpoint is responsible for communicating with the PurchaseReturnLines endpoint of the PurchaseOrder service.
PurchaseReturnsEndpoint is responsible for communicating with the PurchaseReturns endpoint of the PurchaseOrder service.