| Id |
id |
globally unique string that identifies the record.
|
| OwnerId |
c2g.CODAAPICommon.Reference |
id of the user who owns this record.
|
| IsDeleted |
boolean |
indicates whether the record has been moved to the recycle bin (true) or not (false).
|
| Name |
string |
unique number allocated to this sales credit note.
|
| CreatedDate |
datetime |
date and time when this record was created.
|
| CreatedById |
c2g.CODAAPICommon.Reference |
id of the user who created this record.
|
| LastModifiedDate |
datetime |
date and time when this record was last modified by a user.
|
| LastModifiedById |
c2g.CODAAPICommon.Reference |
id of the user who last updated this record.
|
| SystemModstamp |
datetime |
date and time when this record was last modified by a user or by a workflow process (such as a trigger).
|
| Account |
c2g.CODAAPICommon.Reference |
customer account for which you want to create a sales credit note. mandatory.
|
| CopyAccountValues |
boolean |
for internal use only.
|
| CopyDefaultPrintedTextDefinitions |
boolean |
for internal use only.
|
| CreditNoteCurrency |
c2g.CODAAPICommon.Reference |
currency in which monetary values are expressed on the sales credit note. mandatory.
|
| CreditNoteRate |
decimal |
the exchange rate for document to home currency.
|
| DualRate |
decimal |
the exchange rate for home to dual currency.
|
| CreditNoteDate |
date |
date of the sales credit note. mandatory.
|
| CreditNoteDescription |
string |
description of the sales credit note.
|
| CreditNoteReason |
c2g.CODAAPICreditNoteTypes_10_0.enumCreditNoteReason |
reasons for the sales credit note.
|
| CreditNoteStatus |
c2g.CODAAPICreditNoteTypes_10_0.enumCreditNoteStatus |
current status of the sales credit note. mandatory.
|
| CreditNoteTotal |
decimal |
total credit note value, including the tax.
|
| CustomerReference |
string |
customer reference, such as a customer order or returns note number.
|
| DeriveCurrency |
boolean |
for internal use only.
|
| DeriveDueDate |
boolean |
for internal use only.
|
| DerivePeriod |
boolean |
for internal use only.
|
| Dimension1 |
c2g.CODAAPICommon.Reference |
reference to a dimension by which you want to analyze this account.
|
| Dimension2 |
c2g.CODAAPICommon.Reference |
reference to a dimension by which you want to analyze this account.
|
| Dimension3 |
c2g.CODAAPICommon.Reference |
reference to a dimension by which you want to analyze this account.
|
| Dimension4 |
c2g.CODAAPICommon.Reference |
reference to a dimension by which you want to analyze this account.
|
| DiscardReason |
string |
reason why the credit note was discarded.
|
| DueDate |
date |
date the credit note is due for payment.
|
| InvoiceDate |
date |
date of the related sales invoice, if relevant.
|
| Invoice |
c2g.CODAAPICommon.Reference |
reference to the related invoice.
|
| MatchTypeRef |
string |
this field is not applicable to credit notes.
|
| Opportunity |
c2g.CODAAPICommon.Reference |
reference to the opportunity to which this credit note is related, if relevant.
|
| OutstandingValue |
decimal |
amount still owed on this document in document currency.
|
| OwnerCompany |
c2g.CODAAPICommon.Reference |
reference to the company to which this document belongs.
|
| PaymentStatus |
string |
is this document unpaid, part-paid, or paid in full?
|
| Period |
c2g.CODAAPICommon.Reference |
reference to the accounting period in which this document falls. mandatory.
|
| PrintStatus |
c2g.CODAAPICreditNoteTypes_10_0.enumPrintStatus |
current print status.
|
| PrintedText1AllowEdit |
boolean |
indicates whether the text definition in text position 1 is editable.
|
| PrintedText1Heading |
string |
heading at text position 1.
|
| PrintedText1TextDefinitionName |
string |
name of selected text definition.
|
| PrintedText1Text |
string |
body text at text position 1.
|
| PrintedText2AllowEdit |
boolean |
indicates whether the text definition in text position 2 is editable.
|
| PrintedText2Heading |
string |
heading at text position 2.
|
| PrintedText2TextDefinitionName |
string |
name of selected text definition.
|
| PrintedText2Text |
string |
body text at text position 2.
|
| PrintedText3AllowEdit |
boolean |
indicates whether the text definition in text position 3 is editable.
|
| PrintedText3Heading |
string |
heading at text position 3.
|
| PrintedText3TextDefinitionName |
string |
name of selected text definition.
|
| PrintedText3Text |
string |
body text at text position 3.
|
| PrintedText4AllowEdit |
boolean |
indicates whether the text definition in text position 4 is editable.
|
| PrintedText4Heading |
string |
heading at text position 4.
|
| PrintedText4TextDefinitionName |
string |
name of selected text definition.
|
| PrintedText4Text |
string |
body text at text position 4.
|
| PrintedText5AllowEdit |
boolean |
indicates whether the text definition in text position 5 is editable.
|
| PrintedText5Heading |
string |
heading at text position 5.
|
| PrintedText5TextDefinitionName |
string |
name of selected text definition.
|
| PrintedText5Text |
string |
body text at text position 5.
|
| SalesTaxDocumentCode |
string |
a unique code that identifies the document in the external tax calculation system (if applicable).
|
| SalesTaxStatus |
string |
the status of the external sales tax calculation (if applicable): not calculated, calculated, finalized.
|
| TaxCode1 |
c2g.CODAAPICommon.Reference |
tax code 1.
|
| TaxCode2 |
c2g.CODAAPICommon.Reference |
tax code 2.
|
| TaxCode3 |
c2g.CODAAPICommon.Reference |
tax code 3.
|
| TaxTotal |
decimal |
total value of tax on the credit note (tax1total + tax2total + tax3total).
|
| TransactionRef |
c2g.CODAAPICommon.Reference |
number of the transaction created when the credit note was posted.
|
| Year |
string |
name of the year.
|
| NetTotal |
decimal |
total value of items on the credit note, before tax. SUM: CreditNoteLineItem: NetValue
|
| Tax1Total |
decimal |
total value of tax posted to tax code 1. SUM: CreditNoteLineItem: TaxValue
|
| Tax2Total |
decimal |
total value of tax posted to tax code 2. SUM: CreditNoteLineItem: TaxValue
|
| Tax3Total |
decimal |
total value of tax posted to tax code 3. SUM: CreditNoteLineItem: TaxValue
|
| LineItems |
c2g.CODAAPICreditNoteLineItemTypes_10_0.CreditNoteLineItems |
reference to the associated credit note line items. mandatory.
|
| CustomFields |
List<c2g.CODAAPICreditNoteTypes_10_0.CustomField> |
reference to the list of user-defined fields that have been exposed with a type 1 integration rule.
|