PunchOutOrderMessage Schema
Account Element
PunchOutOrderMessage Schema > CyberStore Element : Account Element
Description
Parent node for information about the Account of the Shopper during the PunchOut session.
Namespace (none)
Diagram
CharacteristicsValues Element IsAssociatedBySalesperson Element Salesperson Element IsSalesperson Element HasFinishedRegistration Element LastLoginDate Element ModifyDate Element CreateDate Element ShippingMapping_ID Element PasswordChangeRequestDate Element VerificationCode Element BillingMapping_ID Element CartXmlXsltFile Element CanPunchOut Element AccountOnHold Element AccountBilling_ID Element AccountShipping_ID Element AllCustomer Element HideBasePrice Element Customer_ID Element novoUserSync Element HasOrderShipping Element CanViewOrderHistory Element CanCheckOut Element IsItemListLimited Element IsCustomerAdmin Element Approved Element OnFileValue Element Override_ITM_ViewList Element OnFile Element ShippingCode Element Email Element AlternatePhoneExt Element AlternatePhone Element PrimaryPhoneExt Element PrimaryPhone Element CompanyName Element LastName Element FirstName Element ID Element Sequence Account Element
Overview
Account
Parent node for information about the Account of the Shopper during the PunchOut session.
Sequence
ID xs:string
The Account ID.
FirstName xs:string
First Name of the Account.
LastName xs:string
Last Name of the Account.
CompanyName xs:string
The Company Name of the Account (not necessarily the Customer Name).
PrimaryPhone xs:string
PrimaryPhoneExt xs:string
AlternatePhone xs:string
AlternatePhoneExt xs:string
Email xs:string
ShippingCode xs:string
OnFile xs:string
OnFileValue xs:string
Approved xs:string
IsCustomerAdmin xs:string
IsItemListLimited xs:string
CanCheckOut xs:string
HasOrderShipping xs:string
novoUserSync xs:string
Customer_ID xs:string
HideBasePrice xs:string
AllCustomer xs:string
AccountShipping_ID xs:string
AccountBilling_ID xs:string
AccountOnHold xs:string
CanPunchOut xs:string
CartXmlXsltFile xs:string
BillingMapping_ID xs:string
VerificationCode xs:string
ShippingMapping_ID xs:string
CreateDate xs:string
ModifyDate xs:string
LastLoginDate xs:string
IsSalesperson xs:string
Salesperson xs:string
CharacteristicsValues
Parent node for Characteristic Values of the Account of the Shopper during the PunchOut session..
Sequence
Sequence
Name required xs:string
Sequence
Characteristic Extension of xs:string
Name required xs:string
Type required xs:string
Source
<xs:element name="Account" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ID" type="xs:string" />
      <xs:element name="FirstName" type="xs:string" />
      <xs:element name="LastName" type="xs:string" />
      <xs:element name="CompanyName" type="xs:string" />
      <xs:element name="PrimaryPhone" type="xs:string" />
      <xs:element name="PrimaryPhoneExt" type="xs:string" />
      <xs:element name="AlternatePhone" type="xs:string" />
      <xs:element name="AlternatePhoneExt" type="xs:string" />
      <xs:element name="Email" type="xs:string" />
      <xs:element name="ShippingCode" type="xs:string" />
      <xs:element name="OnFile" type="xs:string" />
      <xs:element name="Override_ITM_ViewList" type="xs:string" />
      <xs:element name="OnFileValue" type="xs:string" />
      <xs:element name="Approved" type="xs:string" />
      <xs:element name="IsCustomerAdmin" type="xs:string" />
      <xs:element name="IsItemListLimited" type="xs:string" />
      <xs:element name="CanCheckOut" type="xs:string" />
      <xs:element name="CanViewOrderHistory" type="xs:string" />
      <xs:element name="HasOrderShipping" type="xs:string" />
      <xs:element name="novoUserSync" type="xs:string" />
      <xs:element name="Customer_ID" type="xs:string" />
      <xs:element name="HideBasePrice" type="xs:string" />
      <xs:element name="AllCustomer" type="xs:string" />
      <xs:element name="AccountShipping_ID" type="xs:string" />
      <xs:element name="AccountBilling_ID" type="xs:string" />
      <xs:element name="AccountOnHold" type="xs:string" />
      <xs:element name="CanPunchOut" type="xs:string" />
      <xs:element name="CartXmlXsltFile" type="xs:string" />
      <xs:element name="BillingMapping_ID" type="xs:string" />
      <xs:element name="VerificationCode" type="xs:string" />
      <xs:element name="PasswordChangeRequestDate" type="xs:string" />
      <xs:element name="ShippingMapping_ID" type="xs:string" />
      <xs:element name="CreateDate" type="xs:string" />
      <xs:element name="ModifyDate" type="xs:string" />
      <xs:element name="LastLoginDate" type="xs:string" />
      <xs:element name="HasFinishedRegistration" type="xs:string" />
      <xs:element name="IsSalesperson" type="xs:string" />
      <xs:element name="Salesperson" type="xs:string" />
      <xs:element name="IsAssociatedBySalesperson" type="xs:string" />
      <xs:element name="CharacteristicsValues">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="CharacteristicValues">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Family">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Characteristic">
                          <xs:complexType>
                            <xs:simpleContent>
                              <xs:extension base="xs:string">
                                <xs:attribute name="Name" type="xs:string" use="required" />
                                <xs:attribute name="Type" type="xs:string" use="required" />
                              </xs:extension>
                            </xs:simpleContent>
                          </xs:complexType>
                        </xs:element>
                      </xs:sequence>
                      <xs:attribute name="Name" type="xs:string" use="required" />
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
CyberStore ElementPunchOutOrderMessage Schema