C# Класс IdokladSdk.Clients.DocumentAddressClient

Methods for work with contact information of the invoices (documents).
Наследование: BaseClient
Показать файл Открыть проект

Открытые методы

Метод Описание
DocumentAddress ( int documentAddressId ) : DocumentAddress

GET api/DocumentAddresses/{id} Returns document contact information. Every invoice has two of this entities - one for supplier and one purchaser. This contact informations are created from Contacts, but can also contain different informations.

DocumentAddressClient ( ApiContext apiContext ) : IdokladSdk.ApiModels
Update ( int documentAddressId, DocumentAddress model ) : DocumentAddress

PUT api/DocumentAddresses/{id} Method updates contact information on the invoice by DocumentAddressId.

Описание методов

DocumentAddress() публичный Метод

GET api/DocumentAddresses/{id} Returns document contact information. Every invoice has two of this entities - one for supplier and one purchaser. This contact informations are created from Contacts, but can also contain different informations.
public DocumentAddress ( int documentAddressId ) : DocumentAddress
documentAddressId int
Результат IdokladSdk.ApiModels.DocumentAddress

DocumentAddressClient() публичный Метод

public DocumentAddressClient ( ApiContext apiContext ) : IdokladSdk.ApiModels
apiContext ApiContext
Результат IdokladSdk.ApiModels

Update() публичный Метод

PUT api/DocumentAddresses/{id} Method updates contact information on the invoice by DocumentAddressId.
public Update ( int documentAddressId, DocumentAddress model ) : DocumentAddress
documentAddressId int
model IdokladSdk.ApiModels.DocumentAddress
Результат IdokladSdk.ApiModels.DocumentAddress