RoseERP Developers - Web API Reference

Sales | Customer GLAccount Determination

Service to manage the customer GLAccount.

Overview


URL api/{tenantKey}/{orgKey}/salesCore/customerGLAccountDeterminations
Methods Supported GET

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

GET Operations

GET Get Customer GL Account

Custom operation 'GetCustomerGLAccount'.

The following elements are required:

customerPostingProfileKey (string) CustomerPostingProfileKey This is a query string parameter.
accountingPartyKey (string) AccountingPartyKey This is a query string parameter.
chartOfAccountKey (string) ChartOfAccountKey This is a query string parameter.

Response:

When successful, the response body contains a resource of type 'CustomerAccountResource'. See CustomerAccountResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /salesCore/customerGLAccountDeterminations/getCustomerGLAccount/{customerPostingProfileKey}?customerPostingProfileKey={customerPostingProfileKey}&accountingPartyKey={accountingPartyKey}&chartOfAccountKey={chartOfAccountKey}

Resources


CustomerAccountResource

The following elements are optional:

gLAccountId (Guid) GL Account Id.
gLAccountKey (string) GL Account Key.
gLAccountDescription (string) GL Account Description.