Versions Compared

Key

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

...

Element

Data Type

Required?

Default

Description

Sample Data

CompanyId

Int32

On Insert: No

On Update: No


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


CompanyName

String

On Insert: Yes

On Update: Yes (if CompanyUid or CompanyNumber is not provided)




CompanyUid

Int64

On Insert: No

On Update: Yes (if CompanyName or CompanyNumber is not provided)




CompanyNumber

String

On Insert: No

On Update: Yes (if CompanyName or CompanyUid is not provided)




Usage Example(s)

Code Block
languagexml
titleExample 01
collapsetrue
                  <b:CompanyIdentity>
                     <b:CompanyId i:nil="true"/>
                     <b:CompanyName>USA</b:CompanyName>
                     <b:CompanyUid>1152921504606850739</b:CompanyUid>
                     <b:CompanyNumber>USA</b:CompanyNumber>
                  </b:CompanyIdentity>