Retrieve Organization Payment Methods

To retrieve the organization payment methods:

  1. Perform a GET operation on the organizationPaymentMethodsLOV resource using a finder.
  2. Verify the details returned in the response.

Example URL

Use this resource URL format.

GET

/hcmRestApi/resources/11.13.18.05/organizationPaymentMethodsLOV?finder=findByAssignmentNumber;AssignmentNumber=E955160008191542

Example Response

Here's an example of the response body in JSON format.

{
  "items": [
    {
      "BaseOrgPayMethodName": "US HDL BACS OPM",
      "OrgPaymentMethodId": 300100083855691,
      "OrgPaymentMethodName": "US HDL BACS OPM",
      "CurrencyCode": "USD",
      "EffectiveEndDate": "4712-12-31",
      "EffectiveStartDate": "2010-01-01",
      "PaymentTypeName": "EFT",
      "Category": "MT",
      "LegislationCode": "US",
      "LegislativeDataGroupId": 300100048812613,
      "links": [
                 ...]
    },
    {
      "BaseOrgPayMethodName": "US HDL CHQ OPM",
      "OrgPaymentMethodId": 300100083856028,
      "OrgPaymentMethodName": "US HDL CHQ OPM",
      "CurrencyCode": "USD",
      "EffectiveEndDate": "4712-12-31",
      "EffectiveStartDate": "2010-01-01",
      "PaymentTypeName": "Check",
      "Category": "CH",
      "LegislationCode": "US",
      "LegislativeDataGroupId": 300100048812613,
      "links": [
                 ...]
 }