How to receive allocations using API

SOLVED

Hello Team,

I am creating the integration process with Sage 200 using the following API - developer.columbus.sage.com/docs

But I cannot find the method how to receive created allocations.
For example, I paid the Invoice using a Receipt.

Which API method I can use to receive allocations and the allocation amount?

Parents
  • +1
    verified answer

    Hi Andrew,

    As Daniel has suggested, the sales_allocations endpoint has been exposed to allow you allocate sales transactions together. This endpoint only has a POST method associated with it, to create allocations.

    If you want to view allocations of invoices, you would be better using the sales_transaction_enquiry_views endpoint and using ?$expand=allocation_history_items,allocation_session_items to see what has been allocated and when.

    If this doesn't answer your question, let me know exactly what it is you are looking for and I'll see what I can do to find an answer for you.

  • +1 in reply to ian brierley
    verified answer

    Yes, it works. Thank you a lot!!!

Reply Children
No Data