Get all external payees

get

/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • ApplicablePayees: Finds external payees that match specified search parameters.
      Finder Variables:
      • Intent; string.
      • PayeePartyIdentifier; integer; The party identifier of an external payee.
      • PayeePartySiteIdentifier; integer; The party site identifier of an external payee.
      • PaymentFunctionCode; string; The payment function code assigned to an external payee.
      • SupplierSiteIdentifier; integer; The supplier site identifier of an external payee.
    • ExternalPayeeSearch: Finds external payees that match specified search parameters.
      Finder Variables:
      • Intent; string.
      • OrganizationName; string; The organization name of an external payee.
      • PartyName; string.
      • PayeePartyIdentifier; integer; The party identifier of an external payee.
      • PayeePartyNumber; string; The party number of an external payee.
      • PayeePartySiteIdentifier; integer; The party site identifier of an external payee.
      • PayeePartySiteNumber; string; The party site number of an external payee.
      • PaymentFunctionCode; string; The payment function code that is assigned to an external payee.
      • SupplierNumber; string; The supplier number of an external payee.
      • SupplierSiteCode; string; The supplier site code of an external payee.
      • SupplierSiteIdentifier; integer; The supplier site identifier of an external payee.
    • PrimaryKey: Finds the external payee with the specified primary key.
      Finder Variables:
      • PayeeId; integer; The identifier of an external payee.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • BankChargeBearerCode; string; Code of an external payee who is responsible for paying regular or express bank charges, such as Payee or Payer. Values are from the IBY_BANK_CHARGE_BEARER lookup.
    • BankChargeBearerName; string; Name of an external payee who is responsible for paying regular or express bank charges, such as Payee or Payer.
    • BankInstructionCodeOne; string; Code of the first bank instruction to an external payee.
    • BankInstructionCodeTwo; string; Code of the second bank instruction to the external payee.
    • BankInstructionDetails; string; Details of an additional bank instruction to an external payee.
    • BankInstructionNameOne; string; Name of the first bank instruction to the external payee.
    • BankInstructionNameTwo; string; Name of the second bank instruction to an external payee.
    • DefaultPaymentMethodCode; string; Code of the default payment method for an external payee.
    • DefaultPaymentMethodName; string; Name of the default payment method for an external payee.
    • DeliveryChannelCode; string; Code of the delivery channel for an external payee.
    • DeliveryChannelName; string; Name of the delivery channel for an external payee.
    • DeliveryMethod; string; Delivery method that is set on the external payee level. If the Override with Payee Delivery Method Preference option on the payment process profile is turned off, the setting is ignored. Values from the IBY_DELIVERY_METHODS lookup include EMAIL, FAX, and PRINTED.
    • Email; string; Email address at which an external payee receives remittance advice.
    • Fax; string; Fax number at which an external payee receives remittance advice.
    • OrganizationIdentifier; string; Identifier of the business unit associated with an external payee.
    • OrganizationName; string; Name of the business unit associated with an external payee.
    • OrganizationType; string; Type of organization, such as a business unit, that has a relationship with an external payee. Values are from the IBY_ORGANIZATION_TYPES lookup.
    • PartyName; string; Name of an external payee.
    • PayEachDocumentAloneOption; string; Indicates whether documents payable for an external payee are prevented from being grouped with other like documents payable for payment.
    • PayeeId; integer; Application-generated identifier of the external payee.
    • PayeePartyIdentifier; integer; Identifier of an external payee.
    • PayeePartyNumber; string; Application-generated party number in Trading Community Architecture.
    • PayeePartySiteIdentifier; integer; Identifier of an external payee site.
    • PayeePartySiteNumber; string; Number of an external payee site.
    • PaymentFormatCode; string; Code of the payment format that is associated with an external payee.
    • PaymentFormatName; string; Name of the payment format that is associated with an external payee.
    • PaymentFunctionCode; string; Code that indicates the function or purpose of the payment. Values from the IBY_PAYMENT_FUNCTIONS lookup include SUPPLIER_PAYMENT, CUSTOMER_REFUNDS, and Others.
    • PaymentReasonCode; string; Code of the reason for paying an external payee.
    • PaymentReasonComments; string; Text field available for entering information about an external payee payment.
    • PaymentReasonName; string; Name of the reason for paying an external payee.
    • PaymentTextMessageOne; string; First text payment message to an external payee.
    • PaymentTextMessageThree; string; Third text payment message to an external payee.
    • PaymentTextMessageTwo; string; Second text payment message to an external payee.
    • PersonId; integer; Person identifier when the external payee is an employee.
    • ServiceLevelCode; string; Code of the service level for an external payee.
    • ServiceLevelName; string; Name of the service level for an external payee.
    • SettlementPriority; string; Priority with which the financial institution or payment system settles payments for an external payee.
    • SupplierNumber; string; Application-generated party number in Procurement.
    • SupplierSiteCode; string; Code of a supplier site.
    • SupplierSiteIdentifier; integer; Identifier of a supplier site.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : paymentsExternalPayees
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : paymentsExternalPayees-item-response
Type: object
Show Source
  • Title: Bank Charge Bearer Code
    Maximum Length: 30
    Code of an external payee who is responsible for paying regular or express bank charges, such as Payee or Payer. Values are from the IBY_BANK_CHARGE_BEARER lookup.
  • Title: Bank Charge Bearer Name
    Maximum Length: 255
    Name of an external payee who is responsible for paying regular or express bank charges, such as Payee or Payer.
  • Title: Bank Instruction Code One
    Maximum Length: 30
    Code of the first bank instruction to an external payee.
  • Title: Bank Instruction Code Two
    Maximum Length: 30
    Code of the second bank instruction to the external payee.
  • Title: Bank Instruction Details
    Maximum Length: 255
    Details of an additional bank instruction to an external payee.
  • Title: Bank Instruction Name One
    Maximum Length: 255
    Name of the first bank instruction to the external payee.
  • Title: Bank Instruction Name Two
    Maximum Length: 255
    Name of the second bank instruction to an external payee.
  • Title: Default Payment Method Code
    Read Only: true
    Maximum Length: 30
    Code of the default payment method for an external payee.
  • Title: Default Payment Method Name
    Read Only: true
    Maximum Length: 100
    Name of the default payment method for an external payee.
  • Title: Delivery Channel Code
    Maximum Length: 30
    Code of the delivery channel for an external payee.
  • Title: Delivery Channel Name
    Maximum Length: 255
    Name of the delivery channel for an external payee.
  • Title: Remittance Advice Delivery Method
    Maximum Length: 30
    Delivery method that is set on the external payee level. If the Override with Payee Delivery Method Preference option on the payment process profile is turned off, the setting is ignored. Values from the IBY_DELIVERY_METHODS lookup include EMAIL, FAX, and PRINTED.
  • Maximum Length: 255
    Email address at which an external payee receives remittance advice.
  • External Party Payment Methods
    Title: External Party Payment Methods
    The external party payment methods resource is used to view, create, and modify payment methods assigned to supplier payees.
  • Maximum Length: 100
    Fax number at which an external payee receives remittance advice.
  • Purpose of the external payee. The value is based on the payment function of the external payee. The following are the expected values: PAYABLES_DISB - Supplier, EMPLOYEE_EXP - Person, EMPLOYEE_EXP - Employee, AR_CUSTOMER_REFUNDS - Refund, CUSTOMER_PAYMENT - Customer, ONETIME_PAYMENT - Onetime, and ADHOC_PAYMENT - Adhoc.
  • Links
  • Maximum Length: 255
    Identifier of the business unit associated with an external payee.
  • Title: Organization Name
    Maximum Length: 240
    Name of the business unit associated with an external payee.
  • Title: Organization Type
    Read Only: true
    Maximum Length: 30
    Type of organization, such as a business unit, that has a relationship with an external payee. Values are from the IBY_ORGANIZATION_TYPES lookup.
  • Title: Name
    Maximum Length: 360
    Name of an external payee.
  • Maximum Length: 1
    Default Value: N
    Indicates whether documents payable for an external payee are prevented from being grouped with other like documents payable for payment.
  • Application-generated identifier of the external payee.
  • Title: Payee Party Identifier
    Identifier of an external payee.
  • Title: Registry ID
    Maximum Length: 30
    Application-generated party number in Trading Community Architecture.
  • Title: Payee Party Site Identifier
    Identifier of an external payee site.
  • Title: Site Number
    Maximum Length: 30
    Number of an external payee site.
  • Title: Payment Format Code
    Maximum Length: 30
    Code of the payment format that is associated with an external payee.
  • Title: Payment Format Name
    Maximum Length: 300
    Name of the payment format that is associated with an external payee.
  • Title: Payment Function
    Maximum Length: 30
    Code that indicates the function or purpose of the payment. Values from the IBY_PAYMENT_FUNCTIONS lookup include SUPPLIER_PAYMENT, CUSTOMER_REFUNDS, and Others.
  • Title: Payment Reason Code
    Maximum Length: 30
    Code of the reason for paying an external payee.
  • Title: Payment Reason Comments
    Maximum Length: 240
    Text field available for entering information about an external payee payment.
  • Title: Payment Reason Name
    Maximum Length: 255
    Name of the reason for paying an external payee.
  • Title: Payment Text Message 1
    Maximum Length: 256
    First text payment message to an external payee.
  • Title: Payment Text Message 3
    Maximum Length: 256
    Third text payment message to an external payee.
  • Title: Payment Text Message 2
    Maximum Length: 256
    Second text payment message to an external payee.
  • Person identifier when the external payee is an employee.
  • Title: Service Level Code
    Maximum Length: 30
    Code of the service level for an external payee.
  • Title: Service Level Name
    Maximum Length: 255
    Name of the service level for an external payee.
  • Title: Settlement Priority
    Maximum Length: 30
    Priority with which the financial institution or payment system settles payments for an external payee.
  • Title: Supplier Number
    Maximum Length: 30
    Application-generated party number in Procurement.
  • Title: Site
    Maximum Length: 240
    Code of a supplier site.
  • Title: Supplier Site Identifier
    Identifier of a supplier site.
