Method | Description | |
---|---|---|
CreditNote ( int creditNoteId ) : |
GET api/CreditNotes/{id} Returns information about credit note including summaries.
|
|
CreditNoteClient ( ApiContext apiContext ) : System | ||
CreditNoteExpand ( int creditNoteId ) : |
GET api/CreditNotes/{id}/Expand Returns Credit note with related entities by Id.
|
|
CreditNotes ( |
GET api/CreditNotes Returns list of credit notes. Filters are optional.
|
|
CreditNotesExpand ( |
GET api/CreditNotes/Expand Returns credit note list with related entities such as contact information etc.
|
|
FullyPay ( int creditNoteId, System.DateTime paid ) : bool |
PUT api/CreditNotes/{id}/FullyPay?dateOfPayment={dateOfPayment} Method sets credit note as paid.
|
|
FullyUnpay ( int creditNoteId ) : bool |
PUT api/CreditNotes/{id}/FullyUnpay Method sets credit note as unpaid.
|
|
UpdateExported ( int creditNoteId, ExportedStateEnum state ) : bool |
PUT api/CreditNotes/{id}/Exported/{value} Method updates Exported property of the invoice.
|
public CreditNote ( int creditNoteId ) : |
||
creditNoteId | int | |
return |
public CreditNoteClient ( ApiContext apiContext ) : System | ||
apiContext | ApiContext | |
return | System |
public CreditNoteExpand ( int creditNoteId ) : |
||
creditNoteId | int | |
return |
public CreditNotes ( |
||
filter | ||
return | RowsResultWrapper |
public CreditNotesExpand ( |
||
filter | ||
return | RowsResultWrapper |
public FullyPay ( int creditNoteId, System.DateTime paid ) : bool | ||
creditNoteId | int | |
paid | System.DateTime | |
return | bool |
public FullyUnpay ( int creditNoteId ) : bool | ||
creditNoteId | int | |
return | bool |
public UpdateExported ( int creditNoteId, ExportedStateEnum state ) : bool | ||
creditNoteId | int | |
state | ExportedStateEnum | |
return | bool |