Microsoft Dynamics GP helps businesses gain greater control over their financials, better manage their inventory and operations, and make informed decisions that help drive business success.

This connector provides access to the Dynamics GP platform API.

Additional Info

Requires Mule Enterprise License

Yes  

Requires Entitlement

No  

Mule Version

3.7.0 or higher

Configs


Kerberos Connection

<dynamicsgp:config-kerberos>

Connection Management

Attributes

Name Java Type Description Default Value Required

name

String

The name of this configuration. With this name can be later referenced.

x 

username

String

The username that identifies the user.

x 

password

String

The password of the user.

x 

spn

String

The Service Principal Name that identifies the service instance

x 

loginConfLocation

String

Path to a customized Login Properties File

x 

krb5ConfLocation

String

Path to a customized Kerberos Properties File

x 

endpoint

String

Base URL where the SOAP services are exposed.

x 


NTLM Connection

<dynamicsgp:config-ntlm>

Connection Management

Attributes

Name Java Type Description Default Value Required

name

String

The name of this configuration. With this name can be later referenced.

x 

username

String

The username that identifies the user.

x 

password

String

The password of the user.

x 

domain

String

Domain of the Dynamics GP instance

x 

endpoint

String

Base URL where the SOAP services are exposed.

x 

Processors


Multitenant enabled

<dynamicsgp:multitenant-enabled>

Indicates whether the Dynamics GP service is installed in a multitenant configuration.

XML Sample

<dynamicsgp:multitenant-enabled config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

Returns

Return Java Type Description

Boolean

Boolean The value true indicates that a multitenant configuration is being used. The value false indicates that the Tenant Service is not being used.


Get tax schedule detail by key

<dynamicsgp:get-tax-schedule-detail-by-key>

Retrieves a tax detail object that is part of a tax schedule, based on the key values supplied.

XML Sample

<dynamicsgp:get-tax-schedule-detail-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetTaxScheduleDetailByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

TaxScheduleDetail

TaxScheduleDetail A tax schedule detail object.


Get purchase order list

<dynamicsgp:get-purchase-order-list>

Retrieves a list of purchase order summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-purchase-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPurchaseOrderListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PurchaseOrderSummary>

List The list of purchase order summary objects that match the specified criteria.


Get sales quote list

<dynamicsgp:get-sales-quote-list>

Retrieves a list of sales quote summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-sales-quote-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesQuoteListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesQuoteSummary>

List The list of sales quote summary objects that match the specified criteria.


Get changed internet address key list

<dynamicsgp:get-changed-internet-address-key-list>

Retrieves a list of changed Internet address key objects for the Internet addresses that have been acted on during the specified interval. An Internet address has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-internet-address-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedInternetAddressKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedInternetAddressKey>

List The list of changed Internet address key objects that match the specified criteria.


Get receivables finance charge by key

<dynamicsgp:get-receivables-finance-charge-by-key>

Retrieves a single receivables finance charge object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-receivables-finance-charge-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesFinanceChargeByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ReceivablesFinanceCharge

ReceivablesFinanceCharge A receivables finance charge object.


Get skill by key

<dynamicsgp:get-skill-by-key>

Retrieves a skill object based on the specified skill key.

XML Sample

<dynamicsgp:get-skill-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSkillByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Skill

Skill A skill object.


Void sales order

<dynamicsgp:void-sales-order>

This method voids a sales order.

XML Sample

<dynamicsgp:void-sales-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

VoidSalesOrderParams

The parameters of the operation.

#[payload]

 


Void cash receipt

<dynamicsgp:void-cash-receipt>

This method voids a cash receipt.

XML Sample

<dynamicsgp:void-cash-receipt params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

VoidCashReceiptParams

The parameters of the operation.

#[payload]

 


Get GL Posted Transaction By Key

<dynamicsgp:get-g-l-posted-transaction-by-key>

Retrieves a single general ledger transaction object based on the key value supplied.

XML Sample

<dynamicsgp:get-g-l-posted-transaction-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLPostedTransactionByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

GLTransaction

GLTransaction A GL transaction object.


Get item currency list

<dynamicsgp:get-item-currency-list>

Retrieves a list of item currency objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-item-currency-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetItemCurrencyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ItemCurrency>

List A list of the item curency objects that match the specified criteria.


Discontinue sales item

<dynamicsgp:discontinue-sales-item>

Discontinues a sales item based on the item key value supplied.

XML Sample

<dynamicsgp:discontinue-sales-item params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DiscontinueSalesItemParams

The parameters of the operation.

#[payload]

 


Get receivables credit memo list

<dynamicsgp:get-receivables-credit-memo-list>

Retrieves a list of receivables credit memo summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-receivables-credit-memo-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesCreditMemoListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ReceivablesCreditMemoSummary>

List The list of receivables credit memo summary objects that match the specified criteria.


Get Web Service Enabled Company List

<dynamicsgp:get-w-s-enabled-company-list>

Retrieves the list of company objects for companies in Microsoft Dynamics GP that have had web services installed.

XML Sample

<dynamicsgp:get-w-s-enabled-company-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetWSEnabledCompanyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<Company>

List The collection of company objects for which web services have been installed.


Get project change order list

<dynamicsgp:get-project-change-order-list>

Retrieves a list of project change order summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-project-change-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectChangeOrderListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ProjectChangeOrderSummary>

List The list of project change order summary objects that match the specified criteria.


Get payment card type by key

<dynamicsgp:get-payment-card-type-by-key>

Retrieves a single payment card type object based on the specified payment card type key.

XML Sample

<dynamicsgp:get-payment-card-type-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPaymentCardTypeByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PaymentCardType

PaymentCardType A payment card type object.


Get sales person by key

<dynamicsgp:get-sales-person-by-key>

Retrieves a single salesperson object based on the specified salesperson key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-sales-person-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesPersonByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SalesPerson

SalesPerson A salesperson object.


Get project by key

<dynamicsgp:get-project-by-key>

Retrieves a single project object based on the specified project key.

XML Sample

<dynamicsgp:get-project-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Project

Project The project object.


Delete skill set

<dynamicsgp:delete-skill-set>

Deletes a skill set based on the key value supplied.

XML Sample

<dynamicsgp:delete-skill-set params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteSkillSetParams

The parameters of the operation.

#[payload]

 


Get applicant interview by key

<dynamicsgp:get-applicant-interview-by-key>

Retrieves a single applicant interview object based on the key value supplied.

XML Sample

<dynamicsgp:get-applicant-interview-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantInterviewByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ApplicantInterview

ApplicantInterview An applicant interview object.


Create business object user assignment

<dynamicsgp:create-business-object-user-assignment>

This method creates a new business object user assignment, assigning a Windows User ID to an ID in Microsoft Dynamics GP.

XML Sample

<dynamicsgp:create-business-object-user-assignment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateBusinessObjectUserAssignmentParams

The parameters of the operation.

#[payload]

 


Get project budget by key

<dynamicsgp:get-project-budget-by-key>

Retrieves a single project budget object based on the specified project budget key.

XML Sample

<dynamicsgp:get-project-budget-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectBudgetByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ProjectBudget

ProjectBudget The project budget object.


Create applicant interview

<dynamicsgp:create-applicant-interview>

This method creates a new applicant interview entry for a specified applicant.

XML Sample

<dynamicsgp:create-applicant-interview params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateApplicantInterviewParams

The parameters of the operation.

#[payload]

 


Create item warehouse

<dynamicsgp:create-item-warehouse>

This method creates a new relationship between an item and a warehouse.

XML Sample

<dynamicsgp:create-item-warehouse params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateItemWarehouseParams

The parameters of the operation.

#[payload]

 


Get GL Variable Allocation Account By Key

<dynamicsgp:get-g-l-variable-allocation-account-by-key>

Retrieves a single general ledger variable allocation account object based on the key value supplied.

XML Sample

<dynamicsgp:get-g-l-variable-allocation-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLVariableAllocationAccountByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

GLVariableAllocationAccount

GLVariableAllocationAccount A GL variable allocation account object.


Get skill set by key

<dynamicsgp:get-skill-set-by-key>

Retrieves a skill set object based on the specified skill set key.

XML Sample

<dynamicsgp:get-skill-set-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSkillSetByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SkillSet

SkillSet A skill set object.


Get warehouse list

<dynamicsgp:get-warehouse-list>

Retrieves a list of warehouse (site) summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-warehouse-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetWarehouseListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<WarehouseSummary>

List The list of warehouse summary objects that match the specified criteria.


Update applicant work history

<dynamicsgp:update-applicant-work-history>

Updates the specified applicant work history object, storing the current values in the database.

XML Sample

<dynamicsgp:update-applicant-work-history params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateApplicantWorkHistoryParams

The parameters of the operation.

#[payload]

 


Update sales backorder

<dynamicsgp:update-sales-backorder>

Updates the specified sales backorder object, storing the current values in the database.

XML Sample

<dynamicsgp:update-sales-backorder params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateSalesBackorderParams

The parameters of the operation.

#[payload]

 


Create purchase order

<dynamicsgp:create-purchase-order>

This method creates a new purchase order document.

XML Sample

<dynamicsgp:create-purchase-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreatePurchaseOrderParams

The parameters of the operation.

#[payload]

 


Create employee pay code

<dynamicsgp:create-employee-pay-code>

This method associates a specified pay code with a specified employee.

XML Sample

<dynamicsgp:create-employee-pay-code params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateEmployeePayCodeParams

The parameters of the operation.

#[payload]

 


Create GL Variable Allocation Account

<dynamicsgp:create-g-l-variable-allocation-account>

This method creates a new GL variable allocation account.

XML Sample

<dynamicsgp:create-g-l-variable-allocation-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateGLVariableAllocationAccountParams

The parameters of the operation.

#[payload]

 


Get GL Posting Account List

<dynamicsgp:get-g-l-posting-account-list>

Retrieves a list of general ledger posting account summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-g-l-posting-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLPostingAccountListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<GLPostingAccountSummary>

List A list of the GL posting account summary objects that match the specified criteria.


Get changed shipping method key list

<dynamicsgp:get-changed-shipping-method-key-list>

Retrieves a list of changed shipping method key objects for the shipping methods that have been acted on during the specified interval. A shipping method has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-shipping-method-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedShippingMethodKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedShippingMethodKey>

List The list of changed shipping method key objects that match the specified criteria.


Get country region code list

<dynamicsgp:get-country-region-code-list>

Retrieves a list of country region code objects that match the specified criteria.

XML Sample

<dynamicsgp:get-country-region-code-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCountryRegionCodeListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<CountryRegionCode>

List The list of country region code objects that match the specified criteria.


Get tax detail by key

<dynamicsgp:get-tax-detail-by-key>

Retrieves a single tax detail object based on the key value supplied.

XML Sample

<dynamicsgp:get-tax-detail-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetTaxDetailByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

TaxDetail

TaxDetail A tax detail object.


Get sales fulfillment order list

<dynamicsgp:get-sales-fulfillment-order-list>

Retrieves a list of sales fulfillment order summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-sales-fulfillment-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesFulfillmentOrderListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesFulfillmentOrderSummary>

List The list of sales fulfillment order summary objects that match the specified criteria.


Create policy

<dynamicsgp:create-policy>

Creates a policy instance for the specified role. The new policy instance can have different behavior settings from the default policy for the service operation.

XML Sample

<dynamicsgp:create-policy params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreatePolicyParams

The parameters of the operation.

#[payload]

 


Create GL Transaction

<dynamicsgp:create-g-l-transaction>

This method creates a new GL transaction.

XML Sample

<dynamicsgp:create-g-l-transaction params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateGLTransactionParams

The parameters of the operation.

#[payload]

 


Get project miscellaneous log by key

<dynamicsgp:get-project-miscellaneous-log-by-key>

Retrieves a single project miscellaneous log object based on the specified project miscellaneous log key.

XML Sample

<dynamicsgp:get-project-miscellaneous-log-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectMiscellaneousLogByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ProjectMiscellaneousLog

ProjectMiscellaneousLog The project miscellaneous log object.


Get policy by key

<dynamicsgp:get-policy-by-key>

Retrieves the policy instance based on the key value (GUID) for the policy. The appropriate policy instance will be retrieved for the user, company, and role specified by the context object. The returned policy object will contain only the external behaviors.

XML Sample

