Pricefx to SAP S/4HANA Schemas

The schemas used in message mappings can be downloaded from the Documents tab of the package.

 

As exchange properties cannot be defined in OpenAPI, parameters are used instead. In this example, the exchange property uniqueId is required and the value provided should be typedId of the record. For all other standard exchange properties, refer to each operation's page.

"/customer/typedId": { "get": { "parameters": [ { "in": "query", "name": "uniqueId", "schema": { "type": "string" }, "required": true, "description": "typedId" } ], "responses": { "200": { "description": "customer", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Customer" } } } } } } },