API - Get Concept Details
Resource:
                                              /acumulus/stable/invoices/invoice_concept_info.php
                                            Since API:
                                              
                                            Available for authenticated:
										      API gebruiker
										    Available for authenticated:
										      API beheerder
										    Communication:
										      Basic submit, including below structure
										    Submit
<?xml version="1.0" encoding="UTF-8"?> <myxml> ... <conceptid></conceptid> </myxml>
conceptid Mandatory
                                        Unique identifier for the concept invoice.
Response
<?xml version="1.0" encoding="UTF-8"?> <response> <concept> <conceptid></conceptid> <entryid></entryid> </concept> </response>
conceptid
                                        Unique identifier for the concept invoice.
entryid
                                        Entryid when available. May show multiple entryid's when concept is used to convert to invoice multiple times.
