SpotGo
  1. Order
SpotGo
  • Getting started
    • Introduction
    • Authentication
    • Opportunities vs Orders
    • Mappings
  • Order
    • Orders Processing
    • /api/v1/orders/file
      POST
    • /api/v1/orders
      POST
    • /api/v2/orders/{orderId}
      GET
    • /api/v1/orders/{orderId}/file
      GET
  • Opportunity
    • Opportunities (Freight Qoutes)
    • /api/v1/opportunities
      POST
    • /api/v1/opportunities/file
      POST
    • /api/v1/opportunities/image
      POST
    • /api/v1/opportunities/{opportunityId}
      GET
    • /api/v1/opportunities/{opportunityId}/custom
      GET
    • /api/v1/opportunities/{opportunityId}/default
      GET
  • Freight
    • Freight publish
    • /api/v1/freights
      POST
    • /api/v1/freights/{freightId}
      PUT
    • /api/v1/freights/{freightId}
      DELETE
  • Vehicles
    • /api/v1/vehicles
      POST
    • /api/v1/vehicles
      GET
    • /api/v1/vehicles/{vehicleId}
      PUT
    • /api/v1/vehicles/{vehicleId}
      DELETE
    • /api/v1/vehicles/{vehicleId}
      GET
  • Feedback
    • /api/v1/feedback
  • Webhook
    • Webhooks flow
    • /api/v1/webhooks
    • /api/v1/webhooks
    • /api/v1/webhooks/{subscriptionId}
  • Documents
    • Documents processing
    • /api/v1/documents
    • /api/v1/documents/{documentId}/file
    • /api/v1/documents/invoice/{documentId}
    • /api/v1/documents/receipt/{documentId}
    • /api/v1/documents/cmr/{documentId}
  • AccountManagement
    • /api/v1/accounts
    • /api/v1/accounts/block
  1. Order

Orders Processing

This API lets convert various documents and text to the structured data. The output structure of order always is the same. The order reader can detect the different information in any place unlike traditional OCR it doesn't require the setup to start processing orders.

Supported inputs#

PDF
JPG, TIFF, PNG (Images)
.docx , .doc, .rtf (Word)
Plain text or emails

Additional functionalities:#

The system validates the dates and differences between dates if there are mismatches returns as warnings
If loading or unloading missing returns as warnings
EU VAT code checks
Ability to populate the information of customers and branches with master data
Add missing VAT number
Add missing address
Add missing customer base on provided metadata (email)
Metadata
With request is possible to provide additional metadata which will be returned when data is received via the endpoint. This could be used to add tracking IDs for transaction in case of async processing.
When emails is reader by SpotGo the EmailAddress and OriginalSender email addresses is returned.
Possibility to customise which order numbers to retrieve from documents or other custom processing logic base on internal knowledge. (setup by SpotGo)

Recomendations#

Implement webhooks to be notified when orders is processed
Modified at 2025-05-04 13:57:38
Previous
Mappings
Next
/api/v1/orders/file
Built with