---
title: "SAP S4HANA Cloud Connector"
slug: "sap-s4hana-cloud-connector"
description: "Manage records in SAP S/4HANA with API keys. Learn to create, update, and delete records efficiently in this powerful cloud-based ERP solution."
updated: 2026-07-17T15:47:16Z
published: 2026-06-12T15:10:42Z
canonical: "docs.lansweeper.com/sap-s4hana-cloud-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SAP S4HANA Cloud Connector

Note on third‑party tools

              

We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.

[SAP S/4HANA Cloud](https://www.sap.com/products/erp/s4hana.html) is an enterprise resource planning (ERP) system. This component allows you to manage business partners, sales orders, materials, and other enterprise resources within SAP S/4HANA Cloud Public Edition.

## API Documentation

This component was built using the [SAP API Business Hub](https://api.sap.com/products/SAPS4HANACloud/overview) for SAP S/4HANA Cloud.

## Connections

### API Key (Sandbox)

Connect to SAP S/4HANA Cloud APIs via SAP API Business Hub sandbox for testing and development. This connection provides read-only access to sample data.

This connection authenticates with SAP S/4HANA Cloud APIs via the SAP API Business Hub sandbox environment. It is designed for testing and development purposes only and provides read-only access to sample data.

              Sandbox Environment Only

              

This connection is intended for **testing and development** using the SAP API Business Hub sandbox. For production access to real SAP S/4HANA Cloud data, use the Basic Auth connection instead.

#### Prerequisites

- An SAP account with access to [SAP API Business Hub](https://api.sap.com/)
- API key generated from SAP API Business Hub

#### Setup Steps

To create an API key for the sandbox:

1. Navigate to [SAP API Business Hub](https://api.sap.com/) and log in with SAP credentials.
2. Click on the user profile icon in the top right corner.
3. Select **Settings** or **API Keys** from the menu.
4. Click **Show API Key** to reveal the existing key, or generate a new one if needed.
5. Copy the API key and store it securely.

#### Configure the Connection

- **SAP API Key**: Enter the API key obtained from SAP API Business Hub.
- **Base URL**: Use the default sandbox URL: `https://sandbox.api.sap.com/s4hanacloud`

| Input | Comments | Default |
| --- | --- | --- |
| SAP API Key | API key from SAP API Business Hub. Log in at [https://api.sap.com](https://api.sap.com) and access your API key from your account settings. |  |
| Base URL | SAP API Business Hub sandbox URL. Use the default sandbox URL for testing. This connection is intended for sandbox environments only. | [https://sandbox.api.sap.com/s4hanacloud](https://sandbox.api.sap.com/s4hanacloud) |

### Basic Auth

Basic Authentication connection for direct access to SAP S/4HANA Cloud Public Edition. Requires a Communication User configured in SAP.

This connection authenticates directly with an SAP S/4HANA Cloud Public Edition tenant using Basic Authentication.

              Production Access

              

This connection is for **direct tenant access** to SAP S/4HANA Cloud Public Edition. It requires a Communication Arrangement configured by an SAP administrator.

#### Prerequisites

- SAP S/4HANA Cloud Public Edition tenant
- Administrator access to configure Communication Arrangements
- A Communication Scenario enabled for the required APIs (e.g., `SAP_COM_0008` for Business Partner API)

#### Setup Steps in SAP S/4HANA Cloud

To configure Basic Authentication access, an SAP administrator must complete these steps:

1. **Create a Communication User**
  - Navigate to the **Maintain Communication Users** app
  - Create a new user for API access
  - Set a secure password and note the credentials
2. **Create a Communication System**
  - Navigate to the **Communication Systems** app
  - Create a new system representing the external integration
  - Under **Users for Inbound Communication**, add the Communication User created above
  - Ensure **User ID and Password** (Basic Authentication) is enabled
3. **Create a Communication Arrangement**
  - Navigate to the **Communication Arrangements** app
  - Create a new arrangement based on the required Communication Scenario
  - Select the Communication System created above
  - Verify the inbound services are enabled

#### Configure the Connection

- **Tenant URL**: The SAP S/4HANA Cloud tenant URL
  - Example: `https://my123456-api.s4hana.cloud.sap`
- **Communication User**: The Communication User name created in SAP S/4HANA Cloud
  - Example: `Username`
- **Password**: The Communication User password

| Input | Comments | Default |
| --- | --- | --- |
| Tenant URL | SAP S/4HANA Cloud API tenant URL (include -api in the hostname). |  |
| Communication User | Communication User name from the Communication Arrangement in SAP S/4HANA Cloud. |  |
| Password | Communication User password. |  |

### OAuth 2.0 Authorization Code

Authenticate with an SAP S/4HANA Cloud Public Edition tenant using OAuth 2.0 Authorization Code flow. Provides full read/write access to business data.

This connection authenticates with an SAP S/4HANA Cloud Public Edition tenant using OAuth 2.0 Authorization Code flow. It provides full read/write access to business data and is recommended for production integrations.

              Production Access

              

This connection is for **direct tenant access** to SAP S/4HANA Cloud Public Edition. It requires a Communication Arrangement configured by an SAP administrator with OAuth 2.0 enabled.

#### Prerequisites

- SAP S/4HANA Cloud Public Edition tenant
- Administrator access to configure Communication Arrangements
- A Communication Scenario enabled for the required APIs (e.g., `SAP_COM_0008` for Business Partner API)
- An SAP user account with permissions to access the required APIs

#### Setup Steps in SAP S/4HANA Cloud

To configure OAuth 2.0 access, an SAP administrator must complete these steps:

1. **Create a Communication System**
  - Navigate to **Communication Systems** app
  - Create a new system representing the external integration (e.g., `ACME`)
  - Under **Users for Inbound Communication**, configure OAuth 2.0:
    - Authentication Method: **OAuth 2.0**
    - OAuth 2.0 Client ID: Enter a client identifier (e.g., `ACME`)
    - Client Type: **Public Client** (recommended) or Confidential Client
2. **Create a Communication Arrangement**
  - Navigate to **Communication Arrangements** app
  - Create a new arrangement based on the required Communication Scenario
  - Select the Communication System created above
  - Note the **OAuth 2.0 Details** from Inbound Communication:
    - Client ID

#### Configure the Connection

Only two fields are required to configure this connection:

- **Tenant ID**: The SAP S/4HANA Cloud tenant identifier
  - This is the prefix in your SAP URL (e.g., `my123456` from `my123456.s4hana.cloud.sap`)
  - Find this in your browser address bar when logged into SAP
- **Client ID**: The OAuth 2.0 Client ID from the Communication Arrangement
  - Navigate to Inbound Communication and click **OAuth 2.0 Details** to view the Client ID
- **Scopes** *(optional)*: Space-separated OAuth scopes
  - Leave empty to use default scopes
  - Specify API-specific scopes if required by your Communication Arrangement

              Finding OAuth 2.0 Details

              

In the Communication Arrangement, navigate to **Inbound Communication** and click **OAuth 2.0 Details** to view the Client ID.

#### Authorization Flow

When you connect using this method:

1. Enter your **Tenant ID** and **Client ID** in the connection form
2. Click **Connect** - you will be redirected to SAP's login page
3. Log in with your **SAP user credentials** (your personal SAP username and password)
4. Grant authorization for the integration to access SAP on your behalf
5. You will be redirected back to complete the connection setup

              SAP Login Credentials

              

During the OAuth flow, you log in with your **SAP user account** credentials - not the Communication System credentials. Your SAP user must have the appropriate authorizations to access the APIs defined in the Communication Arrangement.

For detailed setup instructions, refer to:

- [SAP Help: Communication Management](https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/2e84a10c430645a88bdbfaaa23ac9ff7.html)

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works [here](/docs/oauth-20-connections).

| Input | Comments | Default |
| --- | --- | --- |
| Tenant ID | The SAP S/4HANA Cloud tenant identifier. This is the prefix in your SAP URL (e.g., 'my123456' from my123456.s4hana.cloud.sap). [Learn more](https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/2e84a10c430645a88bdbfaaa23ac9ff7.html) |  |
| Client ID | The OAuth Client ID from the Communication Arrangement. Navigate to Inbound Communication and click OAuth 2.0 Details to view the Client ID. [Learn more](https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/2e84a10c430645a88bdbfaaa23ac9ff7.html) |  |
| Scopes | Space-separated OAuth scopes. Leave empty to use default scopes, or specify API scopes from your Communication Arrangement. |  |

## Actions

### Add Attachment

Uploads an attachment to a business object using the file name, mime type of the attachment, business object type, and business object instance key.

| Input | Comments | Default |
| --- | --- | --- |
| Request Body | Request Body |  |
| Connection |  |  |

### Add Item To Purchase Requisition

Adds an item to a purchase requisition using the purchase requisition number provided.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Purchase Requisition Number | Purchase Requisition Number |  |
| Body | Request Body | `{&quot;PurchaseRequisition&quot;:&quot;string&quot;,&quot;PurchaseRequisitionItem&quot;:&quot;strin&quot;,&quot;PurchasingDocument&quot;:&quot;string&quot;,&quot;PurchasingDocumentItem&quot;:&quot;strin&quot;,&quot;PurReqnReleaseStatus&quot;:&quot;st&quot;,&quot;PurchaseRequisitionType&quot;:&quot;stri&quot;,&quot;PurchasingDocumentItemCategory&quot;:&quot;s&quot;,&quot;PurchaseRequisitionItemText&quot;:&quot;string&quot;,&quot;AccountAssignmentCategory&quot;:&quot;s&quot;,&quot;Material&quot;:&quot;string&quot;,&quot;MaterialGroup&quot;:&quot;string&quot;,&quot;RequestedQuantity&quot;:&quot;0&quot;,&quot;BaseUnit&quot;:&quot;str&quot;,&quot;PurchaseRequisitionPrice&quot;:&quot;0&quot;,&quot;PurReqnPriceQuantity&quot;:&quot;0&quot;,&quot;MaterialGoodsReceiptDuration&quot;:&quot;0&quot;,&quot;ReleaseCode&quot;:&quot;s&quot;,&quot;PurchaseRequisitionReleaseDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;PurchasingOrganization&quot;:&quot;stri&quot;,&quot;PurchasingGroup&quot;:&quot;str&quot;,&quot;Plant&quot;:&quot;stri&quot;,&quot;CompanyCode&quot;:&quot;stri&quot;,&quot;SupplyingPlant&quot;:&quot;stri&quot;,&quot;OrderedQuantity&quot;:&quot;0&quot;,&quot;DeliveryDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;ProcessingStatus&quot;:&quot;s&quot;,&quot;ExternalApprovalStatus&quot;:&quot;s&quot;,&quot;PurchasingInfoRecord&quot;:&quot;string&quot;,&quot;Supplier&quot;:&quot;string&quot;,&quot;IsDeleted&quot;:&quot;s&quot;,&quot;FixedSupplier&quot;:&quot;string&quot;,&quot;RequisitionerName&quot;:&quot;string&quot;,&quot;PurReqnItemCurrency&quot;:&quot;strin&quot;,&quot;MaterialPlannedDeliveryDurn&quot;:&quot;0&quot;,&quot;DelivDateCategory&quot;:&quot;s&quot;,&quot;MultipleAcctAssgmtDistribution&quot;:&quot;s&quot;,&quot;StorageLocation&quot;:&quot;stri&quot;,&quot;PurReqnSSPRequestor&quot;:&quot;string&quot;,&quot;PurReqnSSPAuthor&quot;:&quot;string&quot;,&quot;PurchaseContract&quot;:&quot;string&quot;,&quot;PurchaseContractItem&quot;:&quot;strin&quot;,&quot;ConsumptionPosting&quot;:&quot;s&quot;,&quot;PurReqnOrigin&quot;:&quot;s&quot;,&quot;PurReqnSSPCatalog&quot;:&quot;string&quot;,&quot;PurReqnSSPCatalogItem&quot;:&quot;string&quot;,&quot;PurReqnSSPCrossCatalogItem&quot;:0,&quot;IsPurReqnBlocked&quot;:&quot;s&quot;,&quot;ItemDeliveryAddressID&quot;:&quot;string&quot;,&quot;Language&quot;:&quot;st&quot;,&quot;IsClosed&quot;:true,&quot;ReleaseIsNotCompleted&quot;:true,&quot;ServicePerformer&quot;:&quot;string&quot;,&quot;ProductType&quot;:&quot;st&quot;,&quot;PurchaseRequisitionStatus&quot;:&quot;string&quot;,&quot;ReleaseStrategy&quot;:&quot;st&quot;,&quot;PerformancePeriodStartDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;PerformancePeriodEndDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;PurchaseOrderPriceType&quot;:&quot;s&quot;,&quot;SupplierMaterialNumber&quot;:&quot;string&quot;,&quot;Batch&quot;:&quot;string&quot;,&quot;MaterialRevisionLevel&quot;:&quot;st&quot;,&quot;MinRemainingShelfLife&quot;:&quot;0&quot;,&quot;ItemNetAmount&quot;:&quot;0&quot;,&quot;GoodsReceiptIsExpected&quot;:true,&quot;InvoiceIsExpected&quot;:true,&quot;GoodsReceiptIsNonValuated&quot;:true,&quot;RequirementTracking&quot;:&quot;string&quot;,&quot;MRPController&quot;:&quot;str&quot;,&quot;TaxCode&quot;:&quot;st&quot;,&quot;PurchaseRequisitionIsFixed&quot;:true,&quot;ExpectedOverallLimitAmount&quot;:&quot;0&quot;,&quot;OverallLimitAmount&quot;:&quot;0&quot;,&quot;PurContractForOverallLimit&quot;:&quot;string&quot;,&quot;PurReqnExternalReference&quot;:&quot;string&quot;,&quot;PurReqnItemExternalReference&quot;:&quot;string&quot;,&quot;PurReqnExternalSystemId&quot;:&quot;string&quot;,&quot;PurReqnExternalSystemType&quot;:&quot;s&quot;,&quot;PurReqnTypeExternalReference&quot;:&quot;stri&quot;,&quot;PurReqnProcessingType&quot;:&quot;s&quot;,&quot;PurReqnProcessingDateTime&quot;:&quot;string&quot;,&quot;ProcmtHubBackendBusSyst&quot;:&quot;string&quot;,&quot;SSPAuthorExternalBPIdnNumber&quot;:&quot;string&quot;,&quot;SSPReqrUserId&quot;:&quot;string&quot;,&quot;to_PurchaseReqn&quot;:{&quot;PurchaseRequisition&quot;:&quot;string&quot;,&quot;PurchaseRequisitionType&quot;:&quot;stri&quot;,&quot;PurReqnDescription&quot;:&quot;string&quot;,&quot;SourceDetermination&quot;:true,&quot;PurReqnDoOnlyValidation&quot;:true,&quot;to_PurchaseReqnItem&quot;:{&quot;results&quot;:[&quot;string&quot;]}},&quot;to_PurchaseReqnAcctAssgmt&quot;:{&quot;results&quot;:[{&quot;PurchaseRequisition&quot;:&quot;string&quot;,&quot;PurchaseRequisitionItem&quot;:&quot;strin&quot;,&quot;PurchaseReqnAcctAssgmtNumber&quot;:&quot;st&quot;,&quot;CostCenter&quot;:&quot;string&quot;,&quot;MasterFixedAsset&quot;:&quot;string&quot;,&quot;ProjectNetwork&quot;:&quot;string&quot;,&quot;Quantity&quot;:&quot;0&quot;,&quot;MultipleAcctAssgmtDistrPercent&quot;:&quot;0&quot;,&quot;PurReqnNetAmount&quot;:&quot;0&quot;,&quot;IsDeleted&quot;:&quot;s&quot;,&quot;CostElement&quot;:&quot;string&quot;,&quot;GLAccount&quot;:&quot;string&quot;,&quot;BusinessArea&quot;:&quot;stri&quot;,&quot;SDDocument&quot;:&quot;string&quot;,&quot;SalesOrder&quot;:&quot;string&quot;,&quot;SalesDocumentItem&quot;:&quot;string&quot;,&quot;SalesOrderItem&quot;:&quot;string&quot;,&quot;ScheduleLine&quot;:&quot;stri&quot;,&quot;SalesOrderScheduleLine&quot;:&quot;stri&quot;,&quot;FixedAsset&quot;:&quot;stri&quot;,&quot;ProcessOrder&quot;:&quot;string&quot;,&quot;OrderID&quot;:&quot;string&quot;,&quot;UnloadingPointName&quot;:&quot;string&quot;,&quot;ControllingArea&quot;:&quot;stri&quot;,&quot;CostObject&quot;:&quot;string&quot;,&quot;ProfitabilitySegment&quot;:&quot;string&quot;,&quot;ProfitCenter&quot;:&quot;string&quot;,&quot;ProjectNetworkInternalID&quot;:&quot;string&quot;,&quot;CommitmentItem&quot;:&quot;string&quot;,&quot;FundsCenter&quot;:&quot;string&quot;,&quot;Fund&quot;:&quot;string&quot;,&quot;FunctionalArea&quot;:&quot;string&quot;,&quot;CreationDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;GoodsRecipientName&quot;:&quot;string&quot;,&quot;RealEstateObject&quot;:&quot;string&quot;,&quot;NetworkActivityInternalID&quot;:&quot;string&quot;,&quot;PartnerAccountNumber&quot;:&quot;string&quot;,&quot;JointVentureRecoveryCode&quot;:&quot;st&quot;,&quot;SettlementReferenceDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;OrderInternalID&quot;:&quot;string&quot;,&quot;OrderIntBillOfOperationsItem&quot;:&quot;string&quot;,&quot;EarmarkedFundsDocument&quot;:&quot;string&quot;,&quot;CostCtrActivityType&quot;:&quot;string&quot;,&quot;BusinessProcess&quot;:&quot;string&quot;,&quot;GrantID&quot;:&quot;string&quot;,&quot;ValidityDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;ChartOfAccounts&quot;:&quot;stri&quot;,&quot;WBSElement&quot;:&quot;string&quot;,&quot;NetworkActivity&quot;:&quot;stri&quot;,&quot;PurchaseRequisitionType&quot;:&quot;stri&quot;,&quot;Plant&quot;:&quot;stri&quot;,&quot;PurchasingOrganization&quot;:&quot;stri&quot;,&quot;PurchasingGroup&quot;:&quot;str&quot;}]},&quot;to_PurchaseReqnDeliveryAddress&quot;:{&quot;PurchaseRequisition&quot;:&quot;string&quot;,&quot;PurchaseRequisitionItem&quot;:&quot;strin&quot;,&quot;Plant&quot;:&quot;stri&quot;,&quot;CareOfName&quot;:&quot;string&quot;,&quot;AdditionalStreetSuffixName&quot;:&quot;string&quot;,&quot;CorrespondenceLanguage&quot;:&quot;st&quot;,&quot;PrfrdCommMediumType&quot;:&quot;str&quot;,&quot;POBox&quot;:&quot;string&quot;,&quot;POBoxIsWithoutNumber&quot;:true,&quot;POBoxPostalCode&quot;:&quot;string&quot;,&quot;POBoxLobbyName&quot;:&quot;string&quot;,&quot;POBoxDeviatingCityName&quot;:&quot;string&quot;,&quot;POBoxDeviatingRegion&quot;:&quot;str&quot;,&quot;POBoxDeviatingCountry&quot;:&quot;str&quot;,&quot;DeliveryServiceTypeCode&quot;:&quot;stri&quot;,&quot;DeliveryServiceNumber&quot;:&quot;string&quot;,&quot;AddressTimeZone&quot;:&quot;string&quot;,&quot;CityName&quot;:&quot;string&quot;,&quot;District&quot;:&quot;string&quot;,&quot;CityCode&quot;:&quot;string&quot;,&quot;HomeCityName&quot;:&quot;string&quot;,&quot;PostalCode&quot;:&quot;string&quot;,&quot;CompanyPostalCode&quot;:&quot;string&quot;,&quot;StreetName&quot;:&quot;string&quot;,&quot;StreetPrefixName&quot;:&quot;string&quot;,&quot;AdditionalStreetPrefixName&quot;:&quot;string&quot;,&quot;StreetSuffixName&quot;:&quot;string&quot;,&quot;HouseNumber&quot;:&quot;string&quot;,&quot;HouseNumberSupplementText&quot;:&quot;string&quot;,&quot;Building&quot;:&quot;string&quot;,&quot;Floor&quot;:&quot;string&quot;,&quot;RoomNumber&quot;:&quot;string&quot;,&quot;Country&quot;:&quot;str&quot;,&quot;Region&quot;:&quot;str&quot;,&quot;County&quot;:&quot;string&quot;,&quot;FormOfAddress&quot;:&quot;stri&quot;,&quot;BusinessPartnerName1&quot;:&quot;string&quot;,&quot;BusinessPartnerName2&quot;:&quot;string&quot;,&quot;Nation&quot;:&quot;s&quot;,&quot;PhoneNumber&quot;:&quot;string&quot;,&quot;FaxNumber&quot;:&quot;string&quot;,&quot;SearchTerm1&quot;:&quot;string&quot;,&quot;StreetSearch&quot;:&quot;string&quot;,&quot;CitySearch&quot;:&quot;string&quot;,&quot;BusinessPartnerName3&quot;:&quot;string&quot;,&quot;BusinessPartnerName4&quot;:&quot;string&quot;,&quot;TaxJurisdiction&quot;:&quot;string&quot;,&quot;TransportZone&quot;:&quot;string&quot;,&quot;Person&quot;:&quot;string&quot;},&quot;to_PurchaseReqnItemText&quot;:{&quot;results&quot;:[{&quot;PurchaseRequisition&quot;:&quot;string&quot;,&quot;PurchaseRequisitionItem&quot;:&quot;strin&quot;,&quot;DocumentText&quot;:&quot;stri&quot;,&quot;TechnicalObjectType&quot;:&quot;string&quot;,&quot;Language&quot;:&quot;st&quot;,&quot;NoteDescription&quot;:&quot;string&quot;}]}}` |

### Create Change Record

Creates a change record.

| Input | Comments | Default |
| --- | --- | --- |
| Body | Request Body | `{ &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordType&quot;: &quot;string&quot;, &quot;ChangeRecordStatus&quot;: &quot;string&quot;, &quot;ChangeNumber&quot;: &quot;string&quot;, &quot;ChangeRecordLifecycleStatus&quot;: &quot;string&quot;, &quot;Partner&quot;: &quot;string&quot;, &quot;ChgRecordDescriptionText&quot;: &quot;string&quot;, &quot;ChangeRecordDetailDescription&quot;: &quot;string&quot;, &quot;ChgRecdExpectedCompletionDate&quot;: &quot;/Date(1492041600000)/&quot;, &quot;to_ChangeRecordFuncLocTskList&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;FuncLocTskListGroup&quot;: &quot;string&quot;, &quot;FuncLocTskList&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_ChangeRecordRefCharc&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;Characteristic&quot;: &quot;string&quot;, &quot;ChangeNumber&quot;: &quot;string&quot;, &quot;CharcDataType&quot;: &quot;string&quot;, &quot;CharcStatus&quot;: &quot;string&quot;, &quot;ValidityStartDate&quot;: &quot;/Date(1492041600000)/&quot;, &quot;CharcInternalID&quot;: &quot;string&quot;, &quot;CharcDecimals&quot;: 0, &quot;CharcLength&quot;: 0, &quot;CharcValueUnit&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;ChangeRecordReferenceSubtype&quot;: &quot;string&quot;, &quot;ChangeRecordReference&quot;: &quot;string&quot;, &quot;ParentChangeRecordRefUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;IsMainReference&quot;: &quot;string&quot;, &quot;CreationDate&quot;: &quot;/Date(1492041600000)/&quot;, &quot;LastChangeDate&quot;: &quot;/Date(1492041600000)/&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordVirtualRefInd&quot;: &quot;string&quot;, &quot;ChangeRecordRefObjectUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_ChangeRecordRefClass&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;Class&quot;: &quot;string&quot;, &quot;ClassType&quot;: &quot;string&quot;, &quot;ChangeNumber&quot;: &quot;string&quot;, &quot;ClassName&quot;: &quot;string&quot;, &quot;ClassTypeName&quot;: &quot;string&quot;, &quot;ValidityStartDate&quot;: &quot;/Date(1492041600000)/&quot;, &quot;ClassStatus&quot;: &quot;string&quot;, &quot;ClassStatusName&quot;: &quot;string&quot;, &quot;ClassInternalID&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;ChangeRecordReferenceSubtype&quot;: &quot;string&quot;, &quot;ParentChangeRecordRefUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordReference&quot;: &quot;string&quot;, &quot;ChangeRecordStatus&quot;: &quot;string&quot;, &quot;CreationDate&quot;: &quot;/Date(1492041600000)/&quot;, &quot;LastChangeDate&quot;: &quot;/Date(1492041600000)/&quot;, &quot;ChangeRecordVirtualRefInd&quot;: &quot;string&quot; } ] }, &quot;to_ChangeRecordRefEquipTskList&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;EquipmentTskListGroup&quot;: &quot;string&quot;, &quot;EquipmentTskList&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_ChangeRecordRefMasterRecipe&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;MasterRecipeGroup&quot;: &quot;string&quot;, &quot;MasterRecipe&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot; } ] }, &quot;to_ChangeRecordRefProdnRouting&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;BillOfOperationsGroup&quot;: &quot;string&quot;, &quot;BillOfOperationsVariant&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_ChangeRecordRefStdBOM&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;StandardObject&quot;: &quot;string&quot;, &quot;Plant&quot;: &quot;string&quot;, &quot;BillOfMaterialVariantUsage&quot;: &quot;string&quot;, &quot;BillOfMaterialVariant&quot;: &quot;string&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeNumber&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_ChangeRecordRefVarBOM&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;ChangeRecordReferenceSubtype&quot;: &quot;string&quot;, &quot;ChangeRecordReference&quot;: &quot;string&quot;, &quot;ParentChangeRecordRefUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;IsMainReference&quot;: &quot;string&quot;, &quot;BillOfMaterialCategory&quot;: &quot;string&quot;, &quot;ChangeNumber&quot;: &quot;string&quot;, &quot;ChangeRecordVirtualRefInd&quot;: &quot;string&quot;, &quot;BillOfMaterial&quot;: &quot;string&quot;, &quot;Material&quot;: &quot;string&quot;, &quot;Plant&quot;: &quot;string&quot;, &quot;BillOfMaterialVariantUsage&quot;: &quot;string&quot;, &quot;BillOfMaterialVariant&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_ChgRecdCollaboration&quot;: { &quot;results&quot;: [ { &quot;ChgRecdPLMEPDCollabnUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChgRecdPLMEPDCollabnType&quot;: &quot;string&quot;, &quot;CreatedByUser&quot;: &quot;string&quot;, &quot;CreationDateTime&quot;: &quot;/Date(1492098664000)/&quot;, &quot;ChgRecdPLMEPDCollabnSourceID&quot;: &quot;string&quot;, &quot;ChgRecdPLMEPDCollabnID&quot;: &quot;string&quot; } ] }, &quot;to_ChgRecdEquipBOM&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;Equipment&quot;: &quot;string&quot;, &quot;Plant&quot;: &quot;string&quot;, &quot;BillOfMaterialVariantUsage&quot;: &quot;string&quot;, &quot;BillOfMaterialVariant&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;ChangeRecordReferenceSubtype&quot;: &quot;string&quot;, &quot;ChangeRecordReference&quot;: &quot;string&quot;, &quot;ParentChangeRecordRefUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;IsMainReference&quot;: &quot;string&quot;, &quot;BillOfMaterialCategory&quot;: &quot;string&quot;, &quot;ChangeNumber&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordVirtualRefInd&quot;: &quot;string&quot;, &quot;BillOfMaterial&quot;: &quot;string&quot;, &quot;ChangeRecordRefObjectUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_ChgRecdFuncLocBOM&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;FunctionalLocation&quot;: &quot;string&quot;, &quot;Plant&quot;: &quot;string&quot;, &quot;BillOfMaterialVariantUsage&quot;: &quot;string&quot;, &quot;BillOfMaterialVariant&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;ChangeRecordReferenceSubtype&quot;: &quot;string&quot;, &quot;ChangeRecordReference&quot;: &quot;string&quot;, &quot;ParentChangeRecordRefUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;IsMainReference&quot;: &quot;string&quot;, &quot;BillOfMaterialCategory&quot;: &quot;string&quot;, &quot;ChangeNumber&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordVirtualRefInd&quot;: &quot;string&quot;, &quot;BillOfMaterial&quot;: &quot;string&quot;, &quot;ChangeRecordRefObjectUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_ChgRecdRefEngBOM&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;Material&quot;: &quot;string&quot;, &quot;Plant&quot;: &quot;string&quot;, &quot;BillOfMaterialVariantUsage&quot;: &quot;string&quot;, &quot;BillOfMaterialVariant&quot;: &quot;string&quot;, &quot;BillOfMaterial&quot;: &quot;string&quot;, &quot;BillOfMaterialCategory&quot;: &quot;string&quot;, &quot;BillOfMaterialVersion&quot;: &quot;string&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;ChangeRecordReferenceSubtype&quot;: &quot;string&quot;, &quot;ChangeRecordRefObjectUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ParentChangeRecordRefUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;IsMainReference&quot;: &quot;string&quot;, &quot;ChangeRecordVirtualRefInd&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_ChgRecdRefMaintTskList&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;RefMaintTskListGroup&quot;: &quot;string&quot;, &quot;RefMaintTskList&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_ChgRecdRefMfgBOM&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;Material&quot;: &quot;string&quot;, &quot;Plant&quot;: &quot;string&quot;, &quot;BillOfMaterialVariantUsage&quot;: &quot;string&quot;, &quot;BillOfMaterialVariant&quot;: &quot;string&quot;, &quot;BillOfMaterial&quot;: &quot;string&quot;, &quot;BillOfMaterialCategory&quot;: &quot;string&quot;, &quot;BillOfMaterialVersion&quot;: &quot;string&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;ChangeRecordReferenceSubtype&quot;: &quot;string&quot;, &quot;ChangeRecordRefObjectUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ParentChangeRecordRefUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;IsMainReference&quot;: &quot;string&quot;, &quot;ChangeRecordVirtualRefInd&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_RefBit&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;BillOfMaterialItemNumber&quot;: &quot;string&quot;, &quot;BillOfMaterialComponent&quot;: &quot;string&quot;, &quot;Material&quot;: &quot;string&quot;, &quot;Plant&quot;: &quot;string&quot;, &quot;BillOfMaterialVariantUsage&quot;: &quot;string&quot;, &quot;BillOfMaterialVariant&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot; } ] }, &quot;to_RefBOM&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;Material&quot;: &quot;string&quot;, &quot;Plant&quot;: &quot;string&quot;, &quot;BillOfMaterialVariantUsage&quot;: &quot;string&quot;, &quot;BillOfMaterialVariant&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_RefDoc&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;DocumentInfoRecord&quot;: &quot;string&quot;, &quot;DocumentType&quot;: &quot;string&quot;, &quot;DocumentPart&quot;: &quot;string&quot;, &quot;DocumentVersion&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ExternalDocumentStatus&quot;: &quot;string&quot; } ] }, &quot;to_RefMat&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;Material&quot;: &quot;string&quot;, &quot;MaterialType&quot;: &quot;string&quot;, &quot;BaseUnit&quot;: &quot;string&quot;, &quot;MaterialStatus&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordItemProcgStatus&quot;: &quot;string&quot; } ] }, &quot;to_RefPSV&quot;: { &quot;results&quot;: [ { &quot;ChangeRecordReferenceUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecordUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot;, &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordReferenceType&quot;: &quot;string&quot;, &quot;Material&quot;: &quot;string&quot;, &quot;Class&quot;: &quot;string&quot;, &quot;ProductStructureNodeName&quot;: &quot;string&quot;, &quot;ProdStrucNodeDescription&quot;: &quot;string&quot;, &quot;ProductStructureVariantName&quot;: &quot;string&quot;, &quot;ProdStrucVariantDescription&quot;: &quot;string&quot;, &quot;ProdStrucVariantChangeNumber&quot;: &quot;string&quot;, &quot;ChangeRecordItemRelevance&quot;: &quot;string&quot;, &quot;ChangeRecordRefObjectUUID&quot;: &quot;01234567-89ab-cdef-0123-456789abcdef&quot; } ] } }` |
| Connection |  |  |
| Project ID | Project ID |  |

### Create Project

Creates a customer or internal project based on the level of information you provide.

| Input | Comments | Default |
| --- | --- | --- |
| Body | Request Body | `{ &quot;ProjectID&quot;: &quot;string&quot;, &quot;ProjectName&quot;: &quot;string&quot;, &quot;ProjectStage&quot;: &quot;string&quot;, &quot;OrgID&quot;: &quot;string&quot;, &quot;ProjectCategory&quot;: &quot;string&quot;, &quot;Currency&quot;: &quot;string&quot;, &quot;StartDate&quot;: &quot;/Date(1492098664000)/&quot;, &quot;EndDate&quot;: &quot;/Date(1492098664000)/&quot;, &quot;ProjManagerExtId&quot;: &quot;string&quot;, &quot;ProjManagerCompCode&quot;: &quot;string&quot;, &quot;Customer&quot;: &quot;string&quot;, &quot;CostCenter&quot;: &quot;string&quot;, &quot;ProfitCenter&quot;: &quot;string&quot;, &quot;ProjAccountantExtId&quot;: &quot;string&quot;, &quot;ProjAccountantCompCode&quot;: &quot;string&quot;, &quot;ProjControllerExtId&quot;: &quot;string&quot;, &quot;ProjControllerCompCode&quot;: &quot;string&quot;, &quot;ProjPartnerExtId&quot;: &quot;string&quot;, &quot;ProjPartnerCompCode&quot;: &quot;string&quot;, &quot;ProjectDesc&quot;: &quot;string&quot;, &quot;Confidential&quot;: &quot;string&quot;, &quot;UseProjectBilling&quot;: &quot;string&quot;, &quot;RestrictTimePosting&quot;: &quot;string&quot;, &quot;ProjectRoleSet&quot;: { &quot;results&quot;: [ { &quot;ProjectID&quot;: &quot;string&quot;, &quot;ProjectRoleID&quot;: &quot;string&quot;, &quot;BusinessPartnerID&quot;: &quot;string&quot; } ] }, &quot;WorkPackageSet&quot;: { &quot;results&quot;: [ { &quot;ProjectID&quot;: &quot;string&quot;, &quot;WorkPackageID&quot;: &quot;string&quot;, &quot;WorkPackageName&quot;: &quot;string&quot;, &quot;Description&quot;: &quot;string&quot;, &quot;WPStartDate&quot;: &quot;/Date(1492098664000)/&quot;, &quot;WPEndDate&quot;: &quot;/Date(1492098664000)/&quot;, &quot;WorkPackageType&quot;: &quot;string&quot;, &quot;UnitQuantity&quot;: &quot;0&quot;, &quot;UnitId&quot;: &quot;string&quot;, &quot;to_ResourceDemand&quot;: { &quot;results&quot;: [ { &quot;WorkPackage&quot;: &quot;string&quot;, &quot;ResourceDemand&quot;: &quot;string&quot;, &quot;Version&quot;: &quot;string&quot;, &quot;EngagementProject&quot;: &quot;string&quot;, &quot;WorkItem&quot;: &quot;string&quot;, &quot;BillingControlCategory&quot;: &quot;string&quot;, &quot;DeliveryOrganization&quot;: &quot;string&quot;, &quot;EngagementProjectResourceType&quot;: &quot;string&quot;, &quot;EngagementProjectResource&quot;: &quot;string&quot;, &quot;WorkforcePersonUserID&quot;: &quot;string&quot;, &quot;Country2DigitISOCode&quot;: &quot;string&quot;, &quot;KeyDate&quot;: &quot;/Date(1492041600000)/&quot;, &quot;PersonWorkAgreement&quot;: &quot;string&quot;, &quot;ResourceDemandStatus&quot;: &quot;string&quot;, &quot;UnitOfMeasure&quot;: &quot;string&quot;, &quot;Quantity&quot;: &quot;0&quot;, &quot;to_ResourceDemandDistribution&quot;: { &quot;results&quot;: [ { &quot;WorkPackage&quot;: &quot;string&quot;, &quot;ResourceDemand&quot;: &quot;string&quot;, &quot;Version&quot;: &quot;string&quot;, &quot;CalendarMonth&quot;: &quot;string&quot;, &quot;CalendarYear&quot;: &quot;string&quot;, &quot;UnitOfMeasure&quot;: &quot;string&quot;, &quot;Quantity&quot;: &quot;0&quot;, &quot;to_ResourceDemand&quot;: null } ] }, &quot;to_ResourceDemandSkills&quot;: &quot;&quot;, &quot;to_ResourceSupply&quot;: { &quot;results&quot;: [ { &quot;WorkPackage&quot;: &quot;string&quot;, &quot;ResourceDemand&quot;: &quot;string&quot;, &quot;ResourceSupply&quot;: &quot;string&quot;, &quot;Version&quot;: &quot;string&quot;, &quot;EngagementProject&quot;: &quot;string&quot;, &quot;DeliveryOrganization&quot;: &quot;string&quot;, &quot;WorkforcePersonUserID&quot;: &quot;string&quot;, &quot;Country2DigitISOCode&quot;: &quot;string&quot;, &quot;KeyDate&quot;: &quot;/Date(1492041600000)/&quot;, &quot;PersonWorkAgreement&quot;: &quot;string&quot;, &quot;UnitOfMeasure&quot;: &quot;string&quot;, &quot;Quantity&quot;: &quot;0&quot;, &quot;to_ResourceDemand&quot;: null, &quot;to_ResourceSupplyDistribution&quot;: { &quot;results&quot;: [ { &quot;WorkPackage&quot;: &quot;string&quot;, &quot;ResourceDemand&quot;: &quot;string&quot;, &quot;ResourceSupply&quot;: &quot;string&quot;, &quot;Version&quot;: &quot;string&quot;, &quot;CalendarMonth&quot;: &quot;string&quot;, &quot;CalendarYear&quot;: &quot;string&quot;, &quot;UnitOfMeasure&quot;: &quot;string&quot;, &quot;Quantity&quot;: &quot;0&quot;, &quot;to_ResourceSupply&quot;: &quot;&quot; } ] } } ] } } ] }, &quot;to_Project&quot;: null, &quot;WorkItemSet&quot;: { &quot;results&quot;: [ { &quot;ProjectID&quot;: &quot;string&quot;, &quot;WorkPackageID&quot;: &quot;string&quot;, &quot;WorkPackageName&quot;: &quot;string&quot;, &quot;Workitem&quot;: &quot;string&quot;, &quot;Workitemname&quot;: &quot;string&quot; } ] }, &quot;DemandSet&quot;: { &quot;results&quot;: [ { &quot;BillingControlCategory&quot;: &quot;string&quot;, &quot;ProjectID&quot;: &quot;string&quot;, &quot;Skills&quot;: &quot;string&quot;, &quot;WorkPackageID&quot;: &quot;string&quot;, &quot;ExpenseCost&quot;: &quot;0&quot;, &quot;WorkPackageName&quot;: &quot;string&quot;, &quot;ExpenseRevenue&quot;: &quot;0&quot;, &quot;ResType&quot;: &quot;string&quot;, &quot;ResourceId&quot;: &quot;string&quot;, &quot;Workitem&quot;: &quot;string&quot;, &quot;Effort&quot;: &quot;0&quot;, &quot;DelvryServOrg&quot;: &quot;string&quot; } ] }, &quot;WorkPackageFunctionSet&quot;: { &quot;results&quot;: [ { &quot;ProjectID&quot;: &quot;string&quot;, &quot;WorkPackageID&quot;: &quot;string&quot;, &quot;WorkPackageName&quot;: &quot;string&quot;, &quot;WorkPackageFunctionId&quot;: &quot;string&quot;, &quot;WorkPackageFunctionIsBlocked&quot;: &quot;string&quot; } ] } } ] } }` |
| Connection |  |  |

### Create Purchase Requisition

Creates a purchase requisition with one or more items.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Body | Request Body | `{&quot;PurchaseRequisition&quot;:&quot;string&quot;,&quot;PurchaseRequisitionType&quot;:&quot;string&quot;,&quot;PurReqnDescription&quot;:&quot;string&quot;,&quot;SourceDetermination&quot;:true,&quot;PurReqnDoOnlyValidation&quot;:true,&quot;to_PurchaseReqnItem&quot;:{&quot;results&quot;:[{&quot;PurchaseRequisition&quot;:&quot;string&quot;,&quot;PurchaseRequisitionItem&quot;:&quot;strin&quot;,&quot;PurchasingDocument&quot;:&quot;string&quot;,&quot;PurchasingDocumentItem&quot;:&quot;strin&quot;,&quot;PurReqnReleaseStatus&quot;:&quot;st&quot;,&quot;PurchaseRequisitionType&quot;:&quot;stri&quot;,&quot;PurchasingDocumentItemCategory&quot;:&quot;s&quot;,&quot;PurchaseRequisitionItemText&quot;:&quot;string&quot;,&quot;AccountAssignmentCategory&quot;:&quot;s&quot;,&quot;Material&quot;:&quot;string&quot;,&quot;MaterialGroup&quot;:&quot;string&quot;,&quot;RequestedQuantity&quot;:&quot;0&quot;,&quot;BaseUnit&quot;:&quot;str&quot;,&quot;PurchaseRequisitionPrice&quot;:&quot;0&quot;,&quot;PurReqnPriceQuantity&quot;:&quot;0&quot;,&quot;MaterialGoodsReceiptDuration&quot;:&quot;0&quot;,&quot;ReleaseCode&quot;:&quot;s&quot;,&quot;PurchaseRequisitionReleaseDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;PurchasingOrganization&quot;:&quot;stri&quot;,&quot;PurchasingGroup&quot;:&quot;str&quot;,&quot;Plant&quot;:&quot;stri&quot;,&quot;CompanyCode&quot;:&quot;stri&quot;,&quot;SupplyingPlant&quot;:&quot;stri&quot;,&quot;OrderedQuantity&quot;:&quot;0&quot;,&quot;DeliveryDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;ProcessingStatus&quot;:&quot;s&quot;,&quot;ExternalApprovalStatus&quot;:&quot;s&quot;,&quot;PurchasingInfoRecord&quot;:&quot;string&quot;,&quot;Supplier&quot;:&quot;string&quot;,&quot;IsDeleted&quot;:&quot;s&quot;,&quot;FixedSupplier&quot;:&quot;string&quot;,&quot;RequisitionerName&quot;:&quot;string&quot;,&quot;PurReqnItemCurrency&quot;:&quot;strin&quot;,&quot;MaterialPlannedDeliveryDurn&quot;:&quot;0&quot;,&quot;DelivDateCategory&quot;:&quot;s&quot;,&quot;MultipleAcctAssgmtDistribution&quot;:&quot;s&quot;,&quot;StorageLocation&quot;:&quot;stri&quot;,&quot;PurReqnSSPRequestor&quot;:&quot;string&quot;,&quot;PurReqnSSPAuthor&quot;:&quot;string&quot;,&quot;PurchaseContract&quot;:&quot;string&quot;,&quot;PurchaseContractItem&quot;:&quot;strin&quot;,&quot;ConsumptionPosting&quot;:&quot;s&quot;,&quot;PurReqnOrigin&quot;:&quot;s&quot;,&quot;PurReqnSSPCatalog&quot;:&quot;string&quot;,&quot;PurReqnSSPCatalogItem&quot;:&quot;string&quot;,&quot;PurReqnSSPCrossCatalogItem&quot;:0,&quot;IsPurReqnBlocked&quot;:&quot;s&quot;,&quot;ItemDeliveryAddressID&quot;:&quot;string&quot;,&quot;Language&quot;:&quot;st&quot;,&quot;IsClosed&quot;:true,&quot;ReleaseIsNotCompleted&quot;:true,&quot;ServicePerformer&quot;:&quot;string&quot;,&quot;ProductType&quot;:&quot;st&quot;,&quot;PurchaseRequisitionStatus&quot;:&quot;string&quot;,&quot;ReleaseStrategy&quot;:&quot;st&quot;,&quot;PerformancePeriodStartDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;PerformancePeriodEndDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;PurchaseOrderPriceType&quot;:&quot;s&quot;,&quot;SupplierMaterialNumber&quot;:&quot;string&quot;,&quot;Batch&quot;:&quot;string&quot;,&quot;MaterialRevisionLevel&quot;:&quot;st&quot;,&quot;MinRemainingShelfLife&quot;:&quot;0&quot;,&quot;ItemNetAmount&quot;:&quot;0&quot;,&quot;GoodsReceiptIsExpected&quot;:true,&quot;InvoiceIsExpected&quot;:true,&quot;GoodsReceiptIsNonValuated&quot;:true,&quot;RequirementTracking&quot;:&quot;string&quot;,&quot;MRPController&quot;:&quot;str&quot;,&quot;TaxCode&quot;:&quot;st&quot;,&quot;PurchaseRequisitionIsFixed&quot;:true,&quot;ExpectedOverallLimitAmount&quot;:&quot;0&quot;,&quot;OverallLimitAmount&quot;:&quot;0&quot;,&quot;PurContractForOverallLimit&quot;:&quot;string&quot;,&quot;PurReqnExternalReference&quot;:&quot;string&quot;,&quot;PurReqnItemExternalReference&quot;:&quot;string&quot;,&quot;PurReqnExternalSystemId&quot;:&quot;string&quot;,&quot;PurReqnExternalSystemType&quot;:&quot;s&quot;,&quot;PurReqnTypeExternalReference&quot;:&quot;stri&quot;,&quot;PurReqnProcessingType&quot;:&quot;s&quot;,&quot;PurReqnProcessingDateTime&quot;:&quot;string&quot;,&quot;ProcmtHubBackendBusSyst&quot;:&quot;string&quot;,&quot;SSPAuthorExternalBPIdnNumber&quot;:&quot;string&quot;,&quot;SSPReqrUserId&quot;:&quot;string&quot;,&quot;to_PurchaseReqn&quot;:&quot;string&quot;,&quot;to_PurchaseReqnAcctAssgmt&quot;:{&quot;results&quot;:[{&quot;PurchaseRequisition&quot;:&quot;string&quot;,&quot;PurchaseRequisitionItem&quot;:&quot;strin&quot;,&quot;PurchaseReqnAcctAssgmtNumber&quot;:&quot;st&quot;,&quot;CostCenter&quot;:&quot;string&quot;,&quot;MasterFixedAsset&quot;:&quot;string&quot;,&quot;ProjectNetwork&quot;:&quot;string&quot;,&quot;Quantity&quot;:&quot;0&quot;,&quot;MultipleAcctAssgmtDistrPercent&quot;:&quot;0&quot;,&quot;PurReqnNetAmount&quot;:&quot;0&quot;,&quot;IsDeleted&quot;:&quot;s&quot;,&quot;CostElement&quot;:&quot;string&quot;,&quot;GLAccount&quot;:&quot;string&quot;,&quot;BusinessArea&quot;:&quot;stri&quot;,&quot;SDDocument&quot;:&quot;string&quot;,&quot;SalesOrder&quot;:&quot;string&quot;,&quot;SalesDocumentItem&quot;:&quot;string&quot;,&quot;SalesOrderItem&quot;:&quot;string&quot;,&quot;ScheduleLine&quot;:&quot;stri&quot;,&quot;SalesOrderScheduleLine&quot;:&quot;stri&quot;,&quot;FixedAsset&quot;:&quot;stri&quot;,&quot;ProcessOrder&quot;:&quot;string&quot;,&quot;OrderID&quot;:&quot;string&quot;,&quot;UnloadingPointName&quot;:&quot;string&quot;,&quot;ControllingArea&quot;:&quot;stri&quot;,&quot;CostObject&quot;:&quot;string&quot;,&quot;ProfitabilitySegment&quot;:&quot;string&quot;,&quot;ProfitCenter&quot;:&quot;string&quot;,&quot;ProjectNetworkInternalID&quot;:&quot;string&quot;,&quot;CommitmentItem&quot;:&quot;string&quot;,&quot;FundsCenter&quot;:&quot;string&quot;,&quot;Fund&quot;:&quot;string&quot;,&quot;FunctionalArea&quot;:&quot;string&quot;,&quot;CreationDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;GoodsRecipientName&quot;:&quot;string&quot;,&quot;RealEstateObject&quot;:&quot;string&quot;,&quot;NetworkActivityInternalID&quot;:&quot;string&quot;,&quot;PartnerAccountNumber&quot;:&quot;string&quot;,&quot;JointVentureRecoveryCode&quot;:&quot;st&quot;,&quot;SettlementReferenceDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;OrderInternalID&quot;:&quot;string&quot;,&quot;OrderIntBillOfOperationsItem&quot;:&quot;string&quot;,&quot;EarmarkedFundsDocument&quot;:&quot;string&quot;,&quot;CostCtrActivityType&quot;:&quot;string&quot;,&quot;BusinessProcess&quot;:&quot;string&quot;,&quot;GrantID&quot;:&quot;string&quot;,&quot;ValidityDate&quot;:&quot;/Date(1492041600000)/&quot;,&quot;ChartOfAccounts&quot;:&quot;stri&quot;,&quot;WBSElement&quot;:&quot;string&quot;,&quot;NetworkActivity&quot;:&quot;stri&quot;,&quot;PurchaseRequisitionType&quot;:&quot;stri&quot;,&quot;Plant&quot;:&quot;stri&quot;,&quot;PurchasingOrganization&quot;:&quot;stri&quot;,&quot;PurchasingGroup&quot;:&quot;str&quot;}]},&quot;to_PurchaseReqnDeliveryAddress&quot;:{&quot;PurchaseRequisition&quot;:&quot;string&quot;,&quot;PurchaseRequisitionItem&quot;:&quot;strin&quot;,&quot;Plant&quot;:&quot;stri&quot;,&quot;CareOfName&quot;:&quot;string&quot;,&quot;AdditionalStreetSuffixName&quot;:&quot;string&quot;,&quot;CorrespondenceLanguage&quot;:&quot;st&quot;,&quot;PrfrdCommMediumType&quot;:&quot;str&quot;,&quot;POBox&quot;:&quot;string&quot;,&quot;POBoxIsWithoutNumber&quot;:true,&quot;POBoxPostalCode&quot;:&quot;string&quot;,&quot;POBoxLobbyName&quot;:&quot;string&quot;,&quot;POBoxDeviatingCityName&quot;:&quot;string&quot;,&quot;POBoxDeviatingRegion&quot;:&quot;str&quot;,&quot;POBoxDeviatingCountry&quot;:&quot;str&quot;,&quot;DeliveryServiceTypeCode&quot;:&quot;stri&quot;,&quot;DeliveryServiceNumber&quot;:&quot;string&quot;,&quot;AddressTimeZone&quot;:&quot;string&quot;,&quot;CityName&quot;:&quot;string&quot;,&quot;District&quot;:&quot;string&quot;,&quot;CityCode&quot;:&quot;string&quot;,&quot;HomeCityName&quot;:&quot;string&quot;,&quot;PostalCode&quot;:&quot;string&quot;,&quot;CompanyPostalCode&quot;:&quot;string&quot;,&quot;StreetName&quot;:&quot;string&quot;,&quot;StreetPrefixName&quot;:&quot;string&quot;,&quot;AdditionalStreetPrefixName&quot;:&quot;string&quot;,&quot;StreetSuffixName&quot;:&quot;string&quot;,&quot;HouseNumber&quot;:&quot;string&quot;,&quot;HouseNumberSupplementText&quot;:&quot;string&quot;,&quot;Building&quot;:&quot;string&quot;,&quot;Floor&quot;:&quot;string&quot;,&quot;RoomNumber&quot;:&quot;string&quot;,&quot;Country&quot;:&quot;str&quot;,&quot;Region&quot;:&quot;str&quot;,&quot;County&quot;:&quot;string&quot;,&quot;FormOfAddress&quot;:&quot;stri&quot;,&quot;BusinessPartnerName1&quot;:&quot;string&quot;,&quot;BusinessPartnerName2&quot;:&quot;string&quot;,&quot;Nation&quot;:&quot;s&quot;,&quot;PhoneNumber&quot;:&quot;string&quot;,&quot;FaxNumber&quot;:&quot;string&quot;,&quot;SearchTerm1&quot;:&quot;string&quot;,&quot;StreetSearch&quot;:&quot;string&quot;,&quot;CitySearch&quot;:&quot;string&quot;,&quot;BusinessPartnerName3&quot;:&quot;string&quot;,&quot;BusinessPartnerName4&quot;:&quot;string&quot;,&quot;TaxJurisdiction&quot;:&quot;string&quot;,&quot;TransportZone&quot;:&quot;string&quot;,&quot;Person&quot;:&quot;string&quot;},&quot;to_PurchaseReqnItemText&quot;:{&quot;results&quot;:[{&quot;PurchaseRequisition&quot;:&quot;string&quot;,&quot;PurchaseRequisitionItem&quot;:&quot;strin&quot;,&quot;DocumentText&quot;:&quot;stri&quot;,&quot;TechnicalObjectType&quot;:&quot;string&quot;,&quot;Language&quot;:&quot;st&quot;,&quot;NoteDescription&quot;:&quot;string&quot;}]}}]}}` |

### Create Record

Creates a new record in SAP S/4HANA OData V2. For OData V4 APIs, use Raw Request.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Record Type | Type of SAP S/4HANA Record, e.g: WorkItemSet | WorkItemSet |
| Body | Request Body | `{ &quot;BusEventSubscriberCode&quot;: &quot;string&quot;, &quot;SAPObjectType&quot;: &quot;string&quot;, &quot;SAPObjectTaskCode&quot;: &quot;string&quot;, &quot;BusEventSubscriptionStateCode&quot;: &quot;string&quot;, &quot;BusEventPriority&quot;: 0 }` |

### Create Subscription

Creates business event subscriptions.

| Input | Comments | Default |
| --- | --- | --- |
| Body | Request Body | `{ &quot;BusEventSubscriberCode&quot;: &quot;string&quot;, &quot;SAPObjectType&quot;: &quot;string&quot;, &quot;SAPObjectTaskCode&quot;: &quot;string&quot;, &quot;BusEventSubscriptionStateCode&quot;: &quot;string&quot;, &quot;BusEventPriority&quot;: 0 }` |
| Connection |  |  |

### Delete Attachment

Deletes the attachment associated with the business object using the document type, document number, document version, document part, logical document ID, archive document ID, business object type, and business object instance key.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Document Info Record Document Type | Document Info Record Document Type |  |
| Document Info Record Document Number | Document Info Record Document Number |  |
| Document Info Record Document Version | Document Info Record Document Version |  |
| Document Info Record Document Part | Document Info Record Document Part |  |
| Logical Document | Logical Document |  |
| Archive Document ID | Archive Document ID |  |
| Linked SAP Object Key | Linked SAP Object Key |  |
| Business Object Type Name | Business Object Type Name |  |

### Delete Record

Deletes an existing record in SAP S/4HANA OData V2. For OData V4 APIs, use Raw Request.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Record Type | Type of SAP S/4HANA Record, e.g: WorkItemSet | WorkItemSet |
| Record ID | ID number tied to the record | 12312313 |

### Get Attachment

Reads the attachments associated with a document info record.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Document Info Record Document Type | Document Info Record Document Type |  |
| Document Info Record Document Number | Document Info Record Document Number |  |
| Document Info Record Document Version | Document Info Record Document Version |  |
| Document Info Record Document Part | Document Info Record Document Part |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Order By | Order items by property value |  |
| Select | Select property to be returned |  |

### Get Change Records

Reads data of a specific change record based on its universally unique identifier (UUID).

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Change Record UUID | NodeID |  |
| Select | Select property to be returned |  |
| Expand | Expand property to be returned |  |

### Get Project

Returns details about a customer or internal project.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Project ID | Project ID |  |
| Select | Select property to be returned |  |
| Expand | Expand to include related entities |  |

### Get Purchase Requisition

Gets the header details of a purchase requisition using the purchase requisition number provided.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Select | Select property to be returned |  |
| Expand | Expand property to be returned |  |
| Purchase Requisition Number | Purchase Requisition Number |  |

### Get Purchase Requisition Item Details

Gets the item details of all the items in a purchase requisition

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Top | Show only the first n items |  |
| Skip | Skip the first n items |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Order By | Order items by property value |  |
| Select | Select property to be returned |  |
| Expand | Expand property to be returned |  |
| Purchase Requisition Number | Purchase Requisition Number |  |

### Get Record

Retrieve a single record from SAP S/4HANA OData V2. For OData V4 APIs, use Raw Request.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Record Type | Type of SAP S/4HANA Record, e.g: WorkItemSet | WorkItemSet |
| Record ID | ID number tied to the record | 12312313 |
| Top | Show only the first n items |  |
| Skip | Skip the first n items |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Order By | Order items by property value |  |
| Select | Select property to be returned |  |
| Expand | Expand related entities |  |

### List Change Records

Retrieves the list of change records in the system.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Top | Show only the first n items |  |
| Skip | Skip the first n items |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Order By | Order items by property value |  |
| Select | Select property to be returned |  |
| Expand | Expand property to be returned |  |

### List Files

Retrieves list of prepared files, based on specific filter conditions.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Select | Select property to be returned |  |

### List Projects

Returns details about all customer and internal projects in the system.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Order By | Order by property |  |
| Select | Select property to be returned |  |
| Expand | Expand property to be returned |  |

### List Purchase Requisitions

Gets the header details of all the purchase requisitions in the system.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Top | Show only the first n items |  |
| Skip | Skip the first n items |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Order By | Order items by property value |  |
| Select | Select property to be returned |  |
| Expand | Expand property to be returned |  |

### List Records

Retrieve a list of records from SAP S/4HANA OData V2. For OData V4 APIs, use Raw Request.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Top | Show only the first n items |  |
| Skip | Skip the first n items |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Order By | Order items by property value |  |
| Select | Select property to be returned |  |
| Expand | Expand related entities |  |
| Record Type | Type of SAP S/4HANA Record, e.g: WorkItemSet | WorkItemSet |

### List Subscriptions

Reads subscription information for business events.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Top | Show only the first n items |  |
| Skip | Skip the first n items |  |
| Search | Search items by search phrases |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Order By | Order by property |  |
| Select | Select property to be returned |  |

### List Timesheet Entry Collection

Reads data for all workforce’s timesheet entries. It retrieves information about the time recording made by each workforce’s on a particular task and on a particular day.

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| Top | Show only the first n items |  |
| Skip | Skip the first n items |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Order By | Order by property |  |
| Select | Select property to be returned |  |

### Raw Request

Send raw HTTP request to SAP S/4HANA

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| URL | Input the path only. The base URL from your connection is automatically prepended. For example: /sap/opu/odata4/sap/api_purchaseorder_2/srvd_a2x/sap/purchaseorder/0001/PurchaseOrder |  |
| Method | The HTTP method to use. |  |
| Data | The HTTP body payload to send to the URL. |  |
| Form Data | The Form Data to be sent as a multipart form upload. |  |
| File Data | File Data to be sent as a multipart form upload. |  |
| File Data File Names | File names to apply to the file data inputs. Keys must match the file data keys above. |  |
| Query Parameter | A list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2. |  |
| Header | A list of headers to send with the request. |  |
| Response Type | The type of data you expect in the response. You can request json, text, or binary data. | json |
| Timeout | The maximum time that a client will await a response to its request |  |
| Retry Delay (ms) | The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled. | 0 |
| Retry On All Errors | If true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors. | false |
| Max Retry Count | The maximum number of retries to attempt. Specify 0 for no retries. | 0 |
| Use Exponential Backoff | Specifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored. | false |

### Raw Request - OData

Send an OData GET request to SAP S/4HANA with query parameters

| Input | Comments | Default |
| --- | --- | --- |
| Connection |  |  |
| URL Path | Input the path only. The base URL from your connection is automatically prepended. Example: /sap/opu/odata/sap/API_PURCHASEREQ_PROCESS_SRV/A_PurchaseRequisitionHeader |  |
| Top | Show only the first n items |  |
| Skip | Skip the first n items |  |
| Search | Search items by search phrases |  |
| Filter | Filter items by property values |  |
| Inline Count |  |  |
| Order By | Order by property |  |
| Select | Select property to be returned |  |
| Expand | Expand property to be returned |  |

### Update Change Record

Updates header attributes of the change record specified in the request.

| Input | Comments | Default |
| --- | --- | --- |
| Body | Request Body | `{ &quot;d&quot;: { &quot;ChangeRecord&quot;: &quot;string&quot;, &quot;ChangeRecordType&quot;: &quot;string&quot;, &quot;ChangeRecordStatus&quot;: &quot;string&quot;, &quot;ChangeNumber&quot;: &quot;string&quot;, &quot;ChangeRecordLifecycleStatus&quot;: &quot;string&quot;, &quot;Partner&quot;: &quot;string&quot;, &quot;ChgRecordDescriptionText&quot;: &quot;string&quot;, &quot;ChangeRecordDetailDescription&quot;: &quot;string&quot;, &quot;ChgRecdExpectedCompletionDate&quot;: &quot;/Date(1492041600000)/&quot; } }` |
| Connection |  |  |
| Change Record UUID | NodeID |  |

### Update Project

Updates the basic information for a customer or internal project.

| Input | Comments | Default |
| --- | --- | --- |
| Body | Request Body | `{ &quot;d&quot;: { &quot;ProjectName&quot;: &quot;string&quot;, &quot;ProjectStage&quot;: &quot;string&quot;, &quot;Currency&quot;: &quot;string&quot;, &quot;StartDate&quot;: &quot;/Date(1492098664000)/&quot;, &quot;EndDate&quot;: &quot;/Date(1492098664000)/&quot;, &quot;ProjManagerExtId&quot;: &quot;string&quot;, &quot;ProjManagerCompCode&quot;: &quot;string&quot;, &quot;ProfitCenter&quot;: &quot;string&quot;, &quot;ProjAccountantExtId&quot;: &quot;string&quot;, &quot;ProjAccountantCompCode&quot;: &quot;string&quot;, &quot;ProjControllerExtId&quot;: &quot;string&quot;, &quot;ProjControllerCompCode&quot;: &quot;string&quot;, &quot;ProjPartnerExtId&quot;: &quot;string&quot;, &quot;ProjPartnerCompCode&quot;: &quot;string&quot;, &quot;ProjectDesc&quot;: &quot;string&quot;, &quot;Confidential&quot;: &quot;string&quot;, &quot;UseProjectBilling&quot;: &quot;string&quot;, &quot;RestrictTimePosting&quot;: &quot;string&quot; } }` |
| Connection |  |  |
| Project ID | Project ID |  |

### Update Purchase Requisition

Updates the header details of a purchase requisition.

| Input | Comments | Default |
| --- | --- | --- |
| Body | Request Body | `{&quot;d&quot;:{&quot;PurchaseRequisitionType&quot;:&quot;string&quot;,&quot;PurReqnDescription&quot;:&quot;string&quot;,&quot;SourceDetermination&quot;:true,&quot;PurReqnDoOnlyValidation&quot;:true}}` |
| Connection |  |  |
| Purchase Requisition Number | Purchase Requisition Number |  |

### Update Record

Updates an existing record in SAP S/4HANA.

| Input | Comments | Default |
| --- | --- | --- |
| Body | Request Body | `{ &quot;BusEventSubscriberCode&quot;: &quot;string&quot;, &quot;SAPObjectType&quot;: &quot;string&quot;, &quot;SAPObjectTaskCode&quot;: &quot;string&quot;, &quot;BusEventSubscriptionStateCode&quot;: &quot;string&quot;, &quot;BusEventPriority&quot;: 0 }` |
| Connection |  |  |
| Record Type | Type of SAP S/4HANA Record, e.g: WorkItemSet | WorkItemSet |
| Record ID | ID number tied to the record | 12312313 |

### Update Subscription

Updates business events subscription status using the business event subscriber code, SAP object type, SAP object task code, and business event subscription state code.

| Input | Comments | Default |
| --- | --- | --- |
| Bus Event Subscriber Code | Subscriber ID |  |
| SAP Object Type | SAP Object Type |  |
| SAP Object Task Code | SAP Object Task Code |  |
| Body | Request Body | `{ &quot;d&quot;: { &quot;BusEventSubscriptionStateCode&quot;: &quot;s&quot;, &quot;BusEventPriority&quot;: 0 } }` |
| Connection |  |  |

### Update Timesheet Entry Collection

Creates, updates, or deletes workforce timesheet entry based on the data provided in payload.

| Input | Comments | Default |
| --- | --- | --- |
| Body | Request Body | `{ &quot;TimeSheetDataFields&quot;: { &quot;ControllingArea&quot;: &quot;string&quot;, &quot;SenderCostCenter&quot;: &quot;string&quot;, &quot;ReceiverCostCenter&quot;: &quot;string&quot;, &quot;InternalOrder&quot;: &quot;string&quot;, &quot;ActivityType&quot;: &quot;string&quot;, &quot;WBSElement&quot;: &quot;string&quot;, &quot;WorkItem&quot;: &quot;string&quot;, &quot;BillingControlCategory&quot;: &quot;string&quot;, &quot;PurchaseOrder&quot;: &quot;string&quot;, &quot;PurchaseOrderItem&quot;: &quot;string&quot;, &quot;TimeSheetTaskType&quot;: &quot;string&quot;, &quot;TimeSheetTaskLevel&quot;: &quot;string&quot;, &quot;TimeSheetTaskComponent&quot;: &quot;string&quot;, &quot;TimeSheetNote&quot;: &quot;string&quot;, &quot;RecordedHours&quot;: &quot;0&quot;, &quot;RecordedQuantity&quot;: &quot;0&quot;, &quot;HoursUnitOfMeasure&quot;: &quot;string&quot;, &quot;RejectionReason&quot;: &quot;string&quot;, &quot;TimeSheetWrkLocCode&quot;: &quot;string&quot;, &quot;TimeSheetOvertimeCategory&quot;: &quot;string&quot;, &quot;SenderPubSecFund&quot;: &quot;string&quot;, &quot;SendingPubSecFunctionalArea&quot;: &quot;string&quot;, &quot;SenderPubSecGrant&quot;: &quot;string&quot;, &quot;SenderPubSecBudgetPeriod&quot;: &quot;string&quot;, &quot;ReceiverPubSecFund&quot;: &quot;string&quot;, &quot;ReceiverPubSecFuncnlArea&quot;: &quot;string&quot;, &quot;ReceiverPubSecGrant&quot;: &quot;string&quot;, &quot;ReceiverPubSecBudgetPeriod&quot;: &quot;string&quot; }, &quot;PersonWorkAgreementExternalID&quot;: &quot;string&quot;, &quot;CompanyCode&quot;: &quot;string&quot;, &quot;TimeSheetRecord&quot;: &quot;string&quot;, &quot;PersonWorkAgreement&quot;: &quot;string&quot;, &quot;TimeSheetDate&quot;: &quot;/Date(1492098664000)/&quot;, &quot;TimeSheetIsReleasedOnSave&quot;: true, &quot;TimeSheetPredecessorRecord&quot;: &quot;string&quot;, &quot;TimeSheetStatus&quot;: &quot;string&quot;, &quot;TimeSheetIsExecutedInTestRun&quot;: true, &quot;TimeSheetOperation&quot;: &quot;string&quot; }` |
| Connection |  |  |