Nested Schema : External Party Payment Methods
Type: array
Title: External Party Payment Methods
The external party payment methods resource is used to view, create, and modify payment methods assigned to supplier payees.
Show Source
Nested Schema : paymentsExternalPayees-externalPartyPaymentMethods-item-response
Type: object
Show Source
Back to Top

Examples

Example 1

The following example shows how to retrieve all the external payees by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees?finder=ExternalPayeeSearch;PayeePartyIdentifier=44378,Intent=Supplier

Example Response Body

The following example shows the contents of the response body in JSON format:

{
    "items": [
        {
            "PayeeId": 1238,
            "PaymentFunctionCode": "PAYABLES_DISB",
            "OrganizationIdentifier": "204",
            "OrganizationName": "Vision Operations",
            ...
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/1238",
                    "name": "paymentsExternalPayees",
                    "kind": "item",
                    "properties": {
                                     "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                                  }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/1238",
                    "name": "paymentsExternalPayees",
                    "kind": "item"
                },
                ...
            ]
        },
        ...
	],
    "count": 25,
    "hasMore": true,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees",
            "name": "paymentsExternalPayees",
            "kind": "collection"
        }
    ]
}	

Example 2

The following example shows how to retrieve all the payees for a supplier by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees?finder=ExternalPayeeSearch;Intent=Supplier,PayeePartyIdentifier=333937&q=SupplierSiteIdentifier IS NULL