<dynamicsgp:get-policy-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPolicyByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Policy

Policy The policy instance object.


Get GL Transaction List

<dynamicsgp:get-g-l-transaction-list>

Retrieves a list of general ledger transaction summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-g-l-transaction-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLTransactionListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<GLTransactionSummary>

List A list of the GL transaction summary objects that match the specified criteria.


Get service list

<dynamicsgp:get-service-list>

Retrieves a list of service objects that match the specified criteria.

XML Sample

<dynamicsgp:get-service-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetServiceListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ServiceSummary>

List The list of service summary objects that match the specified criteria.


Get applicant by key

<dynamicsgp:get-applicant-by-key>

Retrieves a single applicant object based on the key value supplied.

XML Sample

<dynamicsgp:get-applicant-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Applicant

Applicant An applicant object.


Create sales return

<dynamicsgp:create-sales-return>

This method creates a new sales return.

XML Sample

<dynamicsgp:create-sales-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateSalesReturnParams

The parameters of the operation.

#[payload]

 


Get service call list

<dynamicsgp:get-service-call-list>

Retrieves a list of service call summmary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-service-call-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetServiceCallListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ServiceCallSummary>

List The list of service call summary objects that match the specified criteria.


Create corporate account

<dynamicsgp:create-corporate-account>

This method creates a new corporate account.

XML Sample

<dynamicsgp:create-corporate-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateCorporateAccountParams

The parameters of the operation.

#[payload]

 


Get sales fulfillment order by key

<dynamicsgp:get-sales-fulfillment-order-by-key>

Retrieves a single sales fulfillment order object based on the specified sales document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-sales-fulfillment-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesFulfillmentOrderByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SalesFulfillmentOrder

SalesFulfillmentOrder A sales fulfillment order object.


Get GL Transaction By Key

<dynamicsgp:get-g-l-transaction-by-key>

Retrieves a single general ledger transaction object based on the key value supplied.

XML Sample

<dynamicsgp:get-g-l-transaction-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLTransactionByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

GLTransaction

GLTransaction A GL transaction object.


Create customer address

<dynamicsgp:create-customer-address>

This method creates a new customer address.

XML Sample

<dynamicsgp:create-customer-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateCustomerAddressParams

The parameters of the operation.

#[payload]

 


Get sales backorder by key

<dynamicsgp:get-sales-backorder-by-key>

Retrieves a single sales backorder object based on the specified sales document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-sales-backorder-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesBackorderByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SalesBackorder

SalesBackorder A sales backorder object.


Get payment terms list

<dynamicsgp:get-payment-terms-list>

Retrieves a list of payment terms objects that match the specified criteria.

XML Sample

<dynamicsgp:get-payment-terms-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPaymentTermsListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PaymentTerms>

List The list of payment terms objects that match the specified criteria.


Get batch list

<dynamicsgp:get-batch-list>

Retrieves a list of batch objects that match the specified criteria.

XML Sample

<dynamicsgp:get-batch-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetBatchListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<Batch>

List The list of batch objects that match the specified criteria.


Get employee list

<dynamicsgp:get-employee-list>

Retrieves a list of employee summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-employee-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetEmployeeListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<EmployeeSummary>

List The list of employee summary objects that match the specified criteria.


Get manufacturing order list

<dynamicsgp:get-manufacturing-order-list>

Retrieves a list of manufacturing order summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-manufacturing-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetManufacturingOrderListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ManufacturingOrderSummary>

List A list of the manufacturing order summary objects that match the specified criteria.


Update sales process hold setup

<dynamicsgp:update-sales-process-hold-setup>

Updates the specified sales process hold setup object, storing the current values in the database.

XML Sample

<dynamicsgp:update-sales-process-hold-setup params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateSalesProcessHoldSetupParams

The parameters of the operation.

#[payload]

 


Get currency access list

<dynamicsgp:get-currency-access-list>

Retrieves a list of currency access objects that match the specified criteria.

XML Sample

<dynamicsgp:get-currency-access-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCurrencyAccessListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<CurrencyAccess>

List The list of currency access objects that match the specified criteria.


Get inventory transfer by key

<dynamicsgp:get-inventory-transfer-by-key>

Retrieves a single inventory transfer object based on the inventory key value supplied.

XML Sample

<dynamicsgp:get-inventory-transfer-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetInventoryTransferByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

InventoryTransfer

InventoryTransfer An inventory transfer object.


Get receivables return by key

<dynamicsgp:get-receivables-return-by-key>

Retrieves a single receivables return object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-receivables-return-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesReturnByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ReceivablesReturn

ReceivablesReturn A receivables return object.


Get item by key

<dynamicsgp:get-item-by-key>

Retrieves a single inventory item object based on the item key value supplied.

XML Sample

<dynamicsgp:get-item-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetItemByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Item

Item An item object.


Get changed tax detail key list

<dynamicsgp:get-changed-tax-detail-key-list>

Retrieves a list of changed tax detail key objects for the tax details that have been acted on during the specified interval. A tax detail has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-tax-detail-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedTaxDetailKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedTaxDetailKey>

List The list of changed tax detail key objects that match the specified criteria.


Delete skill

<dynamicsgp:delete-skill>

Deletes a skill based on the key value supplied.

XML Sample

<dynamicsgp:delete-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteSkillParams

The parameters of the operation.

#[payload]

 


Create applicant skill

<dynamicsgp:create-applicant-skill>

This method creates a new applicant skill entry for a specified applicant.

XML Sample

<dynamicsgp:create-applicant-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateApplicantSkillParams

The parameters of the operation.

#[payload]

 


Get pricing list

<dynamicsgp:get-pricing-list>

Retrieves a list of pricing summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-pricing-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPricingListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PricingSummary>

List The list of pricing summary objects that match the specified criteria.


Create return material authorization

<dynamicsgp:create-return-material-authorization>

This method creates a new return material authorization.

XML Sample

<dynamicsgp:create-return-material-authorization params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateReturnMaterialAuthorizationParams

The parameters of the operation.

#[payload]

 


Create GL Fixed Allocation Account

<dynamicsgp:create-g-l-fixed-allocation-account>

This method creates a new GL fixed allocation account.

XML Sample

<dynamicsgp:create-g-l-fixed-allocation-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateGLFixedAllocationAccountParams

The parameters of the operation.

#[payload]

 


Get project timesheet by key

<dynamicsgp:get-project-timesheet-by-key>

Retrieves a single project timesheet object based on the specified project timesheet key.

XML Sample

<dynamicsgp:get-project-timesheet-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectTimesheetByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ProjectTimesheet

ProjectTimesheet The project timesheet object.


Delete sales fulfillment order

<dynamicsgp:delete-sales-fulfillment-order>

Deletes a sales fulfillment order based on the key value supplied.

XML Sample

<dynamicsgp:delete-sales-fulfillment-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteSalesFulfillmentOrderParams

The parameters of the operation.

#[payload]

 


Create applicant work history

<dynamicsgp:create-applicant-work-history>

This method creates work history information for a specified applicant.

XML Sample

<dynamicsgp:create-applicant-work-history params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateApplicantWorkHistoryParams

The parameters of the operation.

#[payload]

 


Get vendor list

<dynamicsgp:get-vendor-list>

Retrieves a list of vendor summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-vendor-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetVendorListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<VendorSummary>

List The list of vendor summary objects that match the specified criteria.


Get purchase invoice by key

<dynamicsgp:get-purchase-invoice-by-key>

Retrieves a single purchase invoice object based on the specified purchase transaction key.

XML Sample

<dynamicsgp:get-purchase-invoice-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPurchaseInvoiceByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PurchaseInvoice

PurchaseInvoice A purchase invoice object.


Update service quote

<dynamicsgp:update-service-quote>

Updates the specified service quote object, storing the current values in the database.

XML Sample

<dynamicsgp:update-service-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateServiceQuoteParams

The parameters of the operation.

#[payload]

 


Delete business object user assignment

<dynamicsgp:delete-business-object-user-assignment>

Deletes a business object user assignment.

XML Sample

<dynamicsgp:delete-business-object-user-assignment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteBusinessObjectUserAssignmentParams

The parameters of the operation.

#[payload]

 


Delete all logged exception data

<dynamicsgp:delete-all-logged-exception-data>

Deletes all exceptions from the log.

XML Sample

<dynamicsgp:delete-all-logged-exception-data params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteAllLoggedExceptionDataParams

The parameters of the operation.

#[payload]

 


Get receivables service repair by key

<dynamicsgp:get-receivables-service-repair-by-key>

Retrieves a single receivables service repair object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-receivables-service-repair-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesServiceRepairByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ReceivablesServiceRepair

ReceivablesServiceRepair A receivables service repair object.


Get applicant reference list

<dynamicsgp:get-applicant-reference-list>

Retrieves a list of applicant reference summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-applicant-reference-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantReferenceListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ApplicantReferenceSummary>

List The list of applicant reference summary objects that match the specified criteria.


Get customer list

<dynamicsgp:get-customer-list>

Retrieves a list of customer summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-customer-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCustomerListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<CustomerSummary>

List The list of customer summary objects that match the specified criteria.


Void sales return

<dynamicsgp:void-sales-return>

This method voids a sales return.

XML Sample

<dynamicsgp:void-sales-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

VoidSalesReturnParams

The parameters of the operation.

#[payload]

 


Create cash receipt

<dynamicsgp:create-cash-receipt>

This method creates a new cash receipt.

XML Sample

<dynamicsgp:create-cash-receipt params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateCashReceiptParams

The parameters of the operation.

#[payload]

 


Create employee address

<dynamicsgp:create-employee-address>

This method creates a new address and associates it with a specified employee.

XML Sample

<dynamicsgp:create-employee-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateEmployeeAddressParams

The parameters of the operation.

#[payload]

 


Get company address list

<dynamicsgp:get-company-address-list>

Retrieves a list of company address objects that match the specified criteria.

XML Sample

<dynamicsgp:get-company-address-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCompanyAddressListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<CompanyAddress>

List The list of company address objects that match the specified criteria.


Get dynamics online configuration by key

<dynamicsgp:get-dynamics-online-configuration-by-key>

Retrieves the Dynamics Online Configuration for a specific company.

XML Sample

<dynamicsgp:get-dynamics-online-configuration-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetDynamicsOnlineConfigurationByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

DynamicsOnlineConfiguration

DynamicsOnlineConfiguration A customer object.


Update applicant interview

<dynamicsgp:update-applicant-interview>

Updates the specified applicant interview object, storing the current values in the database.

XML Sample

<dynamicsgp:update-applicant-interview params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateApplicantInterviewParams

The parameters of the operation.

#[payload]

 


Get currency by key

<dynamicsgp:get-currency-by-key>

Retrieves a single currency object based on the key value supplied.

XML Sample

<dynamicsgp:get-currency-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCurrencyByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Currency

Currency A currency object.


Get item list

<dynamicsgp:get-item-list>

Retrieves a list of inventory items that meet the specified criteria.

XML Sample

<dynamicsgp:get-item-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetItemListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ItemSummary>

List A list of the item summary objects that match the specified criteria.


Get inventory transfer list

<dynamicsgp:get-inventory-transfer-list>

Retrieves a list of inventory transfer summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-inventory-transfer-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetInventoryTransferListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<InventoryTransferSummary>

List A list of the inventory transfer summary objects that match the specified criteria.


Get employee pay code by key

<dynamicsgp:get-employee-pay-code-by-key>

Retrieves an employee pay code object based on the key value supplied.

XML Sample

<dynamicsgp:get-employee-pay-code-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetEmployeePayCodeByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

EmployeePayCode

EmployeePayCode An employee pay code object.


Update item vendor

<dynamicsgp:update-item-vendor>

Updates the specified item vendor object, storing the current values in the database.

XML Sample

<dynamicsgp:update-item-vendor params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateItemVendorParams

The parameters of the operation.

#[payload]

 


Create sales item

<dynamicsgp:create-sales-item>

This method creates a new sales item.

XML Sample

<dynamicsgp:create-sales-item params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateSalesItemParams

The parameters of the operation.

#[payload]

 


Delete customer

<dynamicsgp:delete-customer>

Deletes a customer based on the key value supplied.

XML Sample

<dynamicsgp:delete-customer params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteCustomerParams

The parameters of the operation.

#[payload]

 


