Skip to content

Payment & Fast Invoice

These services manage payment methods, payment recording, and the fast invoice feature. The fast invoice system allows quick point-of-sale invoicing with pre-configured item lists, setup headers, and payment methods.

AMZSMobilePayments

Namespace: urn:microsoft-dynamics-schemas/page/amzsmobilepaymentsEndpoint: Page/AMZSMobilePaymentsType: Full CRUD Read key: Code (String)

A simple lookup service for available payment method codes.

Entity Fields

FieldTypeDescription
KeyStringNAV internal key
CodeStringPayment method code (primary key)
DescriptionStringPayment method description

AMZSDD_ContactPaymentMethods

Namespace: urn:microsoft-dynamics-schemas/page/amzsdd_contactpaymentmethodsEndpoint: Page/AMZSDD_ContactPaymentMethodsType: Full CRUD Read key: Document_Type (Enum), Document_No (String), Line_No (Integer)

Composite Primary Key

This service uses a composite key of Document_Type, Document_No, and Line_No for record identification.

Records individual payment lines against documents, supporting split payments, gift cards, and coupons.

Entity Fields

FieldTypeDescription
KeyStringNAV internal key
Document_TypeEnumType of the parent document
Document_NoStringParent document number
Posting_DateDatePayment posting date
Payment_Method_CodeStringPayment method code
Payment_DescriptionStringPayment method description
AmountBigDecimalPayment amount
Line_NoIntegerLine number within the document
Gift_Card_Serial_NoStringGift card serial number (if applicable)
CouponTextStringCoupon text or code (if applicable)

MobileFastInvoiceSetupHeader

Namespace: urn:microsoft-dynamics-schemas/page/mobilefastinvoicesetupheaderEndpoint: Page/MobileFastInvoiceSetupHeaderType: Full CRUD Read key: No (String)

Defines fast invoice configurations, including validity periods and default customer assignments. Each setup header groups a set of items and payment methods for quick invoicing.

Entity Fields

FieldTypeDescription
KeyStringNAV internal key
NoStringSetup header number (primary key)
NoteStringSetup description or note
Posting_DateDateDefault posting date
Responsibility_CenterStringResponsibility center code
Responsibility_Center_NameStringResponsibility center name
Valid_From_DateDateStart of validity period
Valid_Till_DateDateEnd of validity period
Default_Customer_NoStringDefault customer for fast invoices

MobileFastInvItem

Namespace: urn:microsoft-dynamics-schemas/page/mobilefastinvitemEndpoint: Page/MobileFastInvItemType: Full CRUD Read key: Document_No (String), No (String)

Composite Primary Key

This service uses a composite key of Document_No and No for record identification.

Defines items available within a fast invoice setup. Each record links an item to a fast invoice header with pricing and availability configuration.

Entity Fields

FieldTypeDescription
KeyStringNAV internal key
Document_NoStringParent fast invoice setup number
NoStringItem number
DescriptionStringItem description
Item_TypeEnumItem type classification
Item_InventoryBigDecimalCurrent inventory level
Valid_From_DateDateStart of item availability
Valid_Till_DateDateEnd of item availability
Automatic_AssemblyBooleanWhether automatic assembly applies
Responsibility_CenterStringResponsibility center code
UnitOfMesureStringUnit of measure
UnitPriceWithVATBigDecimalUnit price including VAT
UnitPriceBigDecimalUnit price excluding VAT

Typo in Field Name

The field UnitOfMesure contains a typo in the original NAV service definition (missing "a" in "Measure"). This is preserved as-is to match the SOAP schema.


MobileFastInvPaymentMethod

Namespace: urn:microsoft-dynamics-schemas/page/mobilefastinvpaymentmethodEndpoint: Page/MobileFastInvPaymentMethodType: Full CRUD Read key: Document_No (String)

Defines which payment methods are available within a fast invoice setup.

Entity Fields

FieldTypeDescription
KeyStringNAV internal key
Document_NoStringParent fast invoice setup number
NoStringPayment method number
DescriptionStringPayment method description
Valid_From_DateDateStart of availability
Valid_Till_DateDateEnd of availability
Default_Payment_Method_CodeBooleanWhether this is the default payment method