Example Response Body

The following example shows the contents of the response body in JSON format:

{
    "items": [
        {
            "PayeeId": 300100180882048,
            "PaymentFunctionCode": "PAYABLES_DISB",
            "OrganizationIdentifier": null,
            "OrganizationName": null,
            "OrganizationType": null,
            "PayEachDocumentAloneOption": "N",
            "DefaultPaymentMethodCode": null,
            "DefaultPaymentMethodName": null,
            "BankChargeBearerCode": null,
            "BankChargeBearerName": null,
            "BankInstructionCodeOne": null,
            "BankInstructionNameOne": null,
            "BankInstructionCodeTwo": null,
            "BankInstructionNameTwo": null,
            "BankInstructionDetails": null,
            "PaymentReasonCode": null,
            "PaymentReasonName": null,
            "PaymentReasonComments": null,
            "PaymentTextMessageOne": null,
            "PaymentTextMessageTwo": null,
            "PaymentTextMessageThree": null,
            "DeliveryChannelCode": null,
            "DeliveryChannelName": null,
            "ServiceLevelCode": null,
            "ServiceLevelName": null,
            "SettlementPriority": null,
            "DeliveryMethod": "EMAIL",
            "Email": "test@example.com",
            "Fax": null,
            "PayeePartyIdentifier": 333937,
            "PartyName": "JACK N JILL INC",
            "PayeePartyNumber": "139161",
            "PayeePartySiteIdentifier": null,
            "SupplierNumber": "47659",
            "SupplierSiteCode": null,
            "SupplierSiteIdentifier": null,
            "PayeePartySiteNumber": null,
            "PaymentFormatCode": null,
            "PaymentFormatName": null,
            "PersonId": null,
            "Intent": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180882048",
                    "name": "paymentsExternalPayees",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180882048",
                    "name": "paymentsExternalPayees",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180882048/child/externalPartyPaymentMethods",
                    "name": "externalPartyPaymentMethods",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees",
            "name": "paymentsExternalPayees",
            "kind": "collection"
        }
    ]
}