Get GL Account Aategory List

<dynamicsgp:get-g-l-account-category-list>

Retrieves a list of all general ledger account category objects.

XML Sample

<dynamicsgp:get-g-l-account-category-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLAccountCategoryListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<GLAccountCategory>

List A list containing all general ledger account category objects.


Update employee pay code

<dynamicsgp:update-employee-pay-code>

Updates the specified employee pay code object, storing the current values in the database.

XML Sample

<dynamicsgp:update-employee-pay-code params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateEmployeePayCodeParams

The parameters of the operation.

#[payload]

 


Get user assignable business object list

<dynamicsgp:get-user-assignable-business-object-list>

Retrieves the list of business objects in Microsoft Dynamics GP that can have a user ID associated with them.

XML Sample

<dynamicsgp:get-user-assignable-business-object-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetUserAssignableBusinessObjectListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<UserAssignableBusinessObject>

List A list of the user assignable business objects


Get receivables warranty list

<dynamicsgp:get-receivables-warranty-list>

Retrieves a list of receivables warranty summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-receivables-warranty-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesWarrantyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ReceivablesWarrantySummary>

List The list of receivables warranty summary objects that match the specified criteria.


Delete sales quote

<dynamicsgp:delete-sales-quote>

Deletes a sales quote based on the key value supplied.

XML Sample

<dynamicsgp:delete-sales-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteSalesQuoteParams

The parameters of the operation.

#[payload]

 


Void sales backorder

<dynamicsgp:void-sales-backorder>

This method voids a sales backorder.

XML Sample

<dynamicsgp:void-sales-backorder params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

VoidSalesBackorderParams

The parameters of the operation.

#[payload]

 


Create sales backorder

<dynamicsgp:create-sales-backorder>

This method creates a new sales backorder.

XML Sample

<dynamicsgp:create-sales-backorder params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateSalesBackorderParams

The parameters of the operation.

#[payload]

 


Get currency posting account list

<dynamicsgp:get-currency-posting-account-list>

Retrieves a list of currency posting account objects that match the specified criteria.

XML Sample

<dynamicsgp:get-currency-posting-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCurrencyPostingAccountListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<CurrencyPostingAccount>

List The list of currency posting account objects that match the specified criteria.


Create payables invoice

<dynamicsgp:create-payables-invoice>

This method creates a new payables invoice document.

XML Sample

<dynamicsgp:create-payables-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreatePayablesInvoiceParams

The parameters of the operation.

#[payload]

 


Delete applicant interview

<dynamicsgp:delete-applicant-interview>

Deletes applicant interview information based on the key value supplied.

XML Sample

<dynamicsgp:delete-applicant-interview params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteApplicantInterviewParams

The parameters of the operation.

#[payload]

 


Delete applicant test

<dynamicsgp:delete-applicant-test>

Deletes applicant test information based on the key value supplied.

XML Sample

<dynamicsgp:delete-applicant-test params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteApplicantTestParams

The parameters of the operation.

#[payload]

 


Create service

<dynamicsgp:create-service>

This method creates a new service.

XML Sample

<dynamicsgp:create-service params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateServiceParams

The parameters of the operation.

#[payload]

 


Get payment card type list

<dynamicsgp:get-payment-card-type-list>

Retrieves a list of payment card type objects that match the specified criteria.

XML Sample

<dynamicsgp:get-payment-card-type-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPaymentCardTypeListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PaymentCardType>

List The list of payment card type objects that match the specified criteria.


Get applicant test by key

<dynamicsgp:get-applicant-test-by-key>

Retrieves a single applicant test object based on the key value supplied.

XML Sample

<dynamicsgp:get-applicant-test-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantTestByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ApplicantTest

ApplicantTest An applicant test object.


Get GL Account Format List

<dynamicsgp:get-g-l-account-format-list>

Retrieves a list of general ledger account format objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-g-l-account-format-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLAccountFormatListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<GLAccountFormat>

List A list of the GL account format objects that match the specified criteria.


Get Web Service Enabled Company For User List

<dynamicsgp:get-w-s-enabled-company-for-user-list>

Retrieves a list of company objects for which the current user is assigned to at least one security role, allowing them to run service methods.

XML Sample

<dynamicsgp:get-w-s-enabled-company-for-user-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetWSEnabledCompanyForUserListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<Company>

List The collection of company objects for which the user is able to run methods.


Create payables return

<dynamicsgp:create-payables-return>

This method creates a new payables return document.

XML Sample

<dynamicsgp:create-payables-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreatePayablesReturnParams

The parameters of the operation.

#[payload]

 


Get bank list

<dynamicsgp:get-bank-list>

Retrieves a list of bank objects that match the specified criteria.

XML Sample

<dynamicsgp:get-bank-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetBankListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<Bank>

List The list of bank objects that match the specified criteria.


Get GL Posting Account By Key

<dynamicsgp:get-g-l-posting-account-by-key>

Retrieves a single general ledger posting account object based on the key value supplied.

XML Sample

<dynamicsgp:get-g-l-posting-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLPostingAccountByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

GLPostingAccount

GLPostingAccount A GL posting account object.


Create applicant education

<dynamicsgp:create-applicant-education>

This method creates a new applicant education entry for a specified applicant.

XML Sample

<dynamicsgp:create-applicant-education params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateApplicantEducationParams

The parameters of the operation.

#[payload]

 


Create purchase receipt

<dynamicsgp:create-purchase-receipt>

This method creates a new purchase receipt document.

XML Sample

<dynamicsgp:create-purchase-receipt params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreatePurchaseReceiptParams

The parameters of the operation.

#[payload]

 


Get skill list

<dynamicsgp:get-skill-list>

Retrieves a list of skill objects that match the specified criteria.

XML Sample

<dynamicsgp:get-skill-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSkillListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<Skill>

List The list of skill objects that match the specified criteria.


Create GL Posting Account

<dynamicsgp:create-g-l-posting-account>

This method creates a new GL posting account.

XML Sample

<dynamicsgp:create-g-l-posting-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateGLPostingAccountParams

The parameters of the operation.

#[payload]

 


Get return material authorization by key

<dynamicsgp:get-return-material-authorization-by-key>

Retrieves a single return material authorization object based on the specified service document key.

XML Sample

<dynamicsgp:get-return-material-authorization-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReturnMaterialAuthorizationByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ReturnMaterialAuthorization

ReturnMaterialAuthorization A return material authorization object.


Create vendor

<dynamicsgp:create-vendor>

This method creates a new vendor.

XML Sample

<dynamicsgp:create-vendor params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateVendorParams

The parameters of the operation.

#[payload]

 


Get tax schedule list

<dynamicsgp:get-tax-schedule-list>

Retrieves a list of tax schedule objects that match the specified criteria.

XML Sample

<dynamicsgp:get-tax-schedule-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetTaxScheduleListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<TaxSchedule>

List The list of tax schedule objects that match the specified criteria.


Get receivables invoice list

<dynamicsgp:get-receivables-invoice-list>

Retrieves a list of receivables invoice summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-receivables-invoice-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesInvoiceListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ReceivablesInvoiceSummary>

List The list of receivables invoice summary objects that match the specified criteria.


Get vendor planned order by key

<dynamicsgp:get-vendor-planned-order-by-key>

Retrieves a single vendor planned order object based on the specified planned order key.

XML Sample

<dynamicsgp:get-vendor-planned-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetVendorPlannedOrderByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

VendorPlannedOrder

VendorPlannedOrder A vendor planned order object.


Get country region code by key

<dynamicsgp:get-country-region-code-by-key>

Retrieves the country region code object based on the key values supplied.

XML Sample

<dynamicsgp:get-country-region-code-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCountryRegionCodeByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

CountryRegionCode

CountryRegionCode The country region code object.


Get logged validation result by key

<dynamicsgp:get-logged-validation-result-by-key>

Retrieves a single validation result object from the log based on the logId value supplied.

XML Sample

<dynamicsgp:get-logged-validation-result-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetLoggedValidationResultByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ValidationResult

ValidationResult A logged validation result object.


Get payables invoice by key

<dynamicsgp:get-payables-invoice-by-key>

Retrieves a single payables invoice object based on the specified payables document key.

XML Sample

<dynamicsgp:get-payables-invoice-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesInvoiceByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PayablesInvoice

PayablesInvoice A payables invoice object.


Get applicant interview list

<dynamicsgp:get-applicant-interview-list>

Retrieves a list of applicant interview summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-applicant-interview-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantInterviewListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ApplicantInterviewSummary>

List The list of applicant interview summary objects that match the specified criteria.


Get applicant application list

<dynamicsgp:get-applicant-application-list>

Retrieves a list of applicant application summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-applicant-application-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantApplicationListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ApplicantApplicationSummary>

List The list of applicant application summary objects that match the specified criteria.


Update applicant skill

<dynamicsgp:update-applicant-skill>

Updates the specified applicant skill object, storing the current values in the database.

XML Sample

<dynamicsgp:update-applicant-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateApplicantSkillParams

The parameters of the operation.

#[payload]

 


Get project contract by key

<dynamicsgp:get-project-contract-by-key>

Retrieves a single project contract object based on the specified project contract key.

XML Sample

<dynamicsgp:get-project-contract-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectContractByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ProjectContract

ProjectContract The project contract.


Get policy list

<dynamicsgp:get-policy-list>

Retrieves a list of the policy summary objects for the current company.

XML Sample

<dynamicsgp:get-policy-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPolicyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PolicySummary>

List The list of policy summary objects returned.


Get applicant education by key

<dynamicsgp:get-applicant-education-by-key>

Retrieves a single applicant education object based on the key value supplied.

XML Sample

<dynamicsgp:get-applicant-education-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantEducationByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ApplicantEducation

ApplicantEducation An applicant education object.


Get bank by key

<dynamicsgp:get-bank-by-key>

Retrieves a single bank object based on the bank key value supplied.

XML Sample

<dynamicsgp:get-bank-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetBankByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Bank

Bank A bank object.


Get project budget list

<dynamicsgp:get-project-budget-list>

Retrieves a list of project budget summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-project-budget-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectBudgetListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ProjectBudgetSummary>

List The list of project budget summary objects that match the specified criteria.


Get tax detail list

<dynamicsgp:get-tax-detail-list>

Retrieves a list of tax detail objects that match the specified criteria.

XML Sample

<dynamicsgp:get-tax-detail-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetTaxDetailListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<TaxDetail>

List The list of tax detail objects that match the specified criteria.


Get purchase order by key

<dynamicsgp:get-purchase-order-by-key>

Retrieves a single purchase order object based on the specified purchase transaction key.

XML Sample

<dynamicsgp:get-purchase-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPurchaseOrderByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PurchaseOrder

PurchaseOrder A purchase order object.


Get logged exception data by key

<dynamicsgp:get-logged-exception-data-by-key>

Retrieves a single exception object from the log based on the logId value supplied.

XML Sample

<dynamicsgp:get-logged-exception-data-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetLoggedExceptionDataByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

LoggedExceptionData

LoggedExceptionData A LoggedExceptionData object.


Get HR Requisition List

<dynamicsgp:get-h-r-requisition-list>

Retrieves a list of HR requisition summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-h-r-requisition-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetHRRequisitionListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<HRRequisitionSummary>

List A list of the HR requisition summary objects that match the specified criteria.


Get sales quote by key

<dynamicsgp:get-sales-quote-by-key>

Retrieves a single sales quote object based on the specified sales document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-sales-quote-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesQuoteByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SalesQuote

SalesQuote A sales quote object.


Delete purchase order

<dynamicsgp:delete-purchase-order>

Deletes a purchase order based on the purchase transaction key value supplied.

XML Sample

<dynamicsgp:delete-purchase-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeletePurchaseOrderParams

The parameters of the operation.

#[payload]

 


Get applicant list

<dynamicsgp:get-applicant-list>

Retrieves a list of applicant summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-applicant-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ApplicantSummary>

List The list of applicant summary objects that match the specified criteria.


Get applicant test list

<dynamicsgp:get-applicant-test-list>

Retrieves a list of applicant test objects that match the specified criteria.

XML Sample

<dynamicsgp:get-applicant-test-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantTestListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ApplicantTest>

List The list of applicant test objects that match the specified criteria.


Get payables finance charge by key

<dynamicsgp:get-payables-finance-charge-by-key>

