Mexico (CFDI): Seller Address
Specify the address of the CFDII issuer for Mexico (CFDII).
Section to specify the address of the CFDI issuer.
| Name (Path) | Cardinality | Description |
|---|---|---|
Street Name (/Invoice/AccountingSupplierParty/Party/cac:PostalAddress/StreetName) | 1..1 | Street |
Building Number (/Invoice/AccountingSupplierParty/Party/PostalAddress/BuildingNumber) | 0..1 | Street external number |
Room (/Invoice/AccountingSupplierParty/Party/PostalAddress/Room) | 0..1 | Street internal number |
City Subdivision Code (/Invoice/AccountingSupplierParty/Party/PostalAddress/UBLExtensions/UBLExtension/ExtensionContent/PostalAddressExtension/CitySubdivisionCode) | 0..1 | City Subdivision (Colonia),c_Colonia |
City Code, City (Localidad) (/Invoice/AccountingSupplierParty/Party/PostalAddress/UBLExtensions/UBLExtension/ExtensionContent/PostalAddressExtension/CityCode) | 0..1 | c_Localidad |
Postal Zone (/Invoice/AccountingSupplierParty/Party/PostalAddress/PostalZone) | 1..1 | Postal Code |
Plot Identification (/Invoice/AccountingSupplierParty/Party/PostalAddress/PlotIdentification) | 0..1 | Additional geographic reference |
Country Subentity Code (/Invoice/AccountingSupplierParty/Party/PostalAddress/CountrySubentityCode) | 0..1 | Country Subentity (Municipio),c_Municipio |
State Code (/Invoice/AccountingSupplierParty/Party/PostalAddress/Region) | 1..1 | State, c_Estado |
Country Code (/Invoice/AccountingSupplierParty/Party/PostalAddress/Country/IdentificationCode) | 1..1 | Country (2-digit code) |
Example
<ubl:Invoice>
<!-- code omitted for clarity -->
<cac:AccountingSupplierParty>
<cac:Party>
<!-- code omitted for clarity -->
<cac:PostalAddress>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:PostalAddressExtension>
<vrbl:CityCode>VRBL:MX:01</vrbl:CityCode>
<vrbl:CitySubdivisionCode>VRBL:MX:2775</vrbl:CitySubdivisionCode>
</vrbl:PostalAddressExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<cbc:Room>5</cbc:Room>
<cbc:StreetName>Av. Constitución</cbc:StreetName>
<cbc:BuildingNumber>1000</cbc:BuildingNumber>
<cbc:PlotIdentification>MXEX-2403-987654</cbc:PlotIdentification>
<cbc:PostalZone>26015</cbc:PostalZone>
<cbc:CountrySubentity>Miguel Hidalgo</cbc:CountrySubentity>
<cbc:CountrySubentityCode>VRBL:MX:016</cbc:CountrySubentityCode>
<cbc:Region>VRBL:MX:CMX</cbc:Region>
<cac:Country>
<cbc:IdentificationCode>MX</cbc:IdentificationCode>
</cac:Country>
</cac:PostalAddress>
<!-- code omitted for clarity -->
</cac:Party>
</cac:AccountingSupplierParty>
<!-- code omitted for clarity -->
</ubl:Invoice>
Updated about 18 hours ago
