Kimenő számla számlakibocsátója (eladója) vagy vevője.
Mezői:
- name
- string típusú
- pl. "Példa Kft."
- tax_number
- string típusú
- pl. "12345676-1-12"
- eu_vat_number
- string típusú
- pl. "HU12345676"
- email
- string típusú
- pl. "email@example.com"
- country
- enum, típusa Country
- pl. "HU"
- region
- string típusú
- pl. "Budapest", "Fejér megye"
- postal_code
- string típusú
- pl. "1234"
- city
- string típusú
- pl. "Budapest"
- address
- string típusú
- pl. "Példa utca 1."
Példa:
{
"name": "Példa Kft.",
"tax_number": "12345676-1-12",
"eu_vat_number": "HU12345676",
"email": "email@example.com",
"country": "HU",
"region": "Budapest",
"postal_code": "1234",
"city": "Budapest",
"address": "Példa utca 1."
}
Hozzászólások
0 hozzászólás
Hozzászólások írásához jelentkezzen be.