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 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:
api/{tenantKey}/{orgKey}/salesCore/customerGLAccountDeterminations/getCustomerGLAccount/{customerPostingProfileKey}?customerPostingProfileKey={customerPostingProfileKey}&accountingPartyKey={accountingPartyKey}&chartOfAccountKey={chartOfAccountKey}
GET /salesCore/customerGLAccountDeterminations/getCustomerGLAccount/{customerPostingProfileKey}?customerPostingProfileKey={customerPostingProfileKey}&accountingPartyKey={accountingPartyKey}&chartOfAccountKey={chartOfAccountKey}