Retrieves a single payables finance charge object based on the specified payables document key.

XML Sample

<dynamicsgp:get-payables-finance-charge-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesFinanceChargeByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PayablesFinanceCharge

PayablesFinanceCharge A payables finance charge object.


Get service call by key

<dynamicsgp:get-service-call-by-key>

Retrieves a single service call object based on the specified service document key.

XML Sample

<dynamicsgp:get-service-call-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetServiceCallByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ServiceCall

ServiceCall A service call object.


Get tax schedule detail list

<dynamicsgp:get-tax-schedule-detail-list>

Retrieves a list of tax schedule detail objects that match the specified criteria.

XML Sample

<dynamicsgp:get-tax-schedule-detail-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetTaxScheduleDetailListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<TaxScheduleDetail>

List The list of tax schedule detail objects that match the specified criteria.


Create customer

<dynamicsgp:create-customer>

This method creates a new customer.

XML Sample

<dynamicsgp:create-customer params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateCustomerParams

The parameters of the operation.

#[payload]

 


Update service equipment

<dynamicsgp:update-service-equipment>

Updates the specified service equipment object, storing the current values in the database.

XML Sample

<dynamicsgp:update-service-equipment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateServiceEquipmentParams

The parameters of the operation.

#[payload]

 


Delete applicant work history

<dynamicsgp:delete-applicant-work-history>

Deletes applicant work history information based on a specified key value.

XML Sample

<dynamicsgp:delete-applicant-work-history params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteApplicantWorkHistoryParams

The parameters of the operation.

#[payload]

 


Get corporate account by key

<dynamicsgp:get-corporate-account-by-key>

Retrieves a single corporate account object based on the key value supplied.

XML Sample

<dynamicsgp:get-corporate-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCorporateAccountByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

CorporateAccount

CorporateAccount A corporate account object.


Get service quote by key

<dynamicsgp:get-service-quote-by-key>

Retrieves a single service quote object based on the specified service document key.

XML Sample

<dynamicsgp:get-service-quote-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetServiceQuoteByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ServiceQuote

ServiceQuote A service quote object.


Get sales invoice by key

<dynamicsgp:get-sales-invoice-by-key>

Retrieves a single sales invoice object based on the specified sales document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-sales-invoice-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesInvoiceByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SalesInvoice

SalesInvoice A sales invoice object.


Get vendor planned order list

<dynamicsgp:get-vendor-planned-order-list>

Retrieves a list of vendor planned order summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-vendor-planned-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetVendorPlannedOrderListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<VendorPlannedOrderSummary>

List The list of vendor planned order summary objects that match the specified criteria.


Get vendor manufacturing order by key

<dynamicsgp:get-vendor-manufacturing-order-by-key>

Retrieves a single vendor manufacturing order object based on the specified manufacturing order document key.

XML Sample

<dynamicsgp:get-vendor-manufacturing-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetVendorManufacturingOrderByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

VendorManufacturingOrder

VendorManufacturingOrder A vendor manufacturing order object.


Create receivables invoice

<dynamicsgp:create-receivables-invoice>

This method creates a new receivables invoice document.

XML Sample

<dynamicsgp:create-receivables-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateReceivablesInvoiceParams

The parameters of the operation.

#[payload]

 


Get customer by key

<dynamicsgp:get-customer-by-key>

Retrieves a single customer object based on the key value supplied. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-customer-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCustomerByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Customer

Customer A customer object.


Update sales quote

<dynamicsgp:update-sales-quote>

Updates the specified sales quote object, storing the current values in the database.

XML Sample

<dynamicsgp:update-sales-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateSalesQuoteParams

The parameters of the operation.

#[payload]

 


Get company list

<dynamicsgp:get-company-list>

Retrieves a list of company objects that match the specified criteria.

XML Sample

<dynamicsgp:get-company-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCompanyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<Company>

List The list of company objects that match the specified criteria.


Get changed customer address key list

<dynamicsgp:get-changed-customer-address-key-list>

Retrieves a list of changed customer address key objects for the customer addresses that have been acted on during the specified interval. A customer address has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-customer-address-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedCustomerAddressKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedCustomerAddressKey>

List The list of changed customer address key objects that match the specified criteria.


Get employee pay code list

<dynamicsgp:get-employee-pay-code-list>

Retrieves a list of employee pay code summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-employee-pay-code-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetEmployeePayCodeListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<EmployeePayCodeSummary>

List The list of employee pay code summary objects that match the specified criteria.


Get vendor address by key

<dynamicsgp:get-vendor-address-by-key>

Retrieves a single vendor address object based on the specified vendor address key.

XML Sample

<dynamicsgp:get-vendor-address-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetVendorAddressByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

VendorAddress

VendorAddress The vendor address.


Update skill

<dynamicsgp:update-skill>

Updates the specified skill object, storing the current values in the database.

XML Sample

<dynamicsgp:update-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateSkillParams

The parameters of the operation.

#[payload]

 


Get purchase receipt list

<dynamicsgp:get-purchase-receipt-list>

Retrieves a list of purchase receipt summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-purchase-receipt-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPurchaseReceiptListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PurchaseReceiptSummary>

List The list of purchase receipt summary objects that match the specified criteria.


Create payables miscellaneous charge

<dynamicsgp:create-payables-miscellaneous-charge>

This method creates a new payables miscellaneous charge document.

XML Sample

<dynamicsgp:create-payables-miscellaneous-charge params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreatePayablesMiscellaneousChargeParams

The parameters of the operation.

#[payload]

 


Get receivables debit memo by key

<dynamicsgp:get-receivables-debit-memo-by-key>

Retrieves a single receivables debit memo object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-receivables-debit-memo-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesDebitMemoByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ReceivablesDebitMemo

ReceivablesDebitMemo A receivables debit memo object.


Get customer receivables summary by key

<dynamicsgp:get-customer-receivables-summary-by-key>

Retrieves receivables summary information for a specified customer. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-customer-receivables-summary-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCustomerReceivablesSummaryByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

CustomerReceivablesSummary

CustomerReceivablesSummary A customer receivables summary object.


Create item vendor

<dynamicsgp:create-item-vendor>

This method creates a new relationship between an item and a vendor.

XML Sample

<dynamicsgp:create-item-vendor params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateItemVendorParams

The parameters of the operation.

#[payload]

 


Get tenant list

<dynamicsgp:get-tenant-list>

Retrieves a list of tenants that the specified user has access to.

XML Sample

<dynamicsgp:get-tenant-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

Boolean

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<Tenant>

List The list of tenant objects.


Get sales return list

<dynamicsgp:get-sales-return-list>

Retrieves a list of sales return summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-sales-return-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesReturnListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesReturnSummary>

List The list of sales return summary objects that match the specified criteria.


Get business object summary list

<dynamicsgp:get-business-object-summary-list>

Retrieves a list of business object summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-business-object-summary-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetBusinessObjectSummaryListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<BusinessObjectSummary>

List The list of business object summary objects that match the specified criteria.


Update HR Requisition

<dynamicsgp:update-h-r-requisition>

Updates the specified HR requisition object, storing the current values in the database.

XML Sample

<dynamicsgp:update-h-r-requisition params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateHRRequisitionParams

The parameters of the operation.

#[payload]

 


Get Unit Of Measure Schedule By Key

<dynamicsgp:get-uof-m-schedule-by-key>

Retrieves a single unit of measure schedule object based on the specified unit of measure schedule key.

XML Sample

<dynamicsgp:get-uof-m-schedule-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetUofMScheduleByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

UofMSchedule

UofMSchedule A unit of measure schedule object.


Get payables credit memo by key

<dynamicsgp:get-payables-credit-memo-by-key>

Retrieves a single payables credit memo object based on the specified payables document key.

XML Sample

<dynamicsgp:get-payables-credit-memo-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesCreditMemoByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PayablesCreditMemo

PayablesCreditMemo A payables credit memo object.


Create payables credit memo

<dynamicsgp:create-payables-credit-memo>

This method creates a new payables credit memo document.

XML Sample

<dynamicsgp:create-payables-credit-memo params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreatePayablesCreditMemoParams

The parameters of the operation.

#[payload]

 


Get complete policy by key

<dynamicsgp:get-complete-policy-by-key>

Retrieves the policy instance based on the key value (GUID) for the policy and the role key supplied. The returned policy object will contain both the internal and the external behaviors.

XML Sample

<dynamicsgp:get-complete-policy-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCompletePolicyByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Policy

Policy The policy instance object.


Get inventory variance list

<dynamicsgp:get-inventory-variance-list>

Retrieves a list of inventory variance summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-inventory-variance-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetInventoryVarianceListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<InventoryVarianceSummary>

List A list of the inventory variance summary objects that match the specified criteria.


Get project list

<dynamicsgp:get-project-list>

Retrieves a list of project summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-project-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ProjectSummary>

List The list of project summary objects that match the specified criteria.


Get vendor manufacturing order list

<dynamicsgp:get-vendor-manufacturing-order-list>

Retrieves a list of vendor manufacturing order summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-vendor-manufacturing-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetVendorManufacturingOrderListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<VendorManufacturingOrderSummary>

List The list of vendor manufacturing order summary objects that match the specified criteria.


Get payables finance charge list

<dynamicsgp:get-payables-finance-charge-list>

Retrieves a list of payables finance charge summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-payables-finance-charge-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesFinanceChargeListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PayablesFinanceChargeSummary>

List The list of payables finance charge summary objects that match the specified criteria.


Get receivables document list

<dynamicsgp:get-receivables-document-list>

Retrieves a list of receivables document summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-receivables-document-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesDocumentListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ReceivablesDocumentSummary>

List The list of receivables document summary objects that match the specified criteria.


Get payables return list

<dynamicsgp:get-payables-return-list>

Retrieves a list of payables return summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-payables-return-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesReturnListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PayablesReturnSummary>

List The list of payables return summary objects that match the specified criteria.


Get receivables debit memo list

<dynamicsgp:get-receivables-debit-memo-list>

Retrieves a list of receivables debit memo summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-receivables-debit-memo-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesDebitMemoListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ReceivablesDebitMemoSummary>

List The list of receivables debit memo summary objects that match the specified criteria.


Get service by key

<dynamicsgp:get-service-by-key>

Retrieves a single service object based on the specified item key.

XML Sample

<dynamicsgp:get-service-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetServiceByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Service

Service A service object.


Void receivables credit memo

<dynamicsgp:void-receivables-credit-memo>

This method voids a receivables credit memo.

XML Sample

<dynamicsgp:void-receivables-credit-memo params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

VoidReceivablesCreditMemoParams

The parameters of the operation.

#[payload]

 


Get policy by operation

<dynamicsgp:get-policy-by-operation>

Retrieves the policy instance based on the name of the service operation to be performed. The appropriate policy instance will be retrieved for the user, company, and role specified by the context object. The returned policy object will contain only the external behaviors.

XML Sample

<dynamicsgp:get-policy-by-operation params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPolicyByOperationParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Policy

Policy The policy instance object for the operation.


Create inventory transfer

<dynamicsgp:create-inventory-transfer>

This method creates a new inventory transfer document.

XML Sample

<dynamicsgp:create-inventory-transfer params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateInventoryTransferParams

The parameters of the operation.

#[payload]

 


Delete vendor address

<dynamicsgp:delete-vendor-address>

Deletes a vendor address based on the key value supplied.

XML Sample

<dynamicsgp:delete-vendor-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteVendorAddressParams

The parameters of the operation.

#[payload]

 


Get employee by key

<dynamicsgp:get-employee-by-key>

Retrieves a single employee object based on the key value supplied. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-employee-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetEmployeeByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Employee

Employee An employee object.


Get vendor address list

<dynamicsgp:get-vendor-address-list>

Retrieves a list of vendor address summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-vendor-address-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetVendorAddressListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<VendorAddressSummary>

List The list of vendor address summary objects that match the specified criteria.


Get customer address by key

<dynamicsgp:get-customer-address-by-key>

Retrieves a single customer address object based on the specified customer address key.

XML Sample

<dynamicsgp:get-customer-address-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCustomerAddressByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

CustomerAddress

CustomerAddress A customer address object.


Get sales territory by key

<dynamicsgp:get-sales-territory-by-key>

Retrieves a single sales territory object based on the specified sales territory key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-sales-territory-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesTerritoryByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SalesTerritory

