Appearance
Reference Lists
These services provide lookup data for performers (AKC service providers) and general reference lists used throughout the application. The list services are read-only and provide hierarchical code/description pairs for dropdowns and validation.
AMZSMobileAKCPerformers
Namespace: urn:microsoft-dynamics-schemas/page/amzsmobileakcperformersEndpoint: Page/AMZSMobileAKCPerformersType: Full CRUD Read key: No (String)
Comprehensive performer (service provider) records with full contact and organizational details.
Entity Fields
| Field | Type | Description |
|---|---|---|
| Key | String | NAV internal key |
| No | String | Performer number (primary key) |
| Name | String | Performer name |
| Name_2 | String | Extended name |
| Address | String | Street address |
| Address_2 | String | Extended address line |
| City | String | City |
| Phone_No | String | Phone number |
| Fax | String | Fax number |
| E_Mail | String | Email address |
| Performer_Type | Enum | Type of performer |
| VAT_Registration_No | String | VAT registration number |
| Comment | String | Free-text comment |
| Country_Region_Code | String | Country/region code |
| Post_Code | String | Postal code |
| County | String | County/region |
| Resource_No | String | Linked resource number |
| Vendor_No | String | Linked vendor number |
| No_Series | String | Number series identifier |
| Responsibility_Center | String | Organizational responsibility center |
| Old_No | String | Legacy performer number |
| Company_Gender | Enum | Company gender classification |
MobileAkcPefromers
Namespace: urn:microsoft-dynamics-schemas/page/mobileakcpefromersEndpoint: Page/MobileAkcPefromersType: Full CRUD Read key: No (String)
Typo in Service Name
The service name MobileAkcPefromers contains a typo ("Pefromers" instead of "Performers"). This is the original NAV service name and must be used as-is in all SOAP requests.
A simplified performer view with only essential fields, suitable for list displays and quick lookups.
Entity Fields
| Field | Type | Description |
|---|---|---|
| Key | String | NAV internal key |
| No | String | Performer number (primary key) |
| Name | String | Performer name |
| Address | String | Street address |
| CRM_Deactivate | Boolean | Whether the performer is deactivated in CRM |
| Company | Boolean | Whether the performer is a company (vs. individual) |
| Parent_Company | String | Parent company reference |
| Performer_Type | Enum | Type of performer |
AMZSMobileAMZSLists
Namespace: urn:microsoft-dynamics-schemas/page/amzsmobileamzslistsEndpoint: Page/AMZSMobileAMZSListsType: Read-only Read key: Type (Enum), Code (String), Parent_Code (String)
Read-only Service
This service only exposes Read, ReadMultiple, ReadByRecId, GetRecIdFromKey, and IsUpdated methods. No create, update, or delete operations are available.
Composite Primary Key
This service uses a composite key of Type, Code, and Parent_Code for record identification.
Extended reference list with AMZS-specific fields including self-payer flag and CRM deactivation status. Used for hierarchical lookups where Parent_Code establishes parent-child relationships between list entries.
Entity Fields
| Field | Type | Description |
|---|---|---|
| Key | String | NAV internal key |
| Type | Enum | List type classification |
| Code | String | Entry code |
| Parent_Code | String | Parent entry code (for hierarchy) |
| Description | String | Entry description |
| Self_Payer | Boolean | Whether the entry represents a self-payer |
| CRM_Deactivate | Boolean | Whether the entry is deactivated in CRM |
AMZSMobileLists
Namespace: urn:microsoft-dynamics-schemas/page/amzsmobilelistsEndpoint: Page/AMZSMobileListsType: Read-only Read key: Type (Enum), Code (String), Parent_Code (String)
Read-only Service
This service only exposes Read, ReadMultiple, ReadByRecId, GetRecIdFromKey, and IsUpdated methods. No create, update, or delete operations are available.
Composite Primary Key
This service uses a composite key of Type, Code, and Parent_Code for record identification.
Basic reference list service providing simple code/description pairs with hierarchical support. This is the minimal variant of the list services.
Entity Fields
| Field | Type | Description |
|---|---|---|
| Key | String | NAV internal key |
| Type | Enum | List type classification |
| Code | String | Entry code |
| Parent_Code | String | Parent entry code (for hierarchy) |
| Description | String | Entry description |