Example 3

The following example shows how to retrieve all the payees for a supplier site by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees?finder=ExternalPayeeSearch;Intent=Supplier,PayeePartyIdentifier=333937,SupplierSiteIdentifier=999992000428884
 

Example Response Body

The following example shows the contents of the response body in JSON format:

{
    "items": [
        {
            "PayeeId": 300100180897625,
            "PaymentFunctionCode": "PAYABLES_DISB",
            "OrganizationIdentifier": "1668",
            "OrganizationName": "Progress UK",
            "OrganizationType": null,
            "PayEachDocumentAloneOption": "N",
            "DefaultPaymentMethodCode": null,
            "DefaultPaymentMethodName": null,
            "BankChargeBearerCode": null,
            "BankChargeBearerName": null,
            "BankInstructionCodeOne": null,
            "BankInstructionNameOne": null,
            "BankInstructionCodeTwo": null,
            "BankInstructionNameTwo": null,
            "BankInstructionDetails": null,
            "PaymentReasonCode": null,
            "PaymentReasonName": null,
            "PaymentReasonComments": null,
            "PaymentTextMessageOne": null,
            "PaymentTextMessageTwo": null,
            "PaymentTextMessageThree": null,
            "DeliveryChannelCode": null,
            "DeliveryChannelName": null,
            "ServiceLevelCode": null,
            "ServiceLevelName": null,
            "SettlementPriority": null,
            "DeliveryMethod": "EMAIL",
            "Email": "test@example.com",
            "Fax": null,
            "PayeePartyIdentifier": 333937,
            "PartyName": "JACK N JILL INC",
            "PayeePartyNumber": "139161",
            "PayeePartySiteIdentifier": 186215,
            "SupplierNumber": "47659",
            "SupplierSiteCode": "POZ55120",
            "SupplierSiteIdentifier": 999992000428884,
            "PayeePartySiteNumber": "58814",
            "PaymentFormatCode": null,
            "PaymentFormatName": null,
            "PersonId": null,
            "Intent": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180897625",
                    "name": "paymentsExternalPayees",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180897625",
                    "name": "paymentsExternalPayees",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180897625/child/externalPartyPaymentMethods",
                    "name": "externalPartyPaymentMethods",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees",
            "name": "paymentsExternalPayees",
            "kind": "collection"
        }
    ]
}

Example 4

The following example shows how to retrieve all the payees for customer refund by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees?finder=ExternalPayeeSearch;Intent=Customer,PayeePartyIdentifier=1455998,PayeePartySiteIdentifier=567618
 

Example Response Body

The following example shows the contents of the response body in JSON format:

