...
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 |
Company Card | |||
VendorUid | Int64 | See VendorName | A unique and immutable identifier for a vendor |
1152921504607055836 | |||
VendorNumber | String | See VendorName | The vendor number is a unique identifier for a vendor |
CC123 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:VendorIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:VendorId i:nil="true"/> <b:VendorName>BethVendorName>Company Brown<Card</b:VendorName> <b:VendorUid>1152921504607055834</b:VendorUid> <b:VendorNumber>Beth Brown<VendorNumber>CC123</b:VendorNumber> </a:VendorIdentity> |