Required permission: | CustomerCreditNote-Transaction.ADD |
POST | /CustomerCreditNotes/simple | Create a record for Customer Credit Note | AcCusCreditNoteMID is a primary key |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CustomerCreditNote | body | CustomerCreditNoteSimple | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
DocumentHeader | form | DocumentHeader | Yes | Customer Credit Note Header - Primary Key: AcCusCreditNoteMID |
DocumentDetails | form | DocumentDetails | Yes | Customer Credit Note Details - Primary Key: AcCusCreditNoteMID, ItemNo |
DocumentKnockOffDetails | form | DocumentKnockOffDetails | Yes | Customer Credit Note Knock-Off Details - Primary Key: AcCusCreditNoteMID, MatchType, MatchDocumentNo. Note: You may get the outstanding list from CustomerOutstandingDocumentListing service. |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AcCusCreditNoteMID | form | NVARCHAR(20) | Yes | Credit Note Number |
AcCustomerID | form | NVARCHAR(20) | Yes | Customer ID |
AcSalesmanID | form | NVARCHAR(20) | No | Salesman ID. Default to customer's salesman if not specified |
AcLocationID | form | NVARCHAR(20) | Yes | Location ID |
DocumentDate | form | DATE | Yes | Credit Note Date |
DocumentNetAmount | form | NUMERIC(18,2) | Yes | Net Amount. Before Round Cent Adjustment |
DocumentCentBalance | form | NUMERIC(18,2) | Yes | Round Cent Adjustment Amount |
DocumentFinalAmount | form | NUMERIC(18,2) | Yes | Final Amount. After Round Cent Adjustment |
DocumentItemCurrencyAppliedAmount | form | NUMERIC(18,2) | Yes | Total Applied Amount. Total knock-off amount that applied to outstanding invoices. |
DocumentUnappliedCurrencyAmount | form | NUMERIC(18,2) | Yes | Total Unapplied Amount. It would be Advanced Amount. Balance amount after knock-off amount to outstanding invoice amount. |
RefDocumentNo | form | NVARCHAR(100) | No | Reference Number |
DocumentRemark | form | NVARCHAR(100) | No | Document Remark |
ExtraRemark1 | form | NVARCHAR(100) | No | Extra Remark 1 |
ExtraRemark2 | form | NVARCHAR(100) | No | Extra Remark 2 |
ExtraRemark3 | form | NVARCHAR(100) | No | Extra Remark 3 |
ExtraRemark4 | form | NVARCHAR(100) | No | Extra Remark 4 |
DocumentYourReference | form | NVARCHAR(50) | No | Your Reference |
ShipToRemark | form | NVARCHAR(100) | No | Ship To: Remark |
ShipToShipVia | form | NVARCHAR(20) | No | Ship To: Ship Via |
ShipToAddress1 | form | NVARCHAR(MAX) | No | Ship To: Address 1 |
ShipToAddress2 | form | NVARCHAR(100) | No | Ship To: Address 2 |
ShipToAddress3 | form | NVARCHAR(100) | No | Ship To: Address 3 |
ShipToAddress4 | form | NVARCHAR(100) | No | Ship To: Address 4 |
ShipToPhone1 | form | NVARCHAR(100) | No | Ship To: Phone 1 |
ShipToPhone2 | form | NVARCHAR(100) | No | Ship To: Phone 1 |
ShipToFax | form | NVARCHAR(100) | No | Ship To: Fax |
ShipToContact1 | form | NVARCHAR(100) | No | Ship To: Contact 1 |
ShipToContact2 | form | NVARCHAR(100) | No | Ship To: Contact 2 |
ShipToAttention | form | NVARCHAR(100) | No | Ship To: Attention |
IsUseTransactionBuyerElement | form | NVARCHAR(100) | No | Use Transaction's Buyer Element?. True: Buyer Elements will stored based on provided value; False: Buyer Elements will stored based on Customer Profile's E-Invoice Elements |
AcEInvoiceDocumentFlowID | form | NVARCHAR(100) | No | E-Invoice Document Flow ID. Open; Ready to Submit; Not Applicable |
EInvoiceRegName_Buyer | form | NVARCHAR(300) | No | E-Invoice Registration Name Buyer |
EInvoiceRegTIN_Buyer | form | NVARCHAR(40) | No | E-Invoice Registration TIN Buyer |
EInvoiceRegNumber_Buyer | form | NVARCHAR(40) | No | E-Invoice Registration Number Buyer |
EInvoiceBuyerIsMalaysian | form | NVARCHAR(1) | Yes | E-Invoice Buyer Is Malaysian. Y/N |
EInvoiceBuyerRegType | form | NVARCHAR(20) | No | E-Invoice Buyer Registration Type. NRIC/BRN/PASSPORT/ARMY |
EInvoiceRegSSTNumber_Buyer | form | NVARCHAR(40) | No | E-Invoice Registration SST Number Buyer |
EInvoiceRegEmail_Buyer | form | NVARCHAR(320) | No | E-Invoice Registration Email Buyer |
EInvoiceAddressLine0_Buyer | form | NVARCHAR(150) | No | E-Invoice Address Line 0 Buyer |
EInvoiceAddressLine1_Buyer | form | NVARCHAR(150) | No | E-Invoice Address Line 1 Buyer |
EInvoiceAddressLine2_Buyer | form | NVARCHAR(150) | No | E-Invoice Address Line 2 Buyer |
EInvoiceAddressPostalZone_Buyer | form | NVARCHAR(50) | No | E-Invoice Address Postal Zone Buyer |
EInvoiceAddressCityName_Buyer | form | NVARCHAR(50) | No | E-Invoice Address City Name Buyer |
AcEInvoiceAddressStateID_Buyer | form | NVARCHAR(20) | No | E-Invoice Address State ID Buyer. 00 to 17 |
AcEInvoiceAddressCountryID_Buyer | form | NVARCHAR(20) | No | E-Invoice Address Country ID Buyer. MYS |
EInvoiceRegContactNumber_Buyer | form | NVARCHAR(20) | No | E-Invoice Registration Contact Number Buyer |
IsEnableEInvoiceMYS | form | NVARCHAR(1) | No | E-Invoice Is Enabled. (Read-Only) |
AcEInvoiceDocumentStatusID | form | NVARCHAR(40) | No | E-Invoice Document Status ID. (Read-Only). Valid;Invalid;Submitted;Cancelled |
IsConsolidatedEInvoice | form | NVARCHAR(1) | No | E-Invoice Is Marked for Consolidated E-Invoice. Y/N. (Read-Only) |
EInvoiceDocumentNumber_Consolidated | form | NVARCHAR(50) | No | E-Invoice Consolidated E-Invoice Document Number. (Read-Only) |
EInvoiceSubmissionUUID | form | NVARCHAR(40) | No | E-Invoice Submission UUID. (Read-Only) |
EInvoiceValidationUUID | form | NVARCHAR(40) | No | E-Invoice Validation UUID. (Read-Only) |
EInvoiceValidationDateTime | form | DATETIME | No | E-Invoice Validated Datetime. (Read-Only) |
EInvoiceValidationLink | form | NVARCHAR(MAX) | No | E-Invoice Validation Link. (Read-Only) |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AcCusCreditNoteMID | form | NVARCHAR(20) | Yes | Credit Note Number |
ItemNo | form | INT | Yes | Item Number |
AcStockID | form | NVARCHAR(20) | Yes | Stock ID |
AcStockUOMID | form | NVARCHAR(20) | Yes | Stock UOM ID |
ItemUnitPrice | form | NUMERIC(18,4) | Yes | Item Unit Price |
ItemQuantity | form | NUMERIC(18,4) | Yes | Item Quantity |
ItemGrossTotal | form | NUMERIC(18,2) | Yes | Item Gross Total. [Item Unit Price] x [Item Quantity] |
ItemDiscountAmount | form | NUMERIC(18,2) | Yes | Item Discount Amount |
ItemTotalPrice | form | NUMERIC(18,2) | Yes | Item Total Price. [(Unit Price x Quantity) - Discount Amount] |
ItemRemark1 | form | NVARCHAR(MAX) | Yes | Item Remark 1 |
MatchIsActive | form | NVARCHAR(1) | Yes | Match Is Active. (Y/N). Default to N. If Y, please provide MatchType;MatchDocumentNo;MatchItemNo |
MatchType | form | NVARCHAR(20) | No | Match Document Type. Valid Value: Customer Invoice |
MatchDocumentNo | form | NVARCHAR(20) | No | Match Document Number. |
MatchItemNo | form | INT | Yes | Match Document Item Number. |
AcEInvoiceItemClassificationID | form | NVARCHAR(20) | No | E-Invoice Item Classification Code (Read-Only) |
AcEInvoiceItemTaxTypeID | form | NVARCHAR(20) | No | E-Invoice Item Tax Type Code (Read-Only) |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AcCusCreditNoteMID | form | NVARCHAR(20) | Yes | Credit Note Number |
ItemNo | form | INT | Yes | Item Number |
MatchType | form | NVARCHAR(20) | Yes | Match Document Type |
MatchDocumentNo | form | NVARCHAR(20) | Yes | Match Document Number |
ItemRemark1 | form | NVARCHAR(MAX) | Yes | Item Remark 1. Match Document Remark |
ItemCurrencyAmount | form | NUMERIC(18,2) | Yes | Item Currency Amount. Current outstanding amount. |
ItemCurrencyAppliedAmount | form | NUMERIC(18,2) | Yes | Item Currency Applied Amount. Amount used to knock-off the oustanding amount. Applied amount should not greater than outstanding amount. |
ItemCurrencyBalanceAmount | form | NUMERIC(18,2) | Yes | Item Currency Balance Amount. Balance amount after knock-off the outstanding amount. (ItemCurrencyBalanceAmount = ItemCurrencyAmount - ItemCurrencyAppliedAmount). Should not have negative balance. |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CustomerCreditNote | form | CustomerCreditNoteSimple | No | |
ResponseStatus | form | ResponseStatus | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /CustomerCreditNotes/simple HTTP/1.1
Host: snr2u.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<CreateCustomerCreditNoteSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel">
<CustomerCreditNote xmlns:d2p1="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel.Types">
<d2p1:DocumentDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel.Types.CustomerCreditNote">
<d3p1:AcCusCreditNoteDSimple>
<d3p1:AcCusCreditNoteMID>String</d3p1:AcCusCreditNoteMID>
<d3p1:AcEInvoiceItemClassificationID>String</d3p1:AcEInvoiceItemClassificationID>
<d3p1:AcEInvoiceItemTaxTypeID>String</d3p1:AcEInvoiceItemTaxTypeID>
<d3p1:AcStockID>String</d3p1:AcStockID>
<d3p1:AcStockUOMID>String</d3p1:AcStockUOMID>
<d3p1:ItemDiscountAmount>0</d3p1:ItemDiscountAmount>
<d3p1:ItemGrossTotal>0</d3p1:ItemGrossTotal>
<d3p1:ItemNo>0</d3p1:ItemNo>
<d3p1:ItemQuantity>0</d3p1:ItemQuantity>
<d3p1:ItemRemark1>String</d3p1:ItemRemark1>
<d3p1:ItemTotalPrice>0</d3p1:ItemTotalPrice>
<d3p1:ItemUnitPrice>0</d3p1:ItemUnitPrice>
<d3p1:MatchDocumentNo>String</d3p1:MatchDocumentNo>
<d3p1:MatchIsActive>String</d3p1:MatchIsActive>
<d3p1:MatchItemNo>0</d3p1:MatchItemNo>
<d3p1:MatchType>String</d3p1:MatchType>
</d3p1:AcCusCreditNoteDSimple>
</d2p1:DocumentDetails>
<d2p1:DocumentHeader xmlns:d3p1="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel.Types.CustomerCreditNote">
<d3p1:AcCusCreditNoteMID>String</d3p1:AcCusCreditNoteMID>
<d3p1:AcCustomerID>String</d3p1:AcCustomerID>
<d3p1:AcEInvoiceAddressCountryID_Buyer>String</d3p1:AcEInvoiceAddressCountryID_Buyer>
<d3p1:AcEInvoiceAddressStateID_Buyer>String</d3p1:AcEInvoiceAddressStateID_Buyer>
<d3p1:AcEInvoiceDocumentFlowID>String</d3p1:AcEInvoiceDocumentFlowID>
<d3p1:AcEInvoiceDocumentStatusID>String</d3p1:AcEInvoiceDocumentStatusID>
<d3p1:AcLocationID>String</d3p1:AcLocationID>
<d3p1:AcSalesmanID>String</d3p1:AcSalesmanID>
<d3p1:DocumentCentBalance>0</d3p1:DocumentCentBalance>
<d3p1:DocumentDate>0001-01-01T00:00:00</d3p1:DocumentDate>
<d3p1:DocumentFinalAmount>0</d3p1:DocumentFinalAmount>
<d3p1:DocumentItemCurrencyAppliedAmount>0</d3p1:DocumentItemCurrencyAppliedAmount>
<d3p1:DocumentNetAmount>0</d3p1:DocumentNetAmount>
<d3p1:DocumentRemark>String</d3p1:DocumentRemark>
<d3p1:DocumentUnappliedCurrencyAmount>0</d3p1:DocumentUnappliedCurrencyAmount>
<d3p1:DocumentYourReference>String</d3p1:DocumentYourReference>
<d3p1:EInvoiceAddressCityName_Buyer>String</d3p1:EInvoiceAddressCityName_Buyer>
<d3p1:EInvoiceAddressLine0_Buyer>String</d3p1:EInvoiceAddressLine0_Buyer>
<d3p1:EInvoiceAddressLine1_Buyer>String</d3p1:EInvoiceAddressLine1_Buyer>
<d3p1:EInvoiceAddressLine2_Buyer>String</d3p1:EInvoiceAddressLine2_Buyer>
<d3p1:EInvoiceAddressPostalZone_Buyer>String</d3p1:EInvoiceAddressPostalZone_Buyer>
<d3p1:EInvoiceBuyerIsMalaysian>String</d3p1:EInvoiceBuyerIsMalaysian>
<d3p1:EInvoiceBuyerRegType>String</d3p1:EInvoiceBuyerRegType>
<d3p1:EInvoiceDocumentNumber_Consolidated>String</d3p1:EInvoiceDocumentNumber_Consolidated>
<d3p1:EInvoiceRegContactNumber_Buyer>String</d3p1:EInvoiceRegContactNumber_Buyer>
<d3p1:EInvoiceRegEmail_Buyer>String</d3p1:EInvoiceRegEmail_Buyer>
<d3p1:EInvoiceRegName_Buyer>String</d3p1:EInvoiceRegName_Buyer>
<d3p1:EInvoiceRegNumber_Buyer>String</d3p1:EInvoiceRegNumber_Buyer>
<d3p1:EInvoiceRegSSTNumber_Buyer>String</d3p1:EInvoiceRegSSTNumber_Buyer>
<d3p1:EInvoiceRegTIN_Buyer>String</d3p1:EInvoiceRegTIN_Buyer>
<d3p1:EInvoiceSubmissionUUID>String</d3p1:EInvoiceSubmissionUUID>
<d3p1:EInvoiceValidationDateTime>0001-01-01T00:00:00</d3p1:EInvoiceValidationDateTime>
<d3p1:EInvoiceValidationLink>String</d3p1:EInvoiceValidationLink>
<d3p1:EInvoiceValidationUUID>String</d3p1:EInvoiceValidationUUID>
<d3p1:ExtraRemark1>String</d3p1:ExtraRemark1>
<d3p1:ExtraRemark2>String</d3p1:ExtraRemark2>
<d3p1:ExtraRemark3>String</d3p1:ExtraRemark3>
<d3p1:ExtraRemark4>String</d3p1:ExtraRemark4>
<d3p1:IsConsolidatedEInvoice>String</d3p1:IsConsolidatedEInvoice>
<d3p1:IsEnableEInvoiceMYS>String</d3p1:IsEnableEInvoiceMYS>
<d3p1:IsUseTransactionBuyerElement>false</d3p1:IsUseTransactionBuyerElement>
<d3p1:RefDocumentNo>String</d3p1:RefDocumentNo>
<d3p1:ShipToAddress1>String</d3p1:ShipToAddress1>
<d3p1:ShipToAddress2>String</d3p1:ShipToAddress2>
<d3p1:ShipToAddress3>String</d3p1:ShipToAddress3>
<d3p1:ShipToAddress4>String</d3p1:ShipToAddress4>
<d3p1:ShipToAttention>String</d3p1:ShipToAttention>
<d3p1:ShipToContact1>String</d3p1:ShipToContact1>
<d3p1:ShipToContact2>String</d3p1:ShipToContact2>
<d3p1:ShipToFax>String</d3p1:ShipToFax>
<d3p1:ShipToPhone1>String</d3p1:ShipToPhone1>
<d3p1:ShipToPhone2>String</d3p1:ShipToPhone2>
<d3p1:ShipToRemark>String</d3p1:ShipToRemark>
<d3p1:ShipToShipVia>String</d3p1:ShipToShipVia>
</d2p1:DocumentHeader>
<d2p1:DocumentKnockOffDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel.Types.CustomerCreditNote">
<d3p1:AcCusCreditNoteAsSimple>
<d3p1:AcCusCreditNoteMID>String</d3p1:AcCusCreditNoteMID>
<d3p1:ItemCurrencyAmount>0</d3p1:ItemCurrencyAmount>
<d3p1:ItemCurrencyAppliedAmount>0</d3p1:ItemCurrencyAppliedAmount>
<d3p1:ItemCurrencyBalanceAmount>0</d3p1:ItemCurrencyBalanceAmount>
<d3p1:ItemNo>0</d3p1:ItemNo>
<d3p1:ItemRemark1>String</d3p1:ItemRemark1>
<d3p1:MatchDocumentNo>String</d3p1:MatchDocumentNo>
<d3p1:MatchType>String</d3p1:MatchType>
</d3p1:AcCusCreditNoteAsSimple>
</d2p1:DocumentKnockOffDetails>
</CustomerCreditNote>
</CreateCustomerCreditNoteSimple>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <CreateCustomerCreditNoteSimpleResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel"> <CustomerCreditNote xmlns:d2p1="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel.Types"> <d2p1:DocumentDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel.Types.CustomerCreditNote"> <d3p1:AcCusCreditNoteDSimple> <d3p1:AcCusCreditNoteMID>String</d3p1:AcCusCreditNoteMID> <d3p1:AcEInvoiceItemClassificationID>String</d3p1:AcEInvoiceItemClassificationID> <d3p1:AcEInvoiceItemTaxTypeID>String</d3p1:AcEInvoiceItemTaxTypeID> <d3p1:AcStockID>String</d3p1:AcStockID> <d3p1:AcStockUOMID>String</d3p1:AcStockUOMID> <d3p1:ItemDiscountAmount>0</d3p1:ItemDiscountAmount> <d3p1:ItemGrossTotal>0</d3p1:ItemGrossTotal> <d3p1:ItemNo>0</d3p1:ItemNo> <d3p1:ItemQuantity>0</d3p1:ItemQuantity> <d3p1:ItemRemark1>String</d3p1:ItemRemark1> <d3p1:ItemTotalPrice>0</d3p1:ItemTotalPrice> <d3p1:ItemUnitPrice>0</d3p1:ItemUnitPrice> <d3p1:MatchDocumentNo>String</d3p1:MatchDocumentNo> <d3p1:MatchIsActive>String</d3p1:MatchIsActive> <d3p1:MatchItemNo>0</d3p1:MatchItemNo> <d3p1:MatchType>String</d3p1:MatchType> </d3p1:AcCusCreditNoteDSimple> </d2p1:DocumentDetails> <d2p1:DocumentHeader xmlns:d3p1="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel.Types.CustomerCreditNote"> <d3p1:AcCusCreditNoteMID>String</d3p1:AcCusCreditNoteMID> <d3p1:AcCustomerID>String</d3p1:AcCustomerID> <d3p1:AcEInvoiceAddressCountryID_Buyer>String</d3p1:AcEInvoiceAddressCountryID_Buyer> <d3p1:AcEInvoiceAddressStateID_Buyer>String</d3p1:AcEInvoiceAddressStateID_Buyer> <d3p1:AcEInvoiceDocumentFlowID>String</d3p1:AcEInvoiceDocumentFlowID> <d3p1:AcEInvoiceDocumentStatusID>String</d3p1:AcEInvoiceDocumentStatusID> <d3p1:AcLocationID>String</d3p1:AcLocationID> <d3p1:AcSalesmanID>String</d3p1:AcSalesmanID> <d3p1:DocumentCentBalance>0</d3p1:DocumentCentBalance> <d3p1:DocumentDate>0001-01-01T00:00:00</d3p1:DocumentDate> <d3p1:DocumentFinalAmount>0</d3p1:DocumentFinalAmount> <d3p1:DocumentItemCurrencyAppliedAmount>0</d3p1:DocumentItemCurrencyAppliedAmount> <d3p1:DocumentNetAmount>0</d3p1:DocumentNetAmount> <d3p1:DocumentRemark>String</d3p1:DocumentRemark> <d3p1:DocumentUnappliedCurrencyAmount>0</d3p1:DocumentUnappliedCurrencyAmount> <d3p1:DocumentYourReference>String</d3p1:DocumentYourReference> <d3p1:EInvoiceAddressCityName_Buyer>String</d3p1:EInvoiceAddressCityName_Buyer> <d3p1:EInvoiceAddressLine0_Buyer>String</d3p1:EInvoiceAddressLine0_Buyer> <d3p1:EInvoiceAddressLine1_Buyer>String</d3p1:EInvoiceAddressLine1_Buyer> <d3p1:EInvoiceAddressLine2_Buyer>String</d3p1:EInvoiceAddressLine2_Buyer> <d3p1:EInvoiceAddressPostalZone_Buyer>String</d3p1:EInvoiceAddressPostalZone_Buyer> <d3p1:EInvoiceBuyerIsMalaysian>String</d3p1:EInvoiceBuyerIsMalaysian> <d3p1:EInvoiceBuyerRegType>String</d3p1:EInvoiceBuyerRegType> <d3p1:EInvoiceDocumentNumber_Consolidated>String</d3p1:EInvoiceDocumentNumber_Consolidated> <d3p1:EInvoiceRegContactNumber_Buyer>String</d3p1:EInvoiceRegContactNumber_Buyer> <d3p1:EInvoiceRegEmail_Buyer>String</d3p1:EInvoiceRegEmail_Buyer> <d3p1:EInvoiceRegName_Buyer>String</d3p1:EInvoiceRegName_Buyer> <d3p1:EInvoiceRegNumber_Buyer>String</d3p1:EInvoiceRegNumber_Buyer> <d3p1:EInvoiceRegSSTNumber_Buyer>String</d3p1:EInvoiceRegSSTNumber_Buyer> <d3p1:EInvoiceRegTIN_Buyer>String</d3p1:EInvoiceRegTIN_Buyer> <d3p1:EInvoiceSubmissionUUID>String</d3p1:EInvoiceSubmissionUUID> <d3p1:EInvoiceValidationDateTime>0001-01-01T00:00:00</d3p1:EInvoiceValidationDateTime> <d3p1:EInvoiceValidationLink>String</d3p1:EInvoiceValidationLink> <d3p1:EInvoiceValidationUUID>String</d3p1:EInvoiceValidationUUID> <d3p1:ExtraRemark1>String</d3p1:ExtraRemark1> <d3p1:ExtraRemark2>String</d3p1:ExtraRemark2> <d3p1:ExtraRemark3>String</d3p1:ExtraRemark3> <d3p1:ExtraRemark4>String</d3p1:ExtraRemark4> <d3p1:IsConsolidatedEInvoice>String</d3p1:IsConsolidatedEInvoice> <d3p1:IsEnableEInvoiceMYS>String</d3p1:IsEnableEInvoiceMYS> <d3p1:IsUseTransactionBuyerElement>false</d3p1:IsUseTransactionBuyerElement> <d3p1:RefDocumentNo>String</d3p1:RefDocumentNo> <d3p1:ShipToAddress1>String</d3p1:ShipToAddress1> <d3p1:ShipToAddress2>String</d3p1:ShipToAddress2> <d3p1:ShipToAddress3>String</d3p1:ShipToAddress3> <d3p1:ShipToAddress4>String</d3p1:ShipToAddress4> <d3p1:ShipToAttention>String</d3p1:ShipToAttention> <d3p1:ShipToContact1>String</d3p1:ShipToContact1> <d3p1:ShipToContact2>String</d3p1:ShipToContact2> <d3p1:ShipToFax>String</d3p1:ShipToFax> <d3p1:ShipToPhone1>String</d3p1:ShipToPhone1> <d3p1:ShipToPhone2>String</d3p1:ShipToPhone2> <d3p1:ShipToRemark>String</d3p1:ShipToRemark> <d3p1:ShipToShipVia>String</d3p1:ShipToShipVia> </d2p1:DocumentHeader> <d2p1:DocumentKnockOffDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel.Types.CustomerCreditNote"> <d3p1:AcCusCreditNoteAsSimple> <d3p1:AcCusCreditNoteMID>String</d3p1:AcCusCreditNoteMID> <d3p1:ItemCurrencyAmount>0</d3p1:ItemCurrencyAmount> <d3p1:ItemCurrencyAppliedAmount>0</d3p1:ItemCurrencyAppliedAmount> <d3p1:ItemCurrencyBalanceAmount>0</d3p1:ItemCurrencyBalanceAmount> <d3p1:ItemNo>0</d3p1:ItemNo> <d3p1:ItemRemark1>String</d3p1:ItemRemark1> <d3p1:MatchDocumentNo>String</d3p1:MatchDocumentNo> <d3p1:MatchType>String</d3p1:MatchType> </d3p1:AcCusCreditNoteAsSimple> </d2p1:DocumentKnockOffDetails> </CustomerCreditNote> <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types"> <d2p1:ErrorCode>String</d2p1:ErrorCode> <d2p1:Message>String</d2p1:Message> <d2p1:StackTrace>String</d2p1:StackTrace> <d2p1:Errors> <d2p1:ResponseError> <d2p1:ErrorCode>String</d2p1:ErrorCode> <d2p1:FieldName>String</d2p1:FieldName> <d2p1:Message>String</d2p1:Message> <d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:KeyValueOfstringstring> <d5p1:Key>String</d5p1:Key> <d5p1:Value>String</d5p1:Value> </d5p1:KeyValueOfstringstring> </d2p1:Meta> </d2p1:ResponseError> </d2p1:Errors> <d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringstring> <d3p1:Key>String</d3p1:Key> <d3p1:Value>String</d3p1:Value> </d3p1:KeyValueOfstringstring> </d2p1:Meta> </ResponseStatus> </CreateCustomerCreditNoteSimpleResponse>