For the complete documentation index, see llms.txt. This page is also available as Markdown.

ODataRequest

Task to make a request to SAP OData API.

Task version: 2.0.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

Method : Method

The HTTP Method to be used.

Possible values:

  • GET: The HTTP Method to be used.

  • POST: The HTTP Method to be used.

  • PUT: The HTTP Method to be used.

  • PATCH: The HTTP Method to be used.

  • DELETE: The HTTP Method to be used.

  • HEAD: The HTTP Method to be used.

  • OPTIONS: The HTTP Method to be used.

  • CONNECT: The HTTP Method to be used.

Default: 0 Example: GET

HostAddress : String

Host address.

Default: https://example.com Example: https://example.com

Port : Int32

Port to connect.

Default: 44301 Example: 44301

ServiceName : String

Service name.

Default: FAP_APPROVEBANKPAYMENTS_SRV Example: PAYMENTS

EntitySetName : String

Entity set name.

Default: C_AbpPaymentBatch Example: A_Set

QueryString : String

Query string part of the request.

Default: - Example: $skip=1&$paramAbc=valueXyz

Format : Format

The format for communication.

Possible values:

  • JSON: The format for communication.

  • XML: The format for communication.

Default: 0 Example: JSON

Message : String

The message text to be sent with the request.

Default: - Example: { "Body": "Message" }

Task Result

Name
Description

StatusCode : Int32

Returned status code. Example: 200

Data : String

Body of the response Example: { "id": 123 }

Task Changelog

Changelog is not available for this Task.

Last updated

Was this helpful?