Table of Contents

Search

  1. Preface
  2. Introducing B2B Gateway
  3. B2B Gateway administration
  4. Project and asset management
  5. EDI X12 and EDIFACT Messages
  6. Custom files with custom mappings
  7. Inbound Custom Files with Intelligent Structure Discovery
  8. File transfer tasks
  9. Partners
  10. Tracking and Monitoring Events
  11. B2B Gateway REST APIs
  12. Glossary

B2B Gateway

B2B Gateway

Pass parameter values in outbound flows

Pass parameter values in outbound flows

You can pass the values of process-from-backend mapping parameters in the Run Partner REST API request.
To pass parameter values in the request, add a
"mappingParameters"
section to the request body. The section can include one or both of the following categories:
  • "inputParameters". Contains one or more key-value pairs of input parameters.
  • "inOutParameters". Contains one or more key-value pairs of in-out parameters.
Use the following syntax for the key-value pairs:
"<mapping parameter name>": "<parameter value>"
For example:
To run the outbound flow for the customer My_Customer and pass the values of the invoice number and the shipment number in the request, use the following syntax:
{ "partnerName":"My_Customer", "direction":"OUTBOUND", "mappingParameters": { "inputParameters": { "Invoice_Number": "7800" }, "inOutParameters": { "Shipment_Number": "A3065" } } }

0 COMMENTS

We’d like to hear from you!