...
Element | Data Type | Description | Sample Data |
---|---|---|---|
CompanyId | Int32 | The company Id is a unique identifier for a company. For internal use only | |
CompanyName | String | The company name is a unique identifier for a company | Revolutionary Solutions Corporation US |
CompanyUid | Int64 | A unique and immutable identifier for a company | 1152921504606852296 |
CompanyNumber | String | The company number is a unique identifier for a company | 001 |
Currency | The currency of the company. Click here for more information. | ||
TaxType1 | The tax type 1 of the company. Click here for more information. | ||
TaxType2 | The tax type 2 of the company. Click here for more information. | ||
TaxType3 | The tax type 3 of the company. Click here for more information. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsCompanySummary> <b:CompanyId i:nil="true"/> <b:CompanyName>Revolutionary Solutions Corporation US</b:CompanyName> <b:CompanyUid>1152921504606852296</b:CompanyUid> <b:CompanyNumber>001</b:CompanyNumber> <b:Currency> <b:CurrencyCode>USD</b:CurrencyCode> <b:CurrencyId i:nil="true"/> <b:CurrencyUid>1152921504606849879</b:CurrencyUid> </b:Currency> <b:TaxType1 i:nil="true"/> <b:TaxType2 i:nil="true"/> <b:TaxType3 i:nil="true"/> </b:PwsCompanySummary> <b:PwsCompanySummary> <b:CompanyId i:nil="true"/> <b:CompanyName>Revolutionary Solutions Corporation CA</b:CompanyName> <b:CompanyUid>1152921504606852299</b:CompanyUid> <b:CompanyNumber>002</b:CompanyNumber> <b:Currency> <b:CurrencyCode>CAD</b:CurrencyCode> <b:CurrencyId i:nil="true"/> <b:CurrencyUid>1152921504606849881</b:CurrencyUid> </b:Currency> <b:TaxType1> <b:TaxTypeCode>GSTCA</b:TaxTypeCode> <b:TaxTypeId i:nil="true"/> <b:TaxTypeUid>1152921504606859965</b:TaxTypeUid> <b:AppliesToCostFlag>true</b:AppliesToCostFlag> <b:AppliesToMilestonesFlag>true</b:AppliesToMilestonesFlag> <b:AppliesToTimeFlag>true</b:AppliesToTimeFlag> <b:InactiveFlag>false</b:InactiveFlag> <b:TaxTypeName>Canada Goods & Services Tax</b:TaxTypeName> </b:TaxType1> <b:TaxType2> <b:TaxTypeCode>HSTCA</b:TaxTypeCode> <b:TaxTypeId i:nil="true"/> <b:TaxTypeUid>1152921504606859966</b:TaxTypeUid> <b:AppliesToCostFlag>true</b:AppliesToCostFlag> <b:AppliesToMilestonesFlag>true</b:AppliesToMilestonesFlag> <b:AppliesToTimeFlag>true</b:AppliesToTimeFlag> <b:InactiveFlag>false</b:InactiveFlag> <b:TaxTypeName>Canada Harmonized Sales Tax</b:TaxTypeName> </b:TaxType2> <b:TaxType3> <b:TaxTypeCode>PSTQU</b:TaxTypeCode> <b:TaxTypeId i:nil="true"/> <b:TaxTypeUid>1152921504606859971</b:TaxTypeUid> <b:AppliesToCostFlag>true</b:AppliesToCostFlag> <b:AppliesToMilestonesFlag>true</b:AppliesToMilestonesFlag> <b:AppliesToTimeFlag>true</b:AppliesToTimeFlag> <b:InactiveFlag>false</b:InactiveFlag> <b:TaxTypeName>Quebec Provincial Sales Tax</b:TaxTypeName> </b:TaxType3> </b:PwsCompanySummary> |
...