...
Panel | ||
---|---|---|
| ||
|
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 | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |