Informace o requestu
Vrátí fakturační údaje dodavatele faktury vydané.
Příklad URL:
v2.0/IssuedInvoices/{id}/MyDocumentAddress
Jméno | Popis | Typ | Doplňující informace |
---|---|---|---|
id |
Id faktury |
integer |
Required |
id |
Id faktury |
integer |
Required |
Žádné.
Informace o response
Jméno | Popis | Typ | Doplňující informace |
---|---|---|---|
AccountNumber | string |
Délka: mezi 0 a 50 včetně |
|
Bank | string |
Délka: mezi 0 a 100 včetně |
|
BankNumberCode | string |
Délka: mezi 0 a 4 včetně |
|
City | string |
Délka: mezi 0 a 50 včetně |
|
Country | string |
Délka: mezi 0 a 100 včetně |
|
CountryId | integer |
Readonly |
|
DateLastChange | date |
Data type: DateTime Readonly |
|
string |
Data type: EmailAddress Délka: mezi 0 a 254 včetně |
||
Fax | string |
Délka: mezi 0 a 20 včetně |
|
Firstname | string |
Délka: mezi 0 a 50 včetně |
|
Iban | string |
Délka: mezi 0 a 50 včetně |
|
Id |
Identifikace resource |
integer |
Readonly |
IdentificationNumber | string |
Délka: mezi 0 a 20 včetně |
|
Mobile | string |
Délka: mezi 0 a 20 včetně |
|
NickName | string |
Délka: mezi 0 a 200 včetně |
|
Phone | string |
Data type: PhoneNumber Délka: mezi 0 a 20 včetně |
|
PostalCode | string |
Délka: mezi 0 a 11 včetně |
|
Street | string |
Délka: mezi 0 a 100 včetně |
|
Surname | string |
Délka: mezi 0 a 50 včetně |
|
Swift | string |
Délka: mezi 0 a 11 včetně |
|
Title | string |
Délka: mezi 0 a 50 včetně |
|
VatIdentificationNumber | string |
Délka: mezi 0 a 20 včetně |
|
VatIdentificationNumberSk | string |
Délka: mezi 0 a 20 včetně Používá se v Sk legislativě. |
|
Www | string |
Délka: mezi 0 a 50 včetně |
{ "AccountNumber": "sample string 1", "Bank": "sample string 2", "BankNumberCode": "sample string 3", "City": "sample string 4", "Country": "sample string 5", "CountryId": 1, "DateLastChange": "2024-11-02T03:29:23.4180883+00:00", "Email": "sample string 7", "Fax": "sample string 8", "Firstname": "sample string 9", "Iban": "sample string 10", "IdentificationNumber": "sample string 11", "Mobile": "sample string 12", "NickName": "sample string 13", "Phone": "sample string 14", "PostalCode": "sample string 15", "Street": "sample string 16", "Surname": "sample string 17", "Swift": "sample string 18", "Title": "sample string 19", "VatIdentificationNumber": "sample string 20", "VatIdentificationNumberSk": "sample string 21", "Www": "sample string 22", "Id": 23 }
<DocumentAddressApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doklad.Api.ApiModels"> <Id xmlns="http://schemas.datacontract.org/2004/07/Doklad.Api.ApiModels.BaseModels">23</Id> <Links xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Doklad.Api.ApiModels.BaseModels"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> </Links> <AccountNumber>sample string 1</AccountNumber> <Bank>sample string 2</Bank> <BankNumberCode>sample string 3</BankNumberCode> <City>sample string 4</City> <Country>sample string 5</Country> <CountryId>1</CountryId> <DateLastChange>2024-11-02T03:29:23.4180883+00:00</DateLastChange> <Email>sample string 7</Email> <Fax>sample string 8</Fax> <Firstname>sample string 9</Firstname> <Iban>sample string 10</Iban> <IdentificationNumber>sample string 11</IdentificationNumber> <Mobile>sample string 12</Mobile> <NickName>sample string 13</NickName> <Phone>sample string 14</Phone> <PostalCode>sample string 15</PostalCode> <Street>sample string 16</Street> <Surname>sample string 17</Surname> <Swift>sample string 18</Swift> <Title>sample string 19</Title> <VatIdentificationNumber>sample string 20</VatIdentificationNumber> <VatIdentificationNumberSk>sample string 21</VatIdentificationNumberSk> <Www>sample string 22</Www> </DocumentAddressApiModel>