Sha256: 395213401f5fc3f8b83ee58e98dec5c63b91e5c0bf36d2cd97f032aed5a3317a

Contents?: true

Size: 717 Bytes

Versions: 9

Compression:

Stored size: 717 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<customerOrder
    vatIncluded="true"
    applicable="true"
    sourceStoreuuId="existing-store-uuid" 
    payerVat="true"
    sourceAgentUuid="existing-counterparty-uuid" 
    targetAgentUuid="existing-organization-uuid"
    moment="2011-06-27T06:27:00+04:00"
    name="0001">

    <uuid>existing-customerorder-uuid</uuid>

    <customerOrderPosition
        vat="18"
        goodUuid="existing-good-uuid"
        quantity="4.0"
        discount="0.0">

        <uuid>existing-customerorder-position-uuid</uuid>

        <basePrice
            sumInCurrency="555000.0"
            sum="555000.0"/>
 
        <reserve>0.0</reserve>
    </customerOrderPosition>
</customerOrder>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
moysklad-0.3.0 spec/fixtures/customer_order.xml
amo_crm-0.2.2 spec/fixtures/customer_order.xml
moysklad-0.2.1 spec/fixtures/customer_order.xml
moysklad-0.2.0 spec/fixtures/customer_order.xml
moysklad-0.1.5 spec/fixtures/customer_order.xml
moysklad-0.1.4 spec/fixtures/customer_order.xml
moysklad-0.1.3 spec/fixtures/customer_order.xml
moysklad-0.1.2 spec/fixtures/customer_order.xml
moysklad-0.1.1 spec/fixtures/customer_order.xml