Documentation.

Withdraw.

Withdrawl auction(s).

Embedded HTML is not allowed in any field.

Each FieldName must have a corresponding XML entity.

    Example:
    <?xml version='1.0' encoding='UTF-8'?>
    <Withdraw>
       <Row>
          <field_1>data</field_1>
          <field_2>data</field_2>
          <field_3>data</field_3>
       </Row>
    </Withdraw>

Required Pairs

 Order   Name   Value Type 
1 Asset integer (Required)
2 WithdrawReason string (Required)
(500 character max)
Example XML
Additional rows can be included.

    Single Asset, Single image:
    <?xml version="1.0" encoding="UTF-8"?>
    <Withdraw>
    <Row>
      <Asset> </Asset>
      <WithdrawReason> </WithdrawReason>
    </Row>
    </Withdraw>