SalesTerritory A sales territory object.


Get changed tax schedule detail key list

<dynamicsgp:get-changed-tax-schedule-detail-key-list>

Retrieves a list of changed tax schedule detail key objects for the tax schedule details that have been acted on during the specified interval. A tax schedule detail has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-tax-schedule-detail-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedTaxScheduleDetailKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedTaxScheduleDetailKey>

List The list of changed tax schedule detail key objects that match the specified criteria.


Void purchase order

<dynamicsgp:void-purchase-order>

This method voids a purchase order document.

XML Sample

<dynamicsgp:void-purchase-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

VoidPurchaseOrderParams

The parameters of the operation.

#[payload]

 


Get employee address list

<dynamicsgp:get-employee-address-list>

Retrieves a list of employee address summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-employee-address-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetEmployeeAddressListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<EmployeeAddressSummary>

List The list of employee address summary objects that match the specified criteria.


Create pricing

<dynamicsgp:create-pricing>

This method creates a new pricing option for an item.

XML Sample

<dynamicsgp:create-pricing params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreatePricingParams

The parameters of the operation.

#[payload]

 


Create sales fulfillment order

<dynamicsgp:create-sales-fulfillment-order>

This method creates a new sales fulfillment order.

XML Sample

<dynamicsgp:create-sales-fulfillment-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateSalesFulfillmentOrderParams

The parameters of the operation.

#[payload]

 


Update applicant reference

<dynamicsgp:update-applicant-reference>

Updates the specified applicant reference object, storing the current values in the database.

XML Sample

<dynamicsgp:update-applicant-reference params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateApplicantReferenceParams

The parameters of the operation.

#[payload]

 


Get sales process hold setup list

<dynamicsgp:get-sales-process-hold-setup-list>

Retrieves a list of sales process hold setup objects that match the specified criteria.

XML Sample

<dynamicsgp:get-sales-process-hold-setup-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesProcessHoldSetupListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesProcessHoldSetup>

List The list of sales process hold setup objects that match the specified criteria.


Get changed currency key list

<dynamicsgp:get-changed-currency-key-list>

Retrieves a list of changed currency key objects for the currencies that have been acted on during the specified interval. A currency has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-currency-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedCurrencyKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedCurrencyKey>

List The list of changed currency key objects that match the specified criteria.


Get item vendor by key

<dynamicsgp:get-item-vendor-by-key>

Retrieves a single item vendor object based on the item vendor key value supplied.

XML Sample

<dynamicsgp:get-item-vendor-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetItemVendorByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ItemVendor

ItemVendor An item vendor object.


Create receivables return

<dynamicsgp:create-receivables-return>

This method creates a new receivables return document.

XML Sample

<dynamicsgp:create-receivables-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateReceivablesReturnParams

The parameters of the operation.

#[payload]

 


Get back office role assignment list

<dynamicsgp:get-back-office-role-assignment-list>

Retrieves a list of all of the back office role assignment objects. Each back office role assignment object represents a back office security role that a user in Microsoft Dynamics GP is assigned to.

XML Sample

<dynamicsgp:get-back-office-role-assignment-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetBackOfficeRoleAssignmentListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<BackOfficeRoleAssignment>

List A collection of back office role assignment objects.


Get changed sales person key list

<dynamicsgp:get-changed-sales-person-key-list>

Retrieves a list of changed salesperson key objects for the salespersons that have been acted on during the specified interval. A salesperson has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-sales-person-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedSalesPersonKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedSalesPersonKey>

List The list of changed salesperson key objects that match the specified criteria.


Create payables finance charge

<dynamicsgp:create-payables-finance-charge>

This method creates a new payables finance charge document.

XML Sample

<dynamicsgp:create-payables-finance-charge params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreatePayablesFinanceChargeParams

The parameters of the operation.

#[payload]

 


Update sales order

<dynamicsgp:update-sales-order>

Updates the specified sales order object, storing the current values in the database.

XML Sample

<dynamicsgp:update-sales-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateSalesOrderParams

The parameters of the operation.

#[payload]

 


Update purchase order

<dynamicsgp:update-purchase-order>

Updates the specified purchase order object, storing the current values in the database.

XML Sample

<dynamicsgp:update-purchase-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdatePurchaseOrderParams

The parameters of the operation.

#[payload]

 


Get Unit Of Measure Schedule List

<dynamicsgp:get-uof-m-schedule-list>

Retrieves a list of unit of measure schedule summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-uof-m-schedule-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetUofMScheduleListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<UofMScheduleSummary>

List The list of unit of measure schedule summary objects that match the specified criteria.


Get inventory variance by key

<dynamicsgp:get-inventory-variance-by-key>

Retrieves a single inventory variance object based on the inventory key value supplied.

XML Sample

<dynamicsgp:get-inventory-variance-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetInventoryVarianceByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

InventoryVariance

InventoryVariance An inventory variance object.


Update customer

<dynamicsgp:update-customer>

Updates the specified customer object, storing the current values in the database.

XML Sample

<dynamicsgp:update-customer params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateCustomerParams

The parameters of the operation.

#[payload]

 


Get project contract list

<dynamicsgp:get-project-contract-list>

Retrieves a list of project contract summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-project-contract-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectContractListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ProjectContractSummary>

List The list of project contract summary objects that match the specified criteria.


Get sales document list

<dynamicsgp:get-sales-document-list>

Retrieves a list of sales document summary objects that match the specified criteria. The list may contain different types of sales documents.

XML Sample

<dynamicsgp:get-sales-document-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesDocumentListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesDocumentSummary>

List The list of sales document summary objects that match the specified criteria.


Update vendor

<dynamicsgp:update-vendor>

Updates the specified vendor object, storing the current values in the database.

XML Sample

<dynamicsgp:update-vendor params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateVendorParams

The parameters of the operation.

#[payload]

 


Create sales invoice

<dynamicsgp:create-sales-invoice>

This method creates a new sales invoice.

XML Sample

<dynamicsgp:create-sales-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateSalesInvoiceParams

The parameters of the operation.

#[payload]

 


Update customer address

<dynamicsgp:update-customer-address>

Updates the specified customer address object, storing the current values in the database.

XML Sample

<dynamicsgp:update-customer-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateCustomerAddressParams

The parameters of the operation.

#[payload]

 


Delete logged exception data by key

<dynamicsgp:delete-logged-exception-data-by-key>

Deletes a single exception from the log based on the logId value supplied.

XML Sample

<dynamicsgp:delete-logged-exception-data-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteLoggedExceptionDataByKeyParams

The parameters of the operation.

#[payload]

 


Create applicant test

<dynamicsgp:create-applicant-test>

This method creates test information for a specified applicant.

XML Sample

<dynamicsgp:create-applicant-test params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateApplicantTestParams

The parameters of the operation.

#[payload]

 


Get payables return by key

<dynamicsgp:get-payables-return-by-key>

Retrieves a single payables return object based on the specified payables document key.

XML Sample

<dynamicsgp:get-payables-return-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesReturnByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PayablesReturn

PayablesReturn A payables return object.


Delete sales return

<dynamicsgp:delete-sales-return>

Deletes a sales return based on the key value supplied.

XML Sample

<dynamicsgp:delete-sales-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteSalesReturnParams

The parameters of the operation.

#[payload]

 


Get sales backorder list

<dynamicsgp:get-sales-backorder-list>

Retrieves a list of sales backorder summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-sales-backorder-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesBackorderListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesBackorderSummary>

List The list of sales backorder summary objects that match the specified criteria.


Get shipping method by key

<dynamicsgp:get-shipping-method-by-key>

Retrieves a single shipping method object based on the specified shipping method key.

XML Sample

<dynamicsgp:get-shipping-method-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetShippingMethodByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ShippingMethod

ShippingMethod A shipping method object.


Get sales process hold setup by key

<dynamicsgp:get-sales-process-hold-setup-by-key>

Retrieves a single sales process hold setup object based on the specified sales process hold setup key.

XML Sample

<dynamicsgp:get-sales-process-hold-setup-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesProcessHoldSetupByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SalesProcessHoldSetup

SalesProcessHoldSetup A sales process hold setup object.


Get skill set list

<dynamicsgp:get-skill-set-list>

Retrieves a list of skill set summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-skill-set-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSkillSetListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SkillSetSummary>

List The list of skill set summary objects that match the specified criteria.


Get employee address by key

<dynamicsgp:get-employee-address-by-key>

Retrieves a single employee address object based on the specified employee address key.

XML Sample

<dynamicsgp:get-employee-address-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetEmployeeAddressByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

EmployeeAddress

EmployeeAddress An employee address object.


Create employee

<dynamicsgp:create-employee>

This method creates a new employee.

XML Sample

<dynamicsgp:create-employee params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateEmployeeParams

The parameters of the operation.

#[payload]

 


Get customer receivables summary list

<dynamicsgp:get-customer-receivables-summary-list>

Retrieves a list of customer receivables summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-customer-receivables-summary-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCustomerReceivablesSummaryListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<CustomerReceivablesSummary>

List The list of customer receivables summary objects that match the specified criteria.


Update skill set

<dynamicsgp:update-skill-set>

Updates the specified skill set object, storing the current values in the database.

XML Sample

<dynamicsgp:update-skill-set params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateSkillSetParams

The parameters of the operation.

#[payload]

 


Get back office role list

<dynamicsgp:get-back-office-role-list>

Retrieves a list of all of the back office role objects representing each security role defined in Microsoft Dynamics GP.

XML Sample

<dynamicsgp:get-back-office-role-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetBackOfficeRoleListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<BackOfficeRole>

List A list of back office role objects representing each security role defined in Microsoft Dynamics GP.


Update sales invoice

<dynamicsgp:update-sales-invoice>

Updates the specified sales invoice object, storing the current values in the database.

XML Sample

<dynamicsgp:update-sales-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateSalesInvoiceParams

The parameters of the operation.

#[payload]

 


Get payment terms by key

<dynamicsgp:get-payment-terms-by-key>

Retrieves a single payment terms object based on the specified payment terms key.

XML Sample

<dynamicsgp:get-payment-terms-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPaymentTermsByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PaymentTerms

PaymentTerms A payment terms object.


Update sales return

<dynamicsgp:update-sales-return>

Updates the specified sales return object, storing the current values in the database.

XML Sample

<dynamicsgp:update-sales-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateSalesReturnParams

The parameters of the operation.

#[payload]

 


Get inventory adjustment by key

<dynamicsgp:get-inventory-adjustment-by-key>

Retrieves a single inventory adjustment object based on the inventory key value supplied.

XML Sample

<dynamicsgp:get-inventory-adjustment-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetInventoryAdjustmentByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

InventoryAdjustment

InventoryAdjustment An inventory adjustment object.


Get GL Fixed Allocation Account By Key

<dynamicsgp:get-g-l-fixed-allocation-account-by-key>

Retrieves a single general ledger fixed allocation account object based on the key value supplied.

XML Sample

<dynamicsgp:get-g-l-fixed-allocation-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLFixedAllocationAccountByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

GLFixedAllocationAccount

GLFixedAllocationAccount A GL fixed allocation account object.


Get receivables return list

<dynamicsgp:get-receivables-return-list>

Retrieves a list of receivables return summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-receivables-return-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesReturnListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ReceivablesReturnSummary>

List The list of receivables return summary objects that match the specified criteria.


Get receivables finance charge list

<dynamicsgp:get-receivables-finance-charge-list>

Retrieves a list of receivables finance charge summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-receivables-finance-charge-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesFinanceChargeListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ReceivablesFinanceChargeSummary>

List The list of receivables finance charge summary objects that match the specified criteria.


Get fee by key

<dynamicsgp:get-fee-by-key>

Retrieves a single fee object based on the item key value supplied.

XML Sample

<dynamicsgp:get-fee-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetFeeByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Fee

Fee A fee object.


Delete applicant application

<dynamicsgp:delete-applicant-application>

Deletes an applicant application object based on the key value supplied.

XML Sample

<dynamicsgp:delete-applicant-application params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteApplicantApplicationParams

The parameters of the operation.

#[payload]

 


Get payables miscellaneous charge list

<dynamicsgp:get-payables-miscellaneous-charge-list>

Retrieves a list of payables miscellaneous charge summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-payables-miscellaneous-charge-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesMiscellaneousChargeListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PayablesMiscellaneousChargeSummary>

List The list of payables miscellaneous charge summary objects that match the specified criteria.


Get multicurrency setup by key

<dynamicsgp:get-multicurrency-setup-by-key>

Retrieves the multicurrency setup object for the current company, based on the key value supplied.

XML Sample

<dynamicsgp:get-multicurrency-setup-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetMulticurrencySetupByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

MulticurrencySetup

MulticurrencySetup A multicurrency setup object.


Get inventoried item by key

<dynamicsgp:get-inventoried-item-by-key>

Retrieves a single inventoried item object based on the item key value supplied. Kit objects and SalesItem objects can also be retrieved using this method. For Kit and SalesItem objects, you must cast the object returned from the method to the appropriate object type.

XML Sample

<dynamicsgp:get-inventoried-item-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetInventoriedItemByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

InventoriedItem

InventoriedItem An inventoried item object.


Delete customer address

<dynamicsgp:delete-customer-address>

Deletes a customer address based on the key value supplied.

XML Sample

<dynamicsgp:delete-customer-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteCustomerAddressParams

The parameters of the operation.

#[payload]

 


Update employee

<dynamicsgp:update-employee>

Updates the specified employee object, storing the current values in the database.

XML Sample

<dynamicsgp:update-employee params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateEmployeeParams

The parameters of the operation.

#[payload]

 


Get currency access by key

<dynamicsgp:get-currency-access-by-key>

Retrieves the currency access object based on the key values supplied. Information in this object indicates whether a company has access to a currency defined in Microsoft Dynamics GP.

XML Sample

<dynamicsgp:get-currency-access-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCurrencyAccessByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

CurrencyAccess

CurrencyAccess The currency access object.


Get company address by key

<dynamicsgp:get-company-address-by-key>

Retrieves a single company address object based on the key value supplied.

XML Sample

<dynamicsgp:get-company-address-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCompanyAddressByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

CompanyAddress

CompanyAddress A company address object.


Void sales invoice

<dynamicsgp:void-sales-invoice>

This method voids a sales invoice.

XML Sample

<dynamicsgp:void-sales-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

VoidSalesInvoiceParams

The parameters of the operation.

#[payload]

 


Get policy roles

<dynamicsgp:get-policy-roles>

Retrieves the list of roles that have policy instances for the specified policy. The roles are returned as role keys (GUID values) that correspond to roles defined in the Dynamics Security Service.

XML Sample

<dynamicsgp:get-policy-roles params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPolicyRolesParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<RoleKey>

List The list of role keys (GUID values) for which policy instances exist. The values correspond to roles defined in the Dynamics Security Service.


Create applicant

<dynamicsgp:create-applicant>

This method creates a new job applicant.

XML Sample

<dynamicsgp:create-applicant params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateApplicantParams

The parameters of the operation.

#[payload]

 


Get item currency by key

<dynamicsgp:get-item-currency-by-key>

Retrieves a single item currency object based on the item currency key value supplied.

XML Sample

<dynamicsgp:get-item-currency-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetItemCurrencyByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ItemCurrency

ItemCurrency An item currency object.


Delete applicant

<dynamicsgp:delete-applicant>

Deletes an applicant based on the key value supplied.

XML Sample

<dynamicsgp:delete-applicant params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteApplicantParams

The parameters of the operation.

#[payload]

 


Create applicant reference

<dynamicsgp:create-applicant-reference>

This method creates a new applicant reference entry for a specified applicant.

XML Sample

<dynamicsgp:create-applicant-reference params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateApplicantReferenceParams

The parameters of the operation.

#[payload]

 


Get posted payables vendor payments by key

<dynamicsgp:get-posted-payables-vendor-payments-by-key>

Retrieves a single posted payables vendor payment object based on the specified payables document key.

XML Sample

<dynamicsgp:get-posted-payables-vendor-payments-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPostedPayablesVendorPaymentsByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PostedPayablesVendorPayment

PostedPayablesVendorPayment A posted payables vendor payment object.


Get item warehouse list

<dynamicsgp:get-item-warehouse-list>

Retrieves a list of item warehouse summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-item-warehouse-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetItemWarehouseListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ItemWarehouseSummary>

List A list of the item warehouse summary objects that match the specified criteria.


Get applicant application by key

<dynamicsgp:get-applicant-application-by-key>

Retrieves a single job application object for a specified applicant.

XML Sample

<dynamicsgp:get-applicant-application-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantApplicationByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ApplicantApplication

ApplicantApplication An applicant application object.


Get applicant work history list

<dynamicsgp:get-applicant-work-history-list>

Retrieves a list of applicant work history objects that match the specified criteria.

XML Sample

<dynamicsgp:get-applicant-work-history-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantWorkHistoryListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ApplicantWorkHistory>

List The list of applicant test objects that match the specified criteria.


Update vendor address

<dynamicsgp:update-vendor-address>

Updates the specified vendor address object, storing the current values in the database.

XML Sample

<dynamicsgp:update-vendor-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateVendorAddressParams

The parameters of the operation.

#[payload]

 


Update applicant education

<dynamicsgp:update-applicant-education>

Updates the specified applicant education object, storing the current values in the database.

XML Sample

<dynamicsgp:update-applicant-education params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateApplicantEducationParams

The parameters of the operation.

#[payload]

 


Get dynamics online configuration list

<dynamicsgp:get-dynamics-online-configuration-list>

Retrieves a list of Dynamics Online Configuration objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-dynamics-online-configuration-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetDynamicsOnlineConfigurationListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<DynamicsOnlineConfiguration>

List A list of the Dynamics Online Configuration objects that match the specified criteria.


Get business object user assignment list

<dynamicsgp:get-business-object-user-assignment-list>

Retrieves a list of all the business object user assignment objects. Each business object user assignment represents a Windows User ID that is mapped to an ID in Microsoft Dynamics GP.

XML Sample

<dynamicsgp:get-business-object-user-assignment-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetBusinessObjectUserAssignmentListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<BusinessObjectUserAssignment>

List A list of business object user assignment objects.


Get changed pricing key list

<dynamicsgp:get-changed-pricing-key-list>

Retrieves a list of changed pricing key objects for the pricing objects that have been acted on during the specified interval. A pricing object has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-pricing-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedPricingKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedPricingKey>

List The list of changed pricing key objects that match the specified criteria.


Get service equipment list

<dynamicsgp:get-service-equipment-list>

Retrieves a list of service equipment summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-service-equipment-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetServiceEquipmentListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ServiceEquipmentSummary>

List The list of service equipment summary objects that match the specified criteria.


Create receivables warranty

<dynamicsgp:create-receivables-warranty>

This method creates a new receivables warranty document.

XML Sample

<dynamicsgp:create-receivables-warranty params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateReceivablesWarrantyParams

The parameters of the operation.

#[payload]

 


Get sales order by key

<dynamicsgp:get-sales-order-by-key>

Retrieves a single sales order object based on the specified sales document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-sales-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesOrderByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SalesOrder

SalesOrder A sales order object.


Update service call

<dynamicsgp:update-service-call>

Updates the specified service call object, storing the current values in the database.

XML Sample

<dynamicsgp:update-service-call params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateServiceCallParams

The parameters of the operation.

#[payload]

 


Delete employee address

<dynamicsgp:delete-employee-address>

Deletes an employee address based on the key value supplied.

XML Sample

<dynamicsgp:delete-employee-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteEmployeeAddressParams

The parameters of the operation.

#[payload]

 


Create fee

<dynamicsgp:create-fee>

This method creates a new fee item.

XML Sample

<dynamicsgp:create-fee params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateFeeParams

The parameters of the operation.

#[payload]

 


Update sales fulfillment order

<dynamicsgp:update-sales-fulfillment-order>

Updates the specified sales fulfillment order object, storing the current values in the database.

XML Sample

<dynamicsgp:update-sales-fulfillment-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateSalesFulfillmentOrderParams

The parameters of the operation.

#[payload]

 


Get sales order list

<dynamicsgp:get-sales-order-list>

Retrieves a list of sales order summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-sales-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesOrderListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesOrderSummary>

List The list of sales order summary objects that match the specified criteria.


Update applicant test

<dynamicsgp:update-applicant-test>

Updates the specified applicant test object, storing the current values in the database.

XML Sample

<dynamicsgp:update-applicant-test params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateApplicantTestParams

The parameters of the operation.

#[payload]

 


Delete policy

<dynamicsgp:delete-policy>

Deletes a policy instance for the specified role.

XML Sample

<dynamicsgp:delete-policy params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeletePolicyParams

The parameters of the operation.

#[payload]

 


Delete applicant skill

<dynamicsgp:delete-applicant-skill>

Deletes applicant skill information based on the key value supplied.

XML Sample

<dynamicsgp:delete-applicant-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteApplicantSkillParams

The parameters of the operation.

#[payload]

 


Get project timesheet list

<dynamicsgp:get-project-timesheet-list>

Retrieves a list of project timesheet summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-project-timesheet-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectTimesheetListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ProjectTimesheetSummary>

List The list of project budget timesheet objects that match the specified criteria.


Delete sales backorder

<dynamicsgp:delete-sales-backorder>

Deletes a sales backorder based on the key value supplied.

XML Sample

<dynamicsgp:delete-sales-backorder params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteSalesBackorderParams

The parameters of the operation.

#[payload]

 


Get currency list

<dynamicsgp:get-currency-list>

Retrieves a list of currency objects that match the specified criteria.

XML Sample

<dynamicsgp:get-currency-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCurrencyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<Currency>

List The list of currency objects that match the specified criteria.


Create receivables service repair

<dynamicsgp:create-receivables-service-repair>

This method creates a new receivables service repair document.

XML Sample

<dynamicsgp:create-receivables-service-repair params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateReceivablesServiceRepairParams

The parameters of the operation.

#[payload]

 


Create skill

<dynamicsgp:create-skill>

This method creates a new job skill document.

XML Sample

<dynamicsgp:create-skill params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateSkillParams

The parameters of the operation.

#[payload]

 


Update applicant

<dynamicsgp:update-applicant>

Updates the specified applicant object, storing the current values in the database.

XML Sample

<dynamicsgp:update-applicant params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateApplicantParams

The parameters of the operation.

#[payload]

 


Get customer address list

<dynamicsgp:get-customer-address-list>

Retrieves a list of customer address summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-customer-address-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCustomerAddressListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<CustomerAddressSummary>

List The list of customer address summary objects that match the specified criteria.


Get sales person list

<dynamicsgp:get-sales-person-list>

Retrieves a list of salesperson objects that match the specified criteria.

XML Sample

<dynamicsgp:get-sales-person-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesPersonListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesPersonSummary>

List The list of salesperson summary objects that match the specified criteria.


Create item currency

<dynamicsgp:create-item-currency>

This method creates a new relationship between an item and a currency.

XML Sample

<dynamicsgp:create-item-currency params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateItemCurrencyParams

The parameters of the operation.

#[payload]

 


Get sales territory list

<dynamicsgp:get-sales-territory-list>

Retrieves a list of sales territory summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-sales-territory-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesTerritoryListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesTerritorySummary>

List The list of sales territory summary objects that match the specified criteria.


Create sales order

<dynamicsgp:create-sales-order>

This method creates a new sales order.

XML Sample

<dynamicsgp:create-sales-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateSalesOrderParams

The parameters of the operation.

#[payload]

 


Get receivables credit memo by key

<dynamicsgp:get-receivables-credit-memo-by-key>

Retrieves a single receivables credit memo object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-receivables-credit-memo-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesCreditMemoByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ReceivablesCreditMemo

ReceivablesCreditMemo A receivables credit memo object.


Create GL Unit Account

<dynamicsgp:create-g-l-unit-account>

This method creates a new GL unit account.

XML Sample

<dynamicsgp:create-g-l-unit-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateGLUnitAccountParams

The parameters of the operation.

#[payload]

 


Create receivables finance charge

<dynamicsgp:create-receivables-finance-charge>

This method creates a new receivables finance charge document.

XML Sample

<dynamicsgp:create-receivables-finance-charge params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateReceivablesFinanceChargeParams

The parameters of the operation.

#[payload]

 


Get inventory adjustment list

<dynamicsgp:get-inventory-adjustment-list>

Retrieves a list of inventory adjustment summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-inventory-adjustment-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetInventoryAdjustmentListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<InventoryAdjustmentSummary>

List A list of the inventory adjustment summary objects that match the specified criteria.


Get payables miscellaneous charge by key

<dynamicsgp:get-payables-miscellaneous-charge-by-key>

Retrieves a single payables miscellaneous charge object based on the specified payables document key.

XML Sample

<dynamicsgp:get-payables-miscellaneous-charge-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesMiscellaneousChargeByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PayablesMiscellaneousCharge

PayablesMiscellaneousCharge A payables miscellaneous charge object.


Get shipping method list

<dynamicsgp:get-shipping-method-list>

Retrieves a list of shipping method objects that match the specified criteria.

XML Sample

<dynamicsgp:get-shipping-method-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetShippingMethodListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ShippingMethod>

List The list of shipping method objects that match the specified criteria.


Create service quote

<dynamicsgp:create-service-quote>

This method creates a new service quote document.

XML Sample

<dynamicsgp:create-service-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateServiceQuoteParams

The parameters of the operation.

#[payload]

 


Create sales quote

<dynamicsgp:create-sales-quote>

This method creates a new sales quote.

XML Sample

<dynamicsgp:create-sales-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateSalesQuoteParams

The parameters of the operation.

#[payload]

 


Create receivables credit memo

<dynamicsgp:create-receivables-credit-memo>

This method creates a new receivables credit memo document.

XML Sample

<dynamicsgp:create-receivables-credit-memo params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateReceivablesCreditMemoParams

The parameters of the operation.

#[payload]

 


Get changed customer key list

<dynamicsgp:get-changed-customer-key-list>

Retrieves a list of changed customer key objects for the customers that have been acted on during the specified interval. A customer has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-customer-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedCustomerKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedCustomerKey>

List The list of changed customer key objects that match the specified criteria.


Create warehouse

<dynamicsgp:create-warehouse>

This method creates a new warehouse (site) in Microsoft Dynamics GP.

XML Sample

<dynamicsgp:create-warehouse params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateWarehouseParams

The parameters of the operation.

#[payload]

 


Get logged exception data list

<dynamicsgp:get-logged-exception-data-list>

Retrieves a list of exception summary objects that were logged between the specified dates.

XML Sample

<dynamicsgp:get-logged-exception-data-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetLoggedExceptionDataListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<LoggedExceptionDataSummary>

List A list of logged exception summary objects between the specified begin and end dates.


Get changed price level key list

<dynamicsgp:get-changed-price-level-key-list>

Retrieves a list of changed price level key objects for the price levels that have been acted on during the specified interval. A price level has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-price-level-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedPriceLevelKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedPriceLevelKey>

List The list of changed price level key objects that match the specified criteria.


Get pricing by key

<dynamicsgp:get-pricing-by-key>

Retrieves a single pricing object based on the specified pricing key.

XML Sample

<dynamicsgp:get-pricing-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPricingByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Pricing

Pricing A pricing object.


Create inventory variance

<dynamicsgp:create-inventory-variance>

This method creates a new inventory variance document.

XML Sample

<dynamicsgp:create-inventory-variance params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateInventoryVarianceParams

The parameters of the operation.

#[payload]

 


Get purchase receipt by key

<dynamicsgp:get-purchase-receipt-by-key>

Retrieves a single purchase receipt object based on the specified purchase transaction key.

XML Sample

<dynamicsgp:get-purchase-receipt-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPurchaseReceiptByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PurchaseReceipt

PurchaseReceipt A purchase receipt object.


Get warehouse by key

<dynamicsgp:get-warehouse-by-key>

Retrieves a single warehouse (site) object based on the specified warehouse key.

XML Sample

<dynamicsgp:get-warehouse-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetWarehouseByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Warehouse

Warehouse A warehouse object.


Get project miscellaneous log list

<dynamicsgp:get-project-miscellaneous-log-list>

Retrieves a list of project miscellaneous log summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-project-miscellaneous-log-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectMiscellaneousLogListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ProjectMiscellaneousLogSummary>

List The list of project miscellaneous log summary objects that match the specified criteria.


Update corporate account

<dynamicsgp:update-corporate-account>

Updates the specified corporate account object, storing the current values in the database.

XML Sample

<dynamicsgp:update-corporate-account params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateCorporateAccountParams

The parameters of the operation.

#[payload]

 


Get service equipment by key

<dynamicsgp:get-service-equipment-by-key>

Retrieves a single service equipment object based on the specified service equipment key.

XML Sample

<dynamicsgp:get-service-equipment-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetServiceEquipmentByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ServiceEquipment

ServiceEquipment A service call object.


Get GL Fixed Allocation Account List

<dynamicsgp:get-g-l-fixed-allocation-account-list>

Retrieves a list of general ledger fixed allocation account summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-g-l-fixed-allocation-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLFixedAllocationAccountListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<GLFixedAllocationAccountSummary>

List A list of the GL fixed allocation account summary objects that match the specified criteria.


Get GL Unit Account List

<dynamicsgp:get-g-l-unit-account-list>

Retrieves a list of general ledger unit account summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-g-l-unit-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLUnitAccountListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<GLUnitAccountSummary>

List A list of the GL unit account summary objects that match the specified criteria.


Get item warehouse by key

<dynamicsgp:get-item-warehouse-by-key>

Retrieves a single item warehouse object based on the item warehouse key value supplied.

XML Sample

<dynamicsgp:get-item-warehouse-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetItemWarehouseByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ItemWarehouse

ItemWarehouse An item warehouse object.


Update policy

<dynamicsgp:update-policy>

Updates a policy instance for the specified role. Changes made to the behaviors for the policy instance will be saved.

XML Sample

<dynamicsgp:update-policy params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdatePolicyParams

The parameters of the operation.

#[payload]

 


Create service equipment

<dynamicsgp:create-service-equipment>

This method creates a new service equipment document.

XML Sample

<dynamicsgp:create-service-equipment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateServiceEquipmentParams

The parameters of the operation.

#[payload]

 


Create HR Requisition

<dynamicsgp:create-h-r-requisition>

This method creates a new job requisition document.

XML Sample

<dynamicsgp:create-h-r-requisition params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateHRRequisitionParams

The parameters of the operation.

#[payload]

 


Get vendor by key

<dynamicsgp:get-vendor-by-key>

Retrieves a single vendor object based on the specified vendor key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-vendor-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetVendorByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Vendor

Vendor A vendor object.


Get policy list by role key

<dynamicsgp:get-policy-list-by-role-key>

Retrieves the list of policy summary objects for policies that have a policy instance for the specified role.

XML Sample

<dynamicsgp:get-policy-list-by-role-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPolicyListByRoleKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PolicySummary>

List The list of policy summary objects for the policy instances defined for the specified role.


Create service call

<dynamicsgp:create-service-call>

This method creates a new service call document.

XML Sample

<dynamicsgp:create-service-call params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateServiceCallParams

The parameters of the operation.

#[payload]

 


Get applicant education list

<dynamicsgp:get-applicant-education-list>

Retrieves a list of applicant education objects that match the specified criteria.

XML Sample

<dynamicsgp:get-applicant-education-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantEducationListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ApplicantEducation>

List The list of applicant education objects that match the specified criteria.


Get GL Unit Account By Key

<dynamicsgp:get-g-l-unit-account-by-key>

Retrieves a single general ledger unit account object based on the key value supplied.

XML Sample

<dynamicsgp:get-g-l-unit-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLUnitAccountByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

GLUnitAccount

GLUnitAccount A GL unit account object.


Get item vendor list

<dynamicsgp:get-item-vendor-list>

Retrieves a list of item vendor summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-item-vendor-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetItemVendorListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ItemVendorSummary>

List A list of the item vendor summary objects that match the specified criteria.


Get applicant work history by key

<dynamicsgp:get-applicant-work-history-by-key>

Retrieves a single applicant work history object based on the key value supplied.

XML Sample

<dynamicsgp:get-applicant-work-history-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantWorkHistoryByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ApplicantWorkHistory

ApplicantWorkHistory An applicant work history object.


Get manufacturing order by key

<dynamicsgp:get-manufacturing-order-by-key>

Retrieves a single manufacturing order object based on the specified manufacturing order document key.

XML Sample

<dynamicsgp:get-manufacturing-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetManufacturingOrderByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ManufacturingOrder

ManufacturingOrder A manufacturing order object.


Get posted payables vendor payments list

<dynamicsgp:get-posted-payables-vendor-payments-list>

Retrieves a list of posted payables vendor payment summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-posted-payables-vendor-payments-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPostedPayablesVendorPaymentsListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PostedPayablesVendorPaymentSummary>

List The list of posted payables vendor payment summary objects that match the specified criteria.


Get project employee expense list

<dynamicsgp:get-project-employee-expense-list>

Retrieves a list of project employee expense summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-project-employee-expense-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectEmployeeExpenseListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ProjectEmployeeExpenseSummary>

List The list of project employee expense summary objects that match the specified criteria.


Get sales person commissions list

<dynamicsgp:get-sales-person-commissions-list>

Retrieves a list of salesperson commission objects that match the specified criteria.

XML Sample

<dynamicsgp:get-sales-person-commissions-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesPersonCommissionsListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesPersonCommissionsSummary>

List The list of salesperson commissions summary objects that match the specified criteria.


Get changed item key list

<dynamicsgp:get-changed-item-key-list>

Retrieves a list of changed item key objects for the items that have been acted on during the specified interval. An item has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-item-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedItemKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedItemKey>

List The list of changed item key objects that match the specified criteria.


Get batch by key

<dynamicsgp:get-batch-by-key>

Retrieves a single batch object based on the batch key value supplied.

XML Sample

<dynamicsgp:get-batch-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetBatchByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Batch

Batch A batch object.


Get payables invoice list

<dynamicsgp:get-payables-invoice-list>

Retrieves a list of payables invoice summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-payables-invoice-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesInvoiceListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PayablesInvoiceSummary>

List The list of payables invoice summary objects that match the specified criteria.


Create kit

<dynamicsgp:create-kit>

This method creates a new kit inventory item.

XML Sample

<dynamicsgp:create-kit params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateKitParams

The parameters of the operation.

#[payload]

 


Get cash receipt by key

<dynamicsgp:get-cash-receipt-by-key>

Retrieves a single cash receipt object based on the receivables document key value supplied.

XML Sample

<dynamicsgp:get-cash-receipt-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCashReceiptByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

CashReceipt

CashReceipt A cash receipt object.


Get payables document list

<dynamicsgp:get-payables-document-list>

Retrieves a list of payables document summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-payables-document-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesDocumentListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PayablesDocumentSummary>

List The list of payables document summary objects that match the specified criteria.


Create receivables debit memo

<dynamicsgp:create-receivables-debit-memo>

This method creates a new receivables debit memo document.

XML Sample

<dynamicsgp:create-receivables-debit-memo params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateReceivablesDebitMemoParams

The parameters of the operation.

#[payload]

 


Get applicant reference by key

<dynamicsgp:get-applicant-reference-by-key>

Retrieves a single applicant reference object based on the key value supplied.

XML Sample

<dynamicsgp:get-applicant-reference-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantReferenceByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ApplicantReference

ApplicantReference An applicant reference object.


Get cash receipt list

<dynamicsgp:get-cash-receipt-list>

Retrieves a list of cash receipt summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-cash-receipt-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCashReceiptListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<CashReceiptSummary>

List The list of cash receipt summary objects that match the specified criteria.


Get project change order by key

<dynamicsgp:get-project-change-order-by-key>

Retrieves a single project change order object based on the specified project change order key.

XML Sample

<dynamicsgp:get-project-change-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectChangeOrderByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ProjectChangeOrder

ProjectChangeOrder The project change order object.


Get changed sales order key list

<dynamicsgp:get-changed-sales-order-key-list>

Retrieves a list of changed sales order key objects for the sales orders that have been acted on during the specified interval. A sales order has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-sales-order-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedSalesOrderKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedSalesOrderKey>

List The list of changed sales order key objects that match the specified criteria.


Create skill set

<dynamicsgp:create-skill-set>

This method creates a new skill set.

XML Sample

<dynamicsgp:create-skill-set params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateSkillSetParams

The parameters of the operation.

#[payload]

 


Get sales person commissions by key

<dynamicsgp:get-sales-person-commissions-by-key>

Retrieves a single salesperson commissions object based on the specified salesperson commissions key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-sales-person-commissions-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesPersonCommissionsByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SalesPersonCommissions

SalesPersonCommissions A salesperson commissions object.


Get item class list

<dynamicsgp:get-item-class-list>

Retrieves a list of inventory item class objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-item-class-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetItemClassListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ItemClass>

List A list of the item class objects that match the specified criteria.


Get price level list

<dynamicsgp:get-price-level-list>

Retrieves a list of price level objects that match the specified criteria.

XML Sample

<dynamicsgp:get-price-level-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPriceLevelListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PriceLevel>

List The list of price level objects that match the specified criteria.


Get purchase invoice list

<dynamicsgp:get-purchase-invoice-list>

Retrieves a list of purchase invoice summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-purchase-invoice-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPurchaseInvoiceListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PurchaseInvoiceSummary>

List The list of purchase invoice summary objects that match the specified criteria.


Get changed uof m schedule key list

<dynamicsgp:get-changed-uof-m-schedule-key-list>

Retrieves a list of changed unit of measure schedule key objects for the unit of measure schedules that have been acted on during the specified interval. A unit of measure schedule has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-uof-m-schedule-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedUofMScheduleKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedUofMScheduleKey>

List The list of changed unit of measure schedule key objects that match the specified criteria.


Update return material authorization

<dynamicsgp:update-return-material-authorization>

Updates the specified return material authorization object, storing the current values in the database.

XML Sample

<dynamicsgp:update-return-material-authorization params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateReturnMaterialAuthorizationParams

The parameters of the operation.

#[payload]

 


Update employee address

<dynamicsgp:update-employee-address>

Updates the specified employee address object, storing the current values in the database.

XML Sample

<dynamicsgp:update-employee-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

UpdateEmployeeAddressParams

The parameters of the operation.

#[payload]

 


Create back office role assignment

<dynamicsgp:create-back-office-role-assignment>

This method creates a new back office role assignment, assigning a Microsoft Dynamics GP user to a security role.

XML Sample

<dynamicsgp:create-back-office-role-assignment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateBackOfficeRoleAssignmentParams

The parameters of the operation.

#[payload]

 


Delete sales invoice

<dynamicsgp:delete-sales-invoice>

Deletes a sales invoice based on the key value supplied.

XML Sample

<dynamicsgp:delete-sales-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteSalesInvoiceParams

The parameters of the operation.

#[payload]

 


Get planned order by key

<dynamicsgp:get-planned-order-by-key>

Retrieves a single planned order object based on the specified planned order key.

XML Sample

<dynamicsgp:get-planned-order-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPlannedOrderByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PlannedOrder

PlannedOrder A planned order object.


Void receivables return

<dynamicsgp:void-receivables-return>

This method voids a receivables return.

XML Sample

<dynamicsgp:void-receivables-return params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

VoidReceivablesReturnParams

The parameters of the operation.

#[payload]

 


Delete sales order

<dynamicsgp:delete-sales-order>

Deletes a sales order based on the key value supplied.

XML Sample

<dynamicsgp:delete-sales-order params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteSalesOrderParams

The parameters of the operation.

#[payload]

 


Get planned order list

<dynamicsgp:get-planned-order-list>

Retrieves a list of planned order summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-planned-order-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPlannedOrderListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PlannedOrderSummary>

List The list of planned order summary objects that match the specified criteria.


Get applicant skill by key

<dynamicsgp:get-applicant-skill-by-key>

Retrieves a single applicant skill object based on the key value supplied.

XML Sample

<dynamicsgp:get-applicant-skill-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantSkillByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ApplicantSkill

ApplicantSkill An applicant skill object.


Create inventory adjustment

<dynamicsgp:create-inventory-adjustment>

This method creates a new inventory adjustment document.

XML Sample

<dynamicsgp:create-inventory-adjustment params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateInventoryAdjustmentParams

The parameters of the operation.

#[payload]

 


Get sales return by key

<dynamicsgp:get-sales-return-by-key>

Retrieves a single sales return object based on the specified sales return key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-sales-return-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesReturnByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

SalesReturn

SalesReturn A sales return object.


Get currency posting account by key

<dynamicsgp:get-currency-posting-account-by-key>

Retrieves a single currency posting account object based on the key value supplied.

XML Sample

<dynamicsgp:get-currency-posting-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCurrencyPostingAccountByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

CurrencyPostingAccount

CurrencyPostingAccount A currency posting account object.


Create sales process hold setup

<dynamicsgp:create-sales-process-hold-setup>

This method creates a new sales process hold setup.

XML Sample

<dynamicsgp:create-sales-process-hold-setup params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateSalesProcessHoldSetupParams

The parameters of the operation.

#[payload]

 


Get sales invoice list

<dynamicsgp:get-sales-invoice-list>

Retrieves a list of sales invoice summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-sales-invoice-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetSalesInvoiceListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<SalesInvoiceSummary>

List The list of sales invoice summary objects that match the specified criteria.


Get inventoried item list

<dynamicsgp:get-inventoried-item-list>

Retrieves a list of inventoried item summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-inventoried-item-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetInventoriedItemListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<InventoriedItemSummary>

List A list of the inventoried item summary objects that match the specified criteria.


Void sales quote

<dynamicsgp:void-sales-quote>

This method voids a sales quote.

XML Sample

<dynamicsgp:void-sales-quote params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

VoidSalesQuoteParams

The parameters of the operation.

#[payload]

 


Get multicurrency setup list

<dynamicsgp:get-multicurrency-setup-list>

Retrieves a list of multicurrency setup objects for the specified company.

XML Sample

<dynamicsgp:get-multicurrency-setup-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetMulticurrencySetupListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<MulticurrencySetup>

List The list of multicurrency setup objects. This will contain one item for the current company.


Get HR Requisition By Key

<dynamicsgp:get-h-r-requisition-by-key>

Retrieves a single HR requisition object based on the key value supplied.

XML Sample

<dynamicsgp:get-h-r-requisition-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetHRRequisitionByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

HRRequisition

HRRequisition An HR requisition object.


Get receivables service repair list

<dynamicsgp:get-receivables-service-repair-list>

Retrieves a list of receivables service repair summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-receivables-service-repair-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesServiceRepairListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ReceivablesServiceRepairSummary>

List The list of receivables service repair summary objects that match the specified criteria.


Get GL Account By Key

<dynamicsgp:get-g-l-account-by-key>

Retrieves a single general ledger account object based on the key value supplied.

XML Sample

<dynamicsgp:get-g-l-account-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLAccountByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

GLAccount

GLAccount A general ledger account object.


Delete applicant education

<dynamicsgp:delete-applicant-education>

Deletes applicant education information based on the key value supplied.

XML Sample

<dynamicsgp:delete-applicant-education params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteApplicantEducationParams

The parameters of the operation.

#[payload]

 


Get tax schedule by key

<dynamicsgp:get-tax-schedule-by-key>

Retrieves a single tax schedule object based on the key value supplied.

XML Sample

<dynamicsgp:get-tax-schedule-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetTaxScheduleByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

TaxSchedule

TaxSchedule A tax detail object.


Get changed sales invoice key list

<dynamicsgp:get-changed-sales-invoice-key-list>

Retrieves a list of changed sales invoice key objects for the sales invoices that have been acted on during the specified interval. A sales invoice has been acted on if it has been created, updated, or deleted. Entity change tracking must be enabled for this method to return valid results.

XML Sample

<dynamicsgp:get-changed-sales-invoice-key-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetChangedSalesInvoiceKeyListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ChangedSalesInvoiceKey>

List The list of changed sales invoice key objects that match the specified criteria.


Get payables credit memo list

<dynamicsgp:get-payables-credit-memo-list>

Retrieves a list of payables credit memo summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-payables-credit-memo-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPayablesCreditMemoListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<PayablesCreditMemoSummary>

List The list of payables credit memo summary objects that match the specified criteria.


Get applicant skill list

<dynamicsgp:get-applicant-skill-list>

Retrieves a list of applicant skill objects that match the specified criteria.

XML Sample

<dynamicsgp:get-applicant-skill-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetApplicantSkillListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ApplicantSkill>

List The list of applicant skill objects that match the specified criteria.


Get price level by key

<dynamicsgp:get-price-level-by-key>

Retrieves a single price level object based on the specified price level key.

XML Sample

<dynamicsgp:get-price-level-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetPriceLevelByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

PriceLevel

PriceLevel A price level object.


Get project employee expense by key

<dynamicsgp:get-project-employee-expense-by-key>

Retrieves a single project employee expense object based on the specified project employee expense key.

XML Sample

<dynamicsgp:get-project-employee-expense-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetProjectEmployeeExpenseByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ProjectEmployeeExpense

ProjectEmployeeExpense The project employee expense object.


Get GL Account List

<dynamicsgp:get-g-l-account-list>

Retrieves a list of GL account summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-g-l-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLAccountListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<GLAccountSummary>

List A list of the GL account summary objects that match the specified criteria.


Get back office role by key

<dynamicsgp:get-back-office-role-by-key>

Retrieves a single back office security role based on the key value supplied.

XML Sample

<dynamicsgp:get-back-office-role-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetBackOfficeRoleByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

BackOfficeRole

BackOfficeRole A back office role object representing a security role defined in Microsoft Dynamics GP.


Get company by key

<dynamicsgp:get-company-by-key>

Retrieves a single company object based on the key value supplied.

XML Sample

<dynamicsgp:get-company-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetCompanyByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

Company

Company A company object.


Get GL Variable Allocation Account List

<dynamicsgp:get-g-l-variable-allocation-account-list>

Retrieves a list of general ledger variable allocation account summary objects that meet the specified criteria.

XML Sample

<dynamicsgp:get-g-l-variable-allocation-account-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetGLVariableAllocationAccountListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<GLVariableAllocationAccountSummary>

List A list of the GL variable allocation account summary objects that match the specified criteria.


Create purchase invoice

<dynamicsgp:create-purchase-invoice>

This method creates a new purchase invoice document.

XML Sample

<dynamicsgp:create-purchase-invoice params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreatePurchaseInvoiceParams

The parameters of the operation.

#[payload]

 


Get fee list

<dynamicsgp:get-fee-list>

Retrieves a list of fee summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-fee-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetFeeListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<FeeSummary>

List The list of fee summary objects that match the specified criteria.


Create vendor address

<dynamicsgp:create-vendor-address>

This method creates a new vendor address.

XML Sample

<dynamicsgp:create-vendor-address params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

CreateVendorAddressParams

The parameters of the operation.

#[payload]

 


Get return material authorization list

<dynamicsgp:get-return-material-authorization-list>

Retrieves a list of return material authorization summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-return-material-authorization-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReturnMaterialAuthorizationListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ReturnMaterialAuthorizationSummary>

List The list of return material authorization summary objects that match the specified criteria.


Get service quote list

<dynamicsgp:get-service-quote-list>

Retrieves a list of service quote summary objects that match the specified criteria.

XML Sample

<dynamicsgp:get-service-quote-list params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetServiceQuoteListParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

List<ServiceQuoteSummary>

List The list of service quote summary objects that match the specified criteria.


Delete applicant reference

<dynamicsgp:delete-applicant-reference>

Deletes applicant reference information based on the key value supplied.

XML Sample

<dynamicsgp:delete-applicant-reference params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

DeleteApplicantReferenceParams

The parameters of the operation.

#[payload]

 


Get receivables invoice by key

<dynamicsgp:get-receivables-invoice-by-key>

Retrieves a single receivables invoice object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-receivables-invoice-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesInvoiceByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ReceivablesInvoice

ReceivablesInvoice A receivables invoice object.


Get receivables warranty by key

<dynamicsgp:get-receivables-warranty-by-key>

Retrieves a single receivables warranty object based on the specified receivables document key. The value returned by this method can be affected by entity ID filtering.

XML Sample

<dynamicsgp:get-receivables-warranty-by-key params-ref="#[payload]" config-ref="Microsoft_Dynamics_GP__NTLM_Connection"/>

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

params

GetReceivablesWarrantyByKeyParams

The parameters of the operation.

#[payload]

 

Returns

Return Java Type Description

ReceivablesWarranty

ReceivablesWarranty A receivables warranty object.