{
    "items": [
        {
            "PayeeId": 300100180898002,
            "PaymentFunctionCode": "AR_CUSTOMER_REFUNDS",
            "OrganizationIdentifier": null,
            "OrganizationName": null,
            "OrganizationType": null,
            "PayEachDocumentAloneOption": "N",
            "DefaultPaymentMethodCode": null,
            "DefaultPaymentMethodName": null,
            "BankChargeBearerCode": null,
            "BankChargeBearerName": null,
            "BankInstructionCodeOne": null,
            "BankInstructionNameOne": null,
            "BankInstructionCodeTwo": null,
            "BankInstructionNameTwo": null,
            "BankInstructionDetails": null,
            "PaymentReasonCode": null,
            "PaymentReasonName": null,
            "PaymentReasonComments": null,
            "PaymentTextMessageOne": null,
            "PaymentTextMessageTwo": null,
            "PaymentTextMessageThree": null,
            "DeliveryChannelCode": null,
            "DeliveryChannelName": null,
            "ServiceLevelCode": null,
            "ServiceLevelName": null,
            "SettlementPriority": null,
            "DeliveryMethod": "EMAIL",
            "Email": "test@example.com",
            "Fax": null,
            "PayeePartyIdentifier": 1455998,
            "PartyName": "WILK SHIRT CORP",
            "PayeePartyNumber": "1259314",
            "PayeePartySiteIdentifier": 567618,
            "SupplierNumber": null,
            "SupplierSiteCode": null,
            "SupplierSiteIdentifier": null,
            "PayeePartySiteNumber": "446275",
            "PaymentFormatCode": null,
            "PaymentFormatName": null,
            "PersonId": null,
            "Intent": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180898002",
                    "name": "paymentsExternalPayees",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180898002",
                    "name": "paymentsExternalPayees",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180898002/child/externalPartyPaymentMethods",
                    "name": "externalPartyPaymentMethods",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees",
            "name": "paymentsExternalPayees",
            "kind": "collection"
        }
    ]
}

Example 5

The following example shows how to retrieve all the payees for an employee in Payroll by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees?finder=ExternalPayeeSearch;Intent=Person,PayeePartyIdentifier=300100038056894
 

Example Response Body

The following example shows the contents of the response body in JSON format:

{
    "items": [
        {
            "PayeeId": 300100177406393,
            "PaymentFunctionCode": "EMPLOYEE_EXP",
            "OrganizationIdentifier": null,
            "OrganizationName": null,
            "OrganizationType": null,
            "PayEachDocumentAloneOption": "N",
            "DefaultPaymentMethodCode": null,
            "DefaultPaymentMethodName": null,
            "BankChargeBearerCode": null,
            "BankChargeBearerName": null,
            "BankInstructionCodeOne": null,
            "BankInstructionNameOne": null,
            "BankInstructionCodeTwo": null,
            "BankInstructionNameTwo": null,
            "BankInstructionDetails": null,
            "PaymentReasonCode": null,
            "PaymentReasonName": null,
            "PaymentReasonComments": "Test",
            "PaymentTextMessageOne": null,
            "PaymentTextMessageTwo": null,
            "PaymentTextMessageThree": null,
            "DeliveryChannelCode": null,
            "DeliveryChannelName": null,
            "ServiceLevelCode": null,
            "ServiceLevelName": null,
            "SettlementPriority": null,
            "DeliveryMethod": null,
            "Email": null,
            "Fax": null,
            "PayeePartyIdentifier": 300100038056894,
            "PartyName": "ZHRX_VS BV_SECUSER",
            "PayeePartyNumber": "CDRM_75839",
            "PayeePartySiteIdentifier": null,
            "SupplierNumber": null,
            "SupplierSiteCode": null,
            "SupplierSiteIdentifier": null,
            "PayeePartySiteNumber": null,
            "PaymentFormatCode": null,
            "PaymentFormatName": null,
            "PersonId": null,
            "Intent": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100177406393",
                    "name": "paymentsExternalPayees",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100177406393",
                    "name": "paymentsExternalPayees",
                    "kind": "item"
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees",
            "name": "paymentsExternalPayees",
            "kind": "collection"
        }
    ]
}

Example 6

The following example shows how to retrieve all the payees for an employee in Expenses by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees?finder=ExternalPayeeSearch;Intent=Employee,PayeePartyIdentifier=300100148480036
 

Example Response Body

The following example shows the contents of the response body in JSON format:

{
  "items": [
    {
      "PayeeId": 300100180898209,
      "PaymentFunctionCode": "EMPLOYEE_EXP",
      "OrganizationIdentifier": null,
      "OrganizationName": null,
      "OrganizationType": null,
      "PayEachDocumentAloneOption": "N",
      "DefaultPaymentMethodCode": null,
      "DefaultPaymentMethodName": null,
      "BankChargeBearerCode": null,
      "BankChargeBearerName": null,
      "BankInstructionCodeOne": null,
      "BankInstructionNameOne": null,
      "BankInstructionCodeTwo": null,
      "BankInstructionNameTwo": null,
      "BankInstructionDetails": null,
      "PaymentReasonCode": null,
      "PaymentReasonName": null,
      "PaymentReasonComments": "Test-123",
      "PaymentTextMessageOne": null,
      "PaymentTextMessageTwo": null,
      "PaymentTextMessageThree": null,
      "DeliveryChannelCode": null,
      "DeliveryChannelName": null,
      "ServiceLevelCode": null,
      "ServiceLevelName": null,
      "SettlementPriority": null,
      "DeliveryMethod": null,
      "Email": null,
      "Fax": null,
      "PayeePartyIdentifier": 300100148480036,
      "PartyName": "CVBUYER01_DK",
      "PayeePartyNumber": "CDRM_733616",
      "PayeePartySiteIdentifier": null,
      "SupplierNumber": null,
      "SupplierSiteCode": null,
      "SupplierSiteIdentifier": null,
      "PayeePartySiteNumber": null,
      "PaymentFormatCode": null,
      "PaymentFormatName": null,
      "PersonId": null,
      "Intent": null,
      "links": [
        {
          "rel": "self",
          "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180898209",
          "name": "paymentsExternalPayees",
          "kind": "item",
          "properties": {
            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        },
        {
          "rel": "canonical",
          "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180898209",
          "name": "paymentsExternalPayees",
          "kind": "item"
        },
        {
          "rel": "child",
          "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180898209/child/externalPartyPaymentMethods",
          "name": "externalPartyPaymentMethods",
          "kind": "collection"
        }
      ]
    }
  ],
  "count": 1,
  "hasMore": false,
  "limit": 25,
  "offset": 0,
  "links": [
    {
      "rel": "self",
      "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees",
      "name": "paymentsExternalPayees",
      "kind": "collection"
    }
  ]
}

Example 7

The following example shows how to retrieve all the payees for an ad-hoc payee in Cash Management by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees?finder=ExternalPayeeSearch;Intent=Adhoc,PayeePartyIdentifier=300100121773260
 

Example Response Body

The following example shows the contents of the response body in JSON format:

{
  "items": [
    {
      "PayeeId": 100010023961174,
      "PaymentFunctionCode": "ADHOC_PAYMENT",
      "OrganizationIdentifier": null,
      "OrganizationName": null,
      "OrganizationType": null,
      "PayEachDocumentAloneOption": "N",
      "DefaultPaymentMethodCode": null,
      "DefaultPaymentMethodName": null,
      "BankChargeBearerCode": null,
      "BankChargeBearerName": null,
      "BankInstructionCodeOne": null,
      "BankInstructionNameOne": null,
      "BankInstructionCodeTwo": null,
      "BankInstructionNameTwo": null,
      "BankInstructionDetails": null,
      "PaymentReasonCode": null,
      "PaymentReasonName": null,
      "PaymentReasonComments": null,
      "PaymentTextMessageOne": null,
      "PaymentTextMessageTwo": null,
      "PaymentTextMessageThree": null,
      "DeliveryChannelCode": null,
      "DeliveryChannelName": null,
      "ServiceLevelCode": null,
      "ServiceLevelName": null,
      "SettlementPriority": null,
      "DeliveryMethod": null,
      "Email": null,
      "Fax": null,
      "PayeePartyIdentifier": 300100121773260,
      "PartyName": "CE_ADHOC_Payee",
      "PayeePartyNumber": "CDRM_681211",
      "PayeePartySiteIdentifier": null,
      "SupplierNumber": null,
      "SupplierSiteCode": null,
      "SupplierSiteIdentifier": null,
      "PayeePartySiteNumber": null,
      "PaymentFormatCode": null,
      "PaymentFormatName": null,
      "PersonId": null,
      "Intent": null,
      "links": [
        {
          "rel": "self",
          "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/100010023961174",
          "name": "paymentsExternalPayees",
          "kind": "item",
          "properties": {
            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
          }
        },
        {
          "rel": "canonical",
          "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/100010023961174",
          "name": "paymentsExternalPayees",
          "kind": "item"
        },
        {
          "rel": "child",
          "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/100010023961174/child/externalPartyPaymentMethods",
          "name": "externalPartyPaymentMethods",
          "kind": "collection"
        }
      ]
    }
  ],
  "count": 1,
  "hasMore": false,
  "limit": 25,
  "offset": 0,
  "links": [
    {
      "rel": "self",
      "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees",
      "name": "paymentsExternalPayees",
      "kind": "collection"
    }
  ]
}

Example 8

The following example shows how to retrieve all the onetime payees in Payables by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees?finder=ExternalPayeeSearch;Intent=Onetime,PayeePartyIdentifier=100100050897855
 

Example Response Body

The following example shows the contents of the response body in JSON format:

{
  "items": [
    {
      "PayeeId": 300100180582391,
      "PaymentFunctionCode": "ONETIME_PAYMENT",
      "OrganizationIdentifier": null,
      "OrganizationName": null,
      "OrganizationType": null,
      "PayEachDocumentAloneOption": "N",
      "DefaultPaymentMethodCode": null,
      "DefaultPaymentMethodName": null,
      "BankChargeBearerCode": null,
      "BankChargeBearerName": null,
      "BankInstructionCodeOne": null,
      "BankInstructionNameOne": null,
      "BankInstructionCodeTwo": null,
      "BankInstructionNameTwo": null,
      "BankInstructionDetails": null,
      "PaymentReasonCode": null,
      "PaymentReasonName": null,
      "PaymentReasonComments": null,
      "PaymentTextMessageOne": null,
      "PaymentTextMessageTwo": null,
      "PaymentTextMessageThree": null,
      "DeliveryChannelCode": null,
      "DeliveryChannelName": null,
      "ServiceLevelCode": null,
      "ServiceLevelName": null,
      "SettlementPriority": null,
      "DeliveryMethod": "EMAIL",
      "Email": "test@example.com",
      "Fax": null,
      "PayeePartyIdentifier": 100100050897855,
      "PartyName": "BK_GPAY_RPT_TP_ORG_CDRM",
      "PayeePartyNumber": "Registry_RPT_CDRM",
      "PayeePartySiteIdentifier": null,
      "SupplierNumber": null,
      "SupplierSiteCode": null,
      "SupplierSiteIdentifier": null,
      "PayeePartySiteNumber": null,
      "PaymentFormatCode": null,
      "PaymentFormatName": null,
      "PersonId": null,
      "Intent": null,
      "links": [
        {
          "rel": "self",
          "href": "http://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180582391",
          "name": "paymentsExternalPayees",
          "kind": "item",
          "properties": {
            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        },
        {
          "rel": "canonical",
          "href": "http://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180582391",
          "name": "paymentsExternalPayees",
          "kind": "item"
        },
        {
          "rel": "child",
          "href": "http://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees/300100180582391/child/externalPartyPaymentMethods",
          "name": "externalPartyPaymentMethods",
          "kind": "collection"
        }
      ]
    }
  ],
  "count": 1,
  "hasMore": false,
  "limit": 25,
  "offset": 0,
  "links": [
    {
      "rel": "self",
      "href": "http://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/paymentsExternalPayees",
      "name": "paymentsExternalPayees",
      "kind": "collection"
    }
  ]
}
Back to Top