Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsVendorRef
  • PwsVendorRef
    • VendorId: Int32
    • VendorName: String
    • VendorUid: Int64
    • VendorNumber: String

Elements


Element

Data Type

Required?

Description

Sample Data

VendorId

Int32

No

The vendor Id is a unique identifier for a vendor. For internal use only.

 

VendorName

String

One of VendorName, VendorUid and/or VendorNumber is required

The vendor name is a unique identifier for a vendor

 

VendorUid

Int64

See VendorName

A unique and immutable identifier for a vendor 

 

VendorNumber

String

See VendorName

The vendor number is a unique identifier for a vendor

 

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                  <a:VendorIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:VendorId i:nil="true"/>
                     <b:VendorName>Beth Brown</b:VendorName>
                     <b:VendorUid>1152921504607055834</b:VendorUid>
                     <b:VendorNumber>Beth Brown</b:VendorNumber>
                  </a:VendorIdentity>