/
Pricefx to SAP S/4HANA Schemas
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"
}
}
}
}
}
}
},
, multiple selections available,
Related content
SAP S/4HANA Customer Master Mapping with Pricefx
SAP S/4HANA Customer Master Mapping with Pricefx
More like this
SAP S/4HANA Sales Contract Mapping with Pricefx
SAP S/4HANA Sales Contract Mapping with Pricefx
More like this
SAP S/4HANA Sales Order Mapping with Pricefx
SAP S/4HANA Sales Order Mapping with Pricefx
More like this