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.
|