C# 클래스 IdokladSdk.Clients.DocumentAddressClient

Methods for work with contact information of the invoices (documents).
상속: BaseClient
파일 보기 프로젝트 열기: mholec/idoklad-sdk-csharp

공개 메소드들

메소드 설명
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