placeholder Command:  TRACEABILITY LOTS ARTICLES 


Short version Long version Changes Example

Examples:

For your better understanding we have prepared examples that have been tested. You can copy them into a new file that you've prepared as mentioned in the introduction. Furthermore we provide you with the response that fits with the example.

The data received can be different from the data that you are receiving in your system.


1. Example     next / previous example
 
Request of 1. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <traceability_lots_articles>
        <traceability_lots_article mode="write">
            <department_no>1</department_no>
            <plu_no>1</plu_no>
            <proof_of_origin_type>test_dummy</proof_of_origin_type>
            <lot_id>test_dummy</lot_id>
            <shortname>td</shortname>
            <last_change>2010-11-01T12:00:00</last_change>
        </traceability_lots_article>
    </traceability_lots_articles>
</scaledata>
 

 
Response of 1. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <traceability_lots_articles>
        <traceability_lots_article mode="write">
            <department_no>1</department_no>
            <plu_no>1</plu_no>
            <proof_of_origin_type>test_dummy</proof_of_origin_type>
            <lot_id>test_dummy</lot_id>
            <shortname>td</shortname>
            <last_change>2010-11-01T12:00:00</last_change>
        </traceability_lots_article>
    </traceability_lots_articles>
</scaledata>
 
 

2. Example     next / previous example
 
Request of 2. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <traceability_lots_articles>
        <traceability_lots_article mode="read">
            <department_no>1</department_no>
            <plu_no>1</plu_no>
            <proof_of_origin_type>test_dummy</proof_of_origin_type>
            <lot_id>test_dummy</lot_id>
        </traceability_lots_article>
    </traceability_lots_articles>
</scaledata>
 

 
Response of 2. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <traceability_lots_articles>
        <traceability_lots_article mode="read">
            <department_no>1</department_no>
            <plu_no>1</plu_no>
            <proof_of_origin_type>test_dummy</proof_of_origin_type>
            <lot_id>test_dummy</lot_id>
            <shortname>td</shortname>
            <last_change>2010</last_change>
        </traceability_lots_article>
    </traceability_lots_articles>
</scaledata>