{"items":[{"type":"link","label":"IDP Integration API","link":"/idp/integration-gateway-openapi","routeSlug":"/idp/integration-gateway-openapi","content":{"contentType":"overview","meta":{"name":"IDP Integration API"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"integration-gateway-openapi.json","url":"/_bundle/idp/integration-gateway-openapi.json?download"},{"kind":"download","label":"integration-gateway-openapi.yaml","url":"/_bundle/idp/integration-gateway-openapi.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"curl","lang":"curl"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"python","title":"Python","lang":"Python"},{"key":"java","title":"Java","lang":"Java"},{"key":"csharp","title":"C#","lang":"C#"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"go","title":"Go","lang":"Go"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"r","title":"R","lang":"R"},{"key":"payload","title":"Payload","lang":"Payload"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"IDP Integration API (2.1)","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"API provided on the IDP Integration Gateway covers a few usage scenarios:"},"children":[]}]}]}]}],"sectionId":"/idp/integration-gateway-openapi"}],"sectionId":"/idp/integration-gateway-openapi"},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"section/scenario-1:-masterdata-and-validation"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Scenario 1: Masterdata & validation"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To upload masterdata files, or validate their content, use corresponding method from the "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"idp-masterdata"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" group."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Masterdata upload is a 2 step process. Successful response from any upload API call should be interpreted as a valid request to a masterdata upload. Actual lookup storage import is done asynchronously."},"children":[]}]}]}]}],"sectionId":"/idp/integration-gateway-openapi/section/scenario-1:-masterdata-and-validation"},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"section/scenario-2:-process-document-get-result-using-polling-method"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Scenario 2: Process document – get result using polling method"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Prerequisite for this process is to have a published preset with which we want to process the document."},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":true,"marker":"."},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To start document processing use one of methods from the "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"idp-import"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" group, depending on the input document type (pdf, png, tiff, jpeg)"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In a response to any of these methods, if document upload is successful, system will respond with process UUID assigned to uploaded document. Subsequently, obtained UUID can be used as an input parameter in the next step."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get-status from the "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"idp-process"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" group"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Provides document processing status. Get-status method returns a JSON payload with the status and last activity timestamp. Possible statuses are available in the method description."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Both EXPORTED and REJECTED status are final statues and once process reaches one of those two states, no more processing is performed."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If a process ended up in the EXPORTED state, processing result is available and one can proceed with the next step."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get-xml-result from the "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"idp-process"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" group can be used to download XML file with the results of processing."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To fetch the resulting XML, the client needs to provide IDP process UUID."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In this scenario it is expected of client to store process UUID within its own datastore and use it to periodically check processing status. (polling get-status method)"},"children":[]}]}]}]}]}]}],"sectionId":"/idp/integration-gateway-openapi/section/scenario-2:-process-document-get-result-using-polling-method"},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"section/scenario-3:-process-document-get-result-using-push-method"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Scenario 3: Process document – get result using push method"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This scenario omits Get-status method and relies on the status push functionality to notify client system that processing has completed. Push functionality is configured on a pipeline level and can be combined with the pull method as well."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This scenario begins with one of upload methods and, after the processing is completed, IDP will send status push notification. At this point the client can use Get-xml-result method to download resulting XML."},"children":[]}]}]}]}],"sectionId":"/idp/integration-gateway-openapi/section/scenario-3:-process-document-get-result-using-push-method"},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"heading","attributes":{"level":3,"id":"section/scenario-4:-process-document-use-idp-as-a-solution-state-store"},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Scenario 4: Process document – use IDP as a solution state store"},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Scenario 2, and to some extent Scenario 3, require management of the overall document processing state (was it processed by IDP and subsequently the result was downloaded)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In the Scenario 4, IDP keeps information about downstream processing status (result processed status) communicated to the system through the "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"acknowledge-result-processed"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Standard workflow in this scenario has the following steps:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":true,"marker":"."},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start document processing within IDP using one of the existing upload methods, but ignore assigned process UUID. (fire and forget upload)"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Upload client is expected to periodically poll get-process-list from the "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"process-administration-controller"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" group to fetch a list of documents in an EXPORTED / REJECTED status with result processing not been acknowledged yet."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Process results obtained in 2. are then downloaded using get-xml-result endpoint if the processing status is EXPORTED. If the status is REJECTED there is no artifact for download."},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Acknowledge result processing."},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note 1"},"children":[]}]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Irrespective of the process result, if a process reaches one of the final states, "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"get-document-pdf"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" endpoint from the "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"idp-process"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" group can be used for obtaining input document pdf."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note 2"},"children":[]}]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": Endpoint "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"acknowledge-result-processed"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" from the group "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"*"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"idp-process"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" must be called upon finishing steps for any of the scenarios 2-4. This call signalizes to the IDP system formal closure of the process and is"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"used in IDP internally to appropriately handle such processes."},"children":[]}]}]}]}],"sectionId":"/idp/integration-gateway-openapi/section/scenario-4:-process-document-use-idp-as-a-solution-state-store"}]}]}},{"type":"link","label":"Scenario 1: Masterdata & validation","link":"/idp/integration-gateway-openapi/section/scenario-1:-masterdata-and-validation","routeSlug":"/idp/integration-gateway-openapi/section/scenario-1:-masterdata-and-validation","content":null},{"type":"link","label":"Scenario 2: Process document – get result using polling method","link":"/idp/integration-gateway-openapi/section/scenario-2:-process-document-get-result-using-polling-method","routeSlug":"/idp/integration-gateway-openapi/section/scenario-2:-process-document-get-result-using-polling-method","content":null},{"type":"link","label":"Scenario 3: Process document – get result using push method","link":"/idp/integration-gateway-openapi/section/scenario-3:-process-document-get-result-using-push-method","routeSlug":"/idp/integration-gateway-openapi/section/scenario-3:-process-document-get-result-using-push-method","content":null},{"type":"link","label":"Scenario 4: Process document – use IDP as a solution state store","link":"/idp/integration-gateway-openapi/section/scenario-4:-process-document-use-idp-as-a-solution-state-store","routeSlug":"/idp/integration-gateway-openapi/section/scenario-4:-process-document-use-idp-as-a-solution-state-store","content":null},{"type":"group","label":"idp-process","link":"/idp/integration-gateway-openapi/idp-process","routeSlug":"/idp/integration-gateway-openapi/idp-process","items":[{"label":"Get the resulting XML document","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-process/getxmlresult","routeSlug":"/idp/integration-gateway-openapi/idp-process/getxmlresult","metadata":{"seo":{"title":"Get the resulting XML document","description":"Get the resulting XML document"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getXmlResult","name":"Get the resulting XML document","isWebhook":false,"pointer":"/paths/~1get-xml-result~1{processUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the resulting XML document","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"processUuid","in":"path","schemaId":"schema_98","required":true}],"pointer":"/paths/~1get-xml-result~1{processUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/get-xml-result/{processUuid}","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[{"name":"processUuid","in":"path","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","404","500"],"pointer":"/get-xml-result/{processUuid}","href":"idp-process/getxmlresult","openApiOperationId":"getXmlResult","summary":"Get the resulting XML document"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"404","description":"Not Found","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1get-xml-result~1{processUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"404","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-process/getxmlresult"}],"panels":[]}]},"httpPath":"/get-xml-result/{processUuid}"},{"label":"Get PDF document assembled from input document pages","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-process/getdocumentpdffrompageimages","routeSlug":"/idp/integration-gateway-openapi/idp-process/getdocumentpdffrompageimages","metadata":{"seo":{"title":"Get PDF document assembled from input document pages","description":"Get PDF document assembled from input document pages"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getDocumentPdfFromPageImages","name":"Get PDF document assembled from input document pages","isWebhook":false,"pointer":"/paths/~1get-document-pdf~1{processUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get PDF document assembled from input document pages","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"processUuid","in":"path","schemaId":"schema_98","required":true}],"pointer":"/paths/~1get-document-pdf~1{processUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/get-document-pdf/{processUuid}","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[{"name":"processUuid","in":"path","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","404","500"],"pointer":"/get-document-pdf/{processUuid}","href":"idp-process/getdocumentpdffrompageimages","openApiOperationId":"getDocumentPdfFromPageImages","summary":"Get PDF document assembled from input document pages"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_99"}},"schemaId":"schema_99"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"404","description":"Not Found","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1get-document-pdf~1{processUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_99","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_99"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"404","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-process/getdocumentpdffrompageimages"}],"panels":[]}]},"httpPath":"/get-document-pdf/{processUuid}"},{"label":"Get original document uploaded to ingestion","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-process/getoriginaldocument","routeSlug":"/idp/integration-gateway-openapi/idp-process/getoriginaldocument","metadata":{"seo":{"title":"Get original document uploaded to ingestion","description":"Get original document uploaded to ingestion"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOriginalDocument","name":"Get original document uploaded to ingestion","isWebhook":false,"pointer":"/paths/~1get-original-document~1{processUuid}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get original document uploaded to ingestion","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"processUuid","in":"path","schemaId":"schema_98","required":true}],"pointer":"/paths/~1get-original-document~1{processUuid}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/get-original-document/{processUuid}","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[{"name":"processUuid","in":"path","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","404","500"],"pointer":"/get-original-document/{processUuid}","href":"idp-process/getoriginaldocument","openApiOperationId":"getOriginalDocument","summary":"Get original document uploaded to ingestion"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_99"}},"schemaId":"schema_99"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"404","description":"Not Found","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1get-original-document~1{processUuid}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_99","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_99"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"404","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-process/getoriginaldocument"}],"panels":[]}]},"httpPath":"/get-original-document/{processUuid}"},{"label":"Get a very short info for a single process instance","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-process/getprocessstatus","routeSlug":"/idp/integration-gateway-openapi/idp-process/getprocessstatus","metadata":{"seo":{"title":"Get a very short info for a single process instance","description":"Get a very short info for a single process instance"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProcessStatus","name":"Get a very short info for a single process instance","isWebhook":false,"pointer":"/paths/~1get-status/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a very short info for a single process instance","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"processId","in":"query","schemaId":"schema_98","required":true}],"pointer":"/paths/~1get-status/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/get-status","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[{"name":"processId","in":"query","required":true,"schemaId":"schema_98","style":"FORM","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","500"],"pointer":"/get-status","href":"idp-process/getprocessstatus","openApiOperationId":"getProcessStatus","summary":"Get a very short info for a single process instance"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProcessStatusCompactResponse"}},"schemaId":"components/schemas/ProcessStatusCompactResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1get-status/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProcessStatusCompactResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProcessStatusCompactResponse"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-process/getprocessstatus"}],"panels":[]}]},"httpPath":"/get-status"},{"label":"Get a list of processes","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-process/getprocesslist","routeSlug":"/idp/integration-gateway-openapi/idp-process/getprocesslist","metadata":{"seo":{"title":"Get a list of processes","description":"Get a list of processes"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getProcessList","name":"Get a list of processes","isWebhook":false,"pointer":"/paths/~1get-process-list/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a list of processes","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"range-from","in":"query","schemaId":"schema_100","required":true},{"name":"range-to","in":"query","schemaId":"schema_100","required":true},{"name":"range-type","in":"query","schemaId":"schema_101","required":true},{"name":"page-size","in":"query","schemaId":"schema_102"},{"name":"page-no","in":"query","schemaId":"schema_103"},{"name":"ai-pipeline-code","in":"query","schemaId":"schema_98"},{"name":"process-status","in":"query","schemaId":"schema_104"},{"name":"download-ack","in":"query","schemaId":"schema_105","deprecated":true},{"name":"result-processed-ack","in":"query","schemaId":"schema_105"}],"pointer":"/paths/~1get-process-list/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/get-process-list","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[{"name":"range-from","in":"query","required":true,"schemaId":"schema_100","style":"FORM","explode":true},{"name":"range-to","in":"query","required":true,"schemaId":"schema_100","style":"FORM","explode":true},{"name":"range-type","in":"query","required":true,"schemaId":"schema_101","style":"FORM","explode":true},{"name":"page-size","in":"query","required":false,"schemaId":"schema_102","style":"FORM","explode":true},{"name":"page-no","in":"query","required":false,"schemaId":"schema_103","style":"FORM","explode":true},{"name":"ai-pipeline-code","in":"query","required":false,"schemaId":"schema_98","style":"FORM","explode":true},{"name":"process-status","in":"query","required":false,"schemaId":"schema_104","style":"FORM","explode":true},{"name":"download-ack","in":"query","required":false,"schemaId":"schema_105","style":"FORM","explode":true},{"name":"result-processed-ack","in":"query","required":false,"schemaId":"schema_105","style":"FORM","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","500"],"pointer":"/get-process-list","href":"idp-process/getprocesslist","openApiOperationId":"getProcessList","summary":"Get a list of processes"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProcessListResponse"}},"schemaId":"components/schemas/ProcessListResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1get-process-list/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProcessListResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProcessListResponse"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-process/getprocesslist"}],"panels":[]}]},"httpPath":"/get-process-list"},{"label":"Acknowledge result processed","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-process/acknowledgeresultprocessed","routeSlug":"/idp/integration-gateway-openapi/idp-process/acknowledgeresultprocessed","metadata":{"seo":{"title":"Acknowledge result processed","description":"Acknowledge result processed"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"acknowledgeResultProcessed","name":"Acknowledge result processed","isWebhook":false,"pointer":"/paths/~1acknowledge-result-processed/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Acknowledge result processed","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AcknowledgeResultProcessedRequest"}},"schemaId":"components/schemas/AcknowledgeResultProcessedRequest","pointer":"/paths/~1acknowledge-result-processed/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/acknowledge-result-processed","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/AcknowledgeResultProcessedRequest"}},"responseCodes":["200","400","500"],"pointer":"/acknowledge-result-processed","href":"idp-process/acknowledgeresultprocessed","openApiOperationId":"acknowledgeResultProcessed","summary":"Acknowledge result processed"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"components/schemas/AcknowledgeResultProcessedRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AcknowledgeResultProcessedRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1acknowledge-result-processed/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-process/acknowledgeresultprocessed"}],"panels":[]}]},"httpPath":"/acknowledge-result-processed"},{"label":"Update download acknowledge count","deprecated":true,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-process/updatedownloadacknowledgecount","routeSlug":"/idp/integration-gateway-openapi/idp-process/updatedownloadacknowledgecount","metadata":{"seo":{"title":"Update download acknowledge count","description":"Update download acknowledge count"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateDownloadAcknowledgeCount","name":"Update download acknowledge count","deprecated":true,"isWebhook":false,"pointer":"/paths/~1acknowledge-result-download/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update download acknowledge count","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AcknowledgeResultProcessedRequest"}},"schemaId":"components/schemas/AcknowledgeResultProcessedRequest","pointer":"/paths/~1acknowledge-result-download/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/acknowledge-result-download","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/AcknowledgeResultProcessedRequest"}},"responseCodes":["200","400","500"],"pointer":"/acknowledge-result-download","href":"idp-process/updatedownloadacknowledgecount","openApiOperationId":"updateDownloadAcknowledgeCount","summary":"Update download acknowledge count"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"components/schemas/AcknowledgeResultProcessedRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AcknowledgeResultProcessedRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1acknowledge-result-download/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-process/updatedownloadacknowledgecount"}],"panels":[]}]},"httpPath":"/acknowledge-result-download"}],"content":{"contentType":"group","meta":{"name":"idp-process"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"idp-process","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/get-xml-result/{processUuid}","summary":"Get the resulting XML document","prefix":{"name":"get","color":"get"},"badges":[],"link":"/idp-process/getxmlresult","deprecated":false},{"title":"/get-document-pdf/{processUuid}","summary":"Get PDF document assembled from input document pages","prefix":{"name":"get","color":"get"},"badges":[],"link":"/idp-process/getdocumentpdffrompageimages","deprecated":false},{"title":"/get-original-document/{processUuid}","summary":"Get original document uploaded to ingestion","prefix":{"name":"get","color":"get"},"badges":[],"link":"/idp-process/getoriginaldocument","deprecated":false},{"title":"/get-status","summary":"Get a very short info for a single process instance","prefix":{"name":"get","color":"get"},"badges":[],"link":"/idp-process/getprocessstatus","deprecated":false},{"title":"/get-process-list","summary":"Get a list of processes","prefix":{"name":"get","color":"get"},"badges":[],"link":"/idp-process/getprocesslist","deprecated":false},{"title":"/acknowledge-result-processed","summary":"Acknowledge result processed","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-process/acknowledgeresultprocessed","deprecated":false},{"title":"/acknowledge-result-download","summary":"Update download acknowledge count","prefix":{"name":"post","color":"http-deprecated"},"badges":[],"link":"/idp-process/updatedownloadacknowledgecount","deprecated":true}]}]}]}]}},{"type":"group","label":"idp-import","link":"/idp/integration-gateway-openapi/idp-import","routeSlug":"/idp/integration-gateway-openapi/idp-import","items":[{"label":"Upload new document to processing","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-import/processuploadpdf","routeSlug":"/idp/integration-gateway-openapi/idp-import/processuploadpdf","metadata":{"seo":{"title":"Upload new document to processing","description":"All request headers beginning with x-idp-ingestion- will be collected into an exogenous metadata map.Content of this map is included in the final process result.Example:"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"processUploadPdf","name":"Upload new document to processing","isWebhook":false,"pointer":"/paths/~1upload-pdf/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Upload new document to processing","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"All request headers beginning with "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" will be collected into an exogenous metadata map."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Content of this map is included in the final process result."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-user: \"John\""},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-request-id: \"12345\""},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"x-idp-ingestion-*","in":"header","schemaId":"schema_106","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Any header starting with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"x-idp-ingestion-"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" is accepted. Values are aggregated into a map."},"children":[]}]}]}]},{"name":"channel-reference","in":"header","schemaId":"schema_98","required":true},{"name":"channel-name","in":"header","schemaId":"schema_98","required":true},{"name":"customer-billing-code","in":"header","schemaId":"schema_98"},{"name":"comparisonId","in":"header","schemaId":"schema_98"},{"name":"ai-pipeline-code","in":"header","schemaId":"schema_98","deprecated":true},{"name":"ai-preset-code","in":"header","schemaId":"schema_98"}],"pointer":"/paths/~1upload-pdf/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1upload-pdf/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/upload-pdf","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"x-idp-ingestion-*","in":"header","required":false,"style":"SIMPLE","explode":false},{"name":"channel-reference","in":"header","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"channel-name","in":"header","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"customer-billing-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"comparisonId","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"ai-pipeline-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"ai-preset-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false}],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","412","422","500"],"pointer":"/upload-pdf","href":"idp-import/processuploadpdf","openApiOperationId":"processUploadPdf","summary":"Upload new document to processing"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CommonIngressResponseModel"}},"schemaId":"components/schemas/CommonIngressResponseModel"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"412","description":"Precondition Failed","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1upload-pdf/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CommonIngressResponseModel","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CommonIngressResponseModel"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"412","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-import/processuploadpdf"}],"panels":[]}]},"httpPath":"/upload-pdf"},{"label":"Upload new document to processing","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-import/processuploadpdf","routeSlug":"/idp/integration-gateway-openapi/idp-import/processuploadpdf","metadata":{"seo":{"title":"Upload new document to processing","description":"All request headers beginning with x-idp-ingestion- will be collected into an exogenous metadata map.Content of this map is included in the final process result.Example:"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"processUploadPdf","name":"Upload new document to processing","isWebhook":false,"pointer":"/paths/~1upload-jpeg/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Upload new document to processing","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"All request headers beginning with "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" will be collected into an exogenous metadata map."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Content of this map is included in the final process result."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-user: \"John\""},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-request-id: \"12345\""},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"x-idp-ingestion-*","in":"header","schemaId":"schema_106","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Any header starting with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"x-idp-ingestion-"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" is accepted. Values are aggregated into a map."},"children":[]}]}]}]},{"name":"channel-reference","in":"header","schemaId":"schema_98","required":true},{"name":"channel-name","in":"header","schemaId":"schema_98","required":true},{"name":"customer-billing-code","in":"header","schemaId":"schema_98"},{"name":"comparisonId","in":"header","schemaId":"schema_98"},{"name":"ai-pipeline-code","in":"header","schemaId":"schema_98","deprecated":true},{"name":"ai-preset-code","in":"header","schemaId":"schema_98"}],"pointer":"/paths/~1upload-jpeg/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1upload-jpeg/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/upload-jpeg","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"x-idp-ingestion-*","in":"header","required":false,"style":"SIMPLE","explode":false},{"name":"channel-reference","in":"header","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"channel-name","in":"header","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"customer-billing-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"comparisonId","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"ai-pipeline-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"ai-preset-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false}],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","412","422","500"],"pointer":"/upload-jpeg","href":"idp-import/processuploadpdf","openApiOperationId":"processUploadPdf","summary":"Upload new document to processing"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CommonIngressResponseModel"}},"schemaId":"components/schemas/CommonIngressResponseModel"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"412","description":"Precondition Failed","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1upload-jpeg/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CommonIngressResponseModel","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CommonIngressResponseModel"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"412","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-import/processuploadpdf"}],"panels":[]}]},"httpPath":"/upload-jpeg"},{"label":"Upload new document to processing","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-import/processuploadpdf","routeSlug":"/idp/integration-gateway-openapi/idp-import/processuploadpdf","metadata":{"seo":{"title":"Upload new document to processing","description":"All request headers beginning with x-idp-ingestion- will be collected into an exogenous metadata map.Content of this map is included in the final process result.Example:"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"processUploadPdf","name":"Upload new document to processing","isWebhook":false,"pointer":"/paths/~1upload-png/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Upload new document to processing","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"All request headers beginning with "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" will be collected into an exogenous metadata map."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Content of this map is included in the final process result."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-user: \"John\""},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-request-id: \"12345\""},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"x-idp-ingestion-*","in":"header","schemaId":"schema_106","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Any header starting with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"x-idp-ingestion-"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" is accepted. Values are aggregated into a map."},"children":[]}]}]}]},{"name":"channel-reference","in":"header","schemaId":"schema_98","required":true},{"name":"channel-name","in":"header","schemaId":"schema_98","required":true},{"name":"customer-billing-code","in":"header","schemaId":"schema_98"},{"name":"comparisonId","in":"header","schemaId":"schema_98"},{"name":"ai-pipeline-code","in":"header","schemaId":"schema_98","deprecated":true},{"name":"ai-preset-code","in":"header","schemaId":"schema_98"}],"pointer":"/paths/~1upload-png/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1upload-png/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/upload-png","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"x-idp-ingestion-*","in":"header","required":false,"style":"SIMPLE","explode":false},{"name":"channel-reference","in":"header","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"channel-name","in":"header","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"customer-billing-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"comparisonId","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"ai-pipeline-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"ai-preset-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false}],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","412","422","500"],"pointer":"/upload-png","href":"idp-import/processuploadpdf","openApiOperationId":"processUploadPdf","summary":"Upload new document to processing"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CommonIngressResponseModel"}},"schemaId":"components/schemas/CommonIngressResponseModel"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"412","description":"Precondition Failed","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1upload-png/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CommonIngressResponseModel","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CommonIngressResponseModel"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"412","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-import/processuploadpdf"}],"panels":[]}]},"httpPath":"/upload-png"},{"label":"Upload new document to processing","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-import/processuploadpdf","routeSlug":"/idp/integration-gateway-openapi/idp-import/processuploadpdf","metadata":{"seo":{"title":"Upload new document to processing","description":"All request headers beginning with x-idp-ingestion- will be collected into an exogenous metadata map.Content of this map is included in the final process result.Example:"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"processUploadPdf","name":"Upload new document to processing","isWebhook":false,"pointer":"/paths/~1upload-tiff/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Upload new document to processing","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"All request headers beginning with "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" will be collected into an exogenous metadata map."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Content of this map is included in the final process result."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-user: \"John\""},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"x-idp-ingestion-request-id: \"12345\""},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"x-idp-ingestion-*","in":"header","schemaId":"schema_106","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Any header starting with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"x-idp-ingestion-"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" is accepted. Values are aggregated into a map."},"children":[]}]}]}]},{"name":"channel-reference","in":"header","schemaId":"schema_98","required":true},{"name":"channel-name","in":"header","schemaId":"schema_98","required":true},{"name":"customer-billing-code","in":"header","schemaId":"schema_98"},{"name":"comparisonId","in":"header","schemaId":"schema_98"},{"name":"ai-pipeline-code","in":"header","schemaId":"schema_98","deprecated":true},{"name":"ai-preset-code","in":"header","schemaId":"schema_98"}],"pointer":"/paths/~1upload-tiff/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1upload-tiff/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/upload-tiff","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[{"name":"x-idp-ingestion-*","in":"header","required":false,"style":"SIMPLE","explode":false},{"name":"channel-reference","in":"header","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"channel-name","in":"header","required":true,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"customer-billing-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"comparisonId","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"ai-pipeline-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false},{"name":"ai-preset-code","in":"header","required":false,"schemaId":"schema_98","style":"SIMPLE","explode":false}],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","412","422","500"],"pointer":"/upload-tiff","href":"idp-import/processuploadpdf","openApiOperationId":"processUploadPdf","summary":"Upload new document to processing"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CommonIngressResponseModel"}},"schemaId":"components/schemas/CommonIngressResponseModel"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"412","description":"Precondition Failed","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1upload-tiff/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CommonIngressResponseModel","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CommonIngressResponseModel"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"412","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-import/processuploadpdf"}],"panels":[]}]},"httpPath":"/upload-tiff"}],"content":{"contentType":"group","meta":{"name":"idp-import"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"idp-import","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/upload-pdf","summary":"Upload new document to processing","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-import/processuploadpdf","deprecated":false},{"title":"/upload-jpeg","summary":"Upload new document to processing","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-import/processuploadpdf","deprecated":false},{"title":"/upload-png","summary":"Upload new document to processing","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-import/processuploadpdf","deprecated":false},{"title":"/upload-tiff","summary":"Upload new document to processing","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-import/processuploadpdf","deprecated":false}]}]}]}]}},{"type":"group","label":"idp-masterdata","link":"/idp/integration-gateway-openapi/idp-masterdata","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata","items":[{"label":"Import open order CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/importopenordercsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/importopenordercsv","metadata":{"seo":{"title":"Import open order CSV","description":"Import open order CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"importOpenOrderCsv","name":"Import open order CSV","isWebhook":false,"pointer":"/paths/~1import~1open-order~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Import open order CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"containerCode","in":"query","schemaId":"schema_108"}],"pointer":"/paths/~1import~1open-order~1csv/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1import~1open-order~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/import/open-order/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[{"name":"containerCode","in":"query","required":false,"schemaId":"schema_108","style":"FORM","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/import/open-order/csv","href":"idp-masterdata/importopenordercsv","openApiOperationId":"importOpenOrderCsv","summary":"Import open order CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}},"schemaId":"components/schemas/ImportApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}},"schemaId":"components/schemas/BadRequestProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}},"schemaId":"components/schemas/UnprocessableEntityProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}},"schemaId":"components/schemas/InternalErrorProblemDetail"}],"pointer":"/paths/~1import~1open-order~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ImportApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}}},{"code":"400","schemaId":"components/schemas/BadRequestProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}}},{"code":"422","schemaId":"components/schemas/UnprocessableEntityProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}}},{"code":"500","schemaId":"components/schemas/InternalErrorProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/importopenordercsv"}],"panels":[]}]},"httpPath":"/import/open-order/csv"},{"label":"Validate open order CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/validateopenordercsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/validateopenordercsv","metadata":{"seo":{"title":"Validate open order CSV","description":"Validate open order CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"validateOpenOrderCsv","name":"Validate open order CSV","isWebhook":false,"pointer":"/paths/~1validate~1open-order~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Validate open order CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1validate~1open-order~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/validate/open-order/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/validate/open-order/csv","href":"idp-masterdata/validateopenordercsv","openApiOperationId":"validateOpenOrderCsv","summary":"Validate open order CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}},"schemaId":"components/schemas/ValidationApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1validate~1open-order~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ValidationApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/validateopenordercsv"}],"panels":[]}]},"httpPath":"/validate/open-order/csv"},{"label":"Import supplier CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/importsuppliercsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/importsuppliercsv","metadata":{"seo":{"title":"Import supplier CSV","description":"Import supplier CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"importSupplierCsv","name":"Import supplier CSV","isWebhook":false,"pointer":"/paths/~1import~1supplier~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Import supplier CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"containerCode","in":"query","schemaId":"schema_108"}],"pointer":"/paths/~1import~1supplier~1csv/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1import~1supplier~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/import/supplier/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[{"name":"containerCode","in":"query","required":false,"schemaId":"schema_108","style":"FORM","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/import/supplier/csv","href":"idp-masterdata/importsuppliercsv","openApiOperationId":"importSupplierCsv","summary":"Import supplier CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully imported","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}},"schemaId":"components/schemas/ImportApiResponse"},{"code":"400","description":"Bad request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}},"schemaId":"components/schemas/BadRequestProblemDetail"},{"code":"422","description":"Unable to import file due to validation errors","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}},"schemaId":"components/schemas/UnprocessableEntityProblemDetail"},{"code":"500","description":"Internal server error","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}},"schemaId":"components/schemas/InternalErrorProblemDetail"}],"pointer":"/paths/~1import~1supplier~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ImportApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}}},{"code":"400","schemaId":"components/schemas/BadRequestProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}}},{"code":"422","schemaId":"components/schemas/UnprocessableEntityProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}}},{"code":"500","schemaId":"components/schemas/InternalErrorProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/importsuppliercsv"}],"panels":[]}]},"httpPath":"/import/supplier/csv"},{"label":"Validate supplier CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/validatesuppliercsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/validatesuppliercsv","metadata":{"seo":{"title":"Validate supplier CSV","description":"Validate supplier CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"validateSupplierCsv","name":"Validate supplier CSV","isWebhook":false,"pointer":"/paths/~1validate~1supplier~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Validate supplier CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1validate~1supplier~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/validate/supplier/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/validate/supplier/csv","href":"idp-masterdata/validatesuppliercsv","openApiOperationId":"validateSupplierCsv","summary":"Validate supplier CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}},"schemaId":"components/schemas/ValidationApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1validate~1supplier~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ValidationApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/validatesuppliercsv"}],"panels":[]}]},"httpPath":"/validate/supplier/csv"},{"label":"Import customer material CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/importcustomermaterialcsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/importcustomermaterialcsv","metadata":{"seo":{"title":"Import customer material CSV","description":"Import customer material CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"importCustomerMaterialCsv","name":"Import customer material CSV","isWebhook":false,"pointer":"/paths/~1import~1customer-material~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Import customer material CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"containerCode","in":"query","schemaId":"schema_108"}],"pointer":"/paths/~1import~1customer-material~1csv/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1import~1customer-material~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/import/customer-material/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[{"name":"containerCode","in":"query","required":false,"schemaId":"schema_108","style":"FORM","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/import/customer-material/csv","href":"idp-masterdata/importcustomermaterialcsv","openApiOperationId":"importCustomerMaterialCsv","summary":"Import customer material CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}},"schemaId":"components/schemas/ImportApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}},"schemaId":"components/schemas/BadRequestProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}},"schemaId":"components/schemas/UnprocessableEntityProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}},"schemaId":"components/schemas/InternalErrorProblemDetail"}],"pointer":"/paths/~1import~1customer-material~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ImportApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}}},{"code":"400","schemaId":"components/schemas/BadRequestProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}}},{"code":"422","schemaId":"components/schemas/UnprocessableEntityProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}}},{"code":"500","schemaId":"components/schemas/InternalErrorProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/importcustomermaterialcsv"}],"panels":[]}]},"httpPath":"/import/customer-material/csv"},{"label":"Validate customer material CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/validatecustomermaterialcsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/validatecustomermaterialcsv","metadata":{"seo":{"title":"Validate customer material CSV","description":"Validate customer material CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"validateCustomerMaterialCsv","name":"Validate customer material CSV","isWebhook":false,"pointer":"/paths/~1validate~1customer-material~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Validate customer material CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1validate~1customer-material~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/validate/customer-material/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/validate/customer-material/csv","href":"idp-masterdata/validatecustomermaterialcsv","openApiOperationId":"validateCustomerMaterialCsv","summary":"Validate customer material CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}},"schemaId":"components/schemas/ValidationApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1validate~1customer-material~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ValidationApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/validatecustomermaterialcsv"}],"panels":[]}]},"httpPath":"/validate/customer-material/csv"},{"label":"Import customer master CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/importcustomermastercsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/importcustomermastercsv","metadata":{"seo":{"title":"Import customer master CSV","description":"Import customer master CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"importCustomerMasterCsv","name":"Import customer master CSV","isWebhook":false,"pointer":"/paths/~1import~1customer-master~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Import customer master CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"containerCode","in":"query","schemaId":"schema_108"}],"pointer":"/paths/~1import~1customer-master~1csv/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1import~1customer-master~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/import/customer-master/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[{"name":"containerCode","in":"query","required":false,"schemaId":"schema_108","style":"FORM","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/import/customer-master/csv","href":"idp-masterdata/importcustomermastercsv","openApiOperationId":"importCustomerMasterCsv","summary":"Import customer master CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}},"schemaId":"components/schemas/ImportApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}},"schemaId":"components/schemas/BadRequestProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}},"schemaId":"components/schemas/UnprocessableEntityProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}},"schemaId":"components/schemas/InternalErrorProblemDetail"}],"pointer":"/paths/~1import~1customer-master~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ImportApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}}},{"code":"400","schemaId":"components/schemas/BadRequestProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}}},{"code":"422","schemaId":"components/schemas/UnprocessableEntityProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}}},{"code":"500","schemaId":"components/schemas/InternalErrorProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/importcustomermastercsv"}],"panels":[]}]},"httpPath":"/import/customer-master/csv"},{"label":"Validate customer master CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/validatecustomermastercsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/validatecustomermastercsv","metadata":{"seo":{"title":"Validate customer master CSV","description":"Validate customer master CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"validateCustomerMasterCsv","name":"Validate customer master CSV","isWebhook":false,"pointer":"/paths/~1validate~1customer-master~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Validate customer master CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1validate~1customer-master~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/validate/customer-master/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/validate/customer-master/csv","href":"idp-masterdata/validatecustomermastercsv","openApiOperationId":"validateCustomerMasterCsv","summary":"Validate customer master CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}},"schemaId":"components/schemas/ValidationApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1validate~1customer-master~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ValidationApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/validatecustomermastercsv"}],"panels":[]}]},"httpPath":"/validate/customer-master/csv"},{"label":"Import customer product CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/importcustomerproductcsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/importcustomerproductcsv","metadata":{"seo":{"title":"Import customer product CSV","description":"Import customer product CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"importCustomerProductCsv","name":"Import customer product CSV","isWebhook":false,"pointer":"/paths/~1import~1customer-product~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Import customer product CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"containerCode","in":"query","schemaId":"schema_108"}],"pointer":"/paths/~1import~1customer-product~1csv/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1import~1customer-product~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/import/customer-product/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[{"name":"containerCode","in":"query","required":false,"schemaId":"schema_108","style":"FORM","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/import/customer-product/csv","href":"idp-masterdata/importcustomerproductcsv","openApiOperationId":"importCustomerProductCsv","summary":"Import customer product CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}},"schemaId":"components/schemas/ImportApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}},"schemaId":"components/schemas/BadRequestProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}},"schemaId":"components/schemas/UnprocessableEntityProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}},"schemaId":"components/schemas/InternalErrorProblemDetail"}],"pointer":"/paths/~1import~1customer-product~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ImportApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}}},{"code":"400","schemaId":"components/schemas/BadRequestProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}}},{"code":"422","schemaId":"components/schemas/UnprocessableEntityProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}}},{"code":"500","schemaId":"components/schemas/InternalErrorProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/importcustomerproductcsv"}],"panels":[]}]},"httpPath":"/import/customer-product/csv"},{"label":"Validate customer product CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/validatecustomerproductcsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/validatecustomerproductcsv","metadata":{"seo":{"title":"Validate customer product CSV","description":"Validate customer product CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"validateCustomerProductCsv","name":"Validate customer product CSV","isWebhook":false,"pointer":"/paths/~1validate~1customer-product~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Validate customer product CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1validate~1customer-product~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/validate/customer-product/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/validate/customer-product/csv","href":"idp-masterdata/validatecustomerproductcsv","openApiOperationId":"validateCustomerProductCsv","summary":"Validate customer product CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}},"schemaId":"components/schemas/ValidationApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1validate~1customer-product~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ValidationApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/validatecustomerproductcsv"}],"panels":[]}]},"httpPath":"/validate/customer-product/csv"},{"label":"Import customer ship to CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/importcustomershiptocsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/importcustomershiptocsv","metadata":{"seo":{"title":"Import customer ship to CSV","description":"Import customer ship to CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"importCustomerShipToCsv","name":"Import customer ship to CSV","isWebhook":false,"pointer":"/paths/~1import~1customer-ship-to~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Import customer ship to CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"containerCode","in":"query","schemaId":"schema_108"}],"pointer":"/paths/~1import~1customer-ship-to~1csv/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1import~1customer-ship-to~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/import/customer-ship-to/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[{"name":"containerCode","in":"query","required":false,"schemaId":"schema_108","style":"FORM","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/import/customer-ship-to/csv","href":"idp-masterdata/importcustomershiptocsv","openApiOperationId":"importCustomerShipToCsv","summary":"Import customer ship to CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}},"schemaId":"components/schemas/ImportApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}},"schemaId":"components/schemas/BadRequestProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}},"schemaId":"components/schemas/UnprocessableEntityProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}},"schemaId":"components/schemas/InternalErrorProblemDetail"}],"pointer":"/paths/~1import~1customer-ship-to~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ImportApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}}},{"code":"400","schemaId":"components/schemas/BadRequestProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}}},{"code":"422","schemaId":"components/schemas/UnprocessableEntityProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}}},{"code":"500","schemaId":"components/schemas/InternalErrorProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/importcustomershiptocsv"}],"panels":[]}]},"httpPath":"/import/customer-ship-to/csv"},{"label":"Validate customer ship to CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/validatecustomershiptocsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/validatecustomershiptocsv","metadata":{"seo":{"title":"Validate customer ship to CSV","description":"Validate customer ship to CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"validateCustomerShipToCsv","name":"Validate customer ship to CSV","isWebhook":false,"pointer":"/paths/~1validate~1customer-ship-to~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Validate customer ship to CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1validate~1customer-ship-to~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/validate/customer-ship-to/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/validate/customer-ship-to/csv","href":"idp-masterdata/validatecustomershiptocsv","openApiOperationId":"validateCustomerShipToCsv","summary":"Validate customer ship to CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}},"schemaId":"components/schemas/ValidationApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1validate~1customer-ship-to~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ValidationApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/validatecustomershiptocsv"}],"panels":[]}]},"httpPath":"/validate/customer-ship-to/csv"},{"label":"Submit keyword CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/importkeywordcsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/importkeywordcsv","metadata":{"seo":{"title":"Submit keyword CSV","description":"Submit keyword CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"importKeywordCsv","name":"Submit keyword CSV","isWebhook":false,"pointer":"/paths/~1import~1keyword~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Submit keyword CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"containerCode","in":"query","schemaId":"schema_108"}],"pointer":"/paths/~1import~1keyword~1csv/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1import~1keyword~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/import/keyword/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[{"name":"containerCode","in":"query","required":false,"schemaId":"schema_108","style":"FORM","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/import/keyword/csv","href":"idp-masterdata/importkeywordcsv","openApiOperationId":"importKeywordCsv","summary":"Submit keyword CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}},"schemaId":"components/schemas/ImportApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}},"schemaId":"components/schemas/BadRequestProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}},"schemaId":"components/schemas/UnprocessableEntityProblemDetail"},{"code":"500","description":"Internal Server Error","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}},"schemaId":"components/schemas/InternalErrorProblemDetail"}],"pointer":"/paths/~1import~1keyword~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ImportApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ImportApiResponse"}}},{"code":"400","schemaId":"components/schemas/BadRequestProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/BadRequestProblemDetail"}}},{"code":"422","schemaId":"components/schemas/UnprocessableEntityProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/UnprocessableEntityProblemDetail"}}},{"code":"500","schemaId":"components/schemas/InternalErrorProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/InternalErrorProblemDetail"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/importkeywordcsv"}],"panels":[]}]},"httpPath":"/import/keyword/csv"},{"label":"Validate keyword CSV","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/idp/integration-gateway-openapi/idp-masterdata/validatekeywordcsv","routeSlug":"/idp/integration-gateway-openapi/idp-masterdata/validatekeywordcsv","metadata":{"seo":{"title":"Validate keyword CSV","description":"Validate keyword CSV"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"validateKeywordCsv","name":"Validate keyword CSV","isWebhook":false,"pointer":"/paths/~1validate~1keyword~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Validate keyword CSV","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerAuth","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1validate~1keyword~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/validate/keyword/csv","servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"schema_107"}},"responseCodes":["200","400","422","500"],"pointer":"/validate/keyword/csv","href":"idp-masterdata/validatekeywordcsv","openApiOperationId":"validateKeywordCsv","summary":"Validate keyword CSV"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"/_mock/idp/integration-gateway-openapi","description":"Mock server","isMockServer":true},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}],"schemaId":"schema_107","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}},"schemaId":"components/schemas/ValidationApiResponse"},{"code":"400","description":"Bad Request","mediaType":"application/problem+json","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}},"schemaId":"components/schemas/ProblemDetail"},{"code":"422","description":"Unprocessable Content","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"},{"code":"500","description":"Internal Server Error","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}},"schemaId":"schema_98"}],"pointer":"/paths/~1validate~1keyword~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ValidationApiResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ValidationApiResponse"}}},{"code":"400","schemaId":"components/schemas/ProblemDetail","mediaTypes":["application/problem+json"],"mediaTypeContent":{"application/problem+json":{"schemaId":"components/schemas/ProblemDetail"}}},{"code":"422","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}},{"code":"500","schemaId":"schema_98","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_98"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/idp-masterdata/validatekeywordcsv"}],"panels":[]}]},"httpPath":"/validate/keyword/csv"}],"content":{"contentType":"group","meta":{"name":"idp-masterdata"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"idp-masterdata","showPageActions":true}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/import/open-order/csv","summary":"Import open order CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/importopenordercsv","deprecated":false},{"title":"/validate/open-order/csv","summary":"Validate open order CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/validateopenordercsv","deprecated":false},{"title":"/import/supplier/csv","summary":"Import supplier CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/importsuppliercsv","deprecated":false},{"title":"/validate/supplier/csv","summary":"Validate supplier CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/validatesuppliercsv","deprecated":false},{"title":"/import/customer-material/csv","summary":"Import customer material CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/importcustomermaterialcsv","deprecated":false},{"title":"/validate/customer-material/csv","summary":"Validate customer material CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/validatecustomermaterialcsv","deprecated":false},{"title":"/import/customer-master/csv","summary":"Import customer master CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/importcustomermastercsv","deprecated":false},{"title":"/validate/customer-master/csv","summary":"Validate customer master CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/validatecustomermastercsv","deprecated":false},{"title":"/import/customer-product/csv","summary":"Import customer product CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/importcustomerproductcsv","deprecated":false},{"title":"/validate/customer-product/csv","summary":"Validate customer product CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/validatecustomerproductcsv","deprecated":false},{"title":"/import/customer-ship-to/csv","summary":"Import customer ship to CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/importcustomershiptocsv","deprecated":false},{"title":"/validate/customer-ship-to/csv","summary":"Validate customer ship to CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/validatecustomershiptocsv","deprecated":false},{"title":"/import/keyword/csv","summary":"Submit keyword CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/importkeywordcsv","deprecated":false},{"title":"/validate/keyword/csv","summary":"Validate keyword CSV","prefix":{"name":"post","color":"post"},"badges":[],"link":"/idp-masterdata/validatekeywordcsv","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/ProblemDetail":{"id":"components/schemas/ProblemDetail","kind":"json-schema","title":"ProblemDetail","data":{"properties":{"type":{"format":"uri","exampleSetFlag":false,"types":["string"]},"title":{"exampleSetFlag":false,"types":["string"]},"status":{"format":"int32","exampleSetFlag":false,"types":["integer"]},"detail":{"exampleSetFlag":false,"types":["string"]},"instance":{"format":"uri","exampleSetFlag":false,"types":["string"]},"properties":{"additionalProperties":{"exampleSetFlag":false},"exampleSetFlag":false,"types":["object"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/CommonIngressResponseModel":{"id":"components/schemas/CommonIngressResponseModel","kind":"json-schema","title":"CommonIngressResponseModel","data":{"properties":{"processId":{"exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/MarkForReviewRequest":{"id":"components/schemas/MarkForReviewRequest","kind":"json-schema","title":"MarkForReviewRequest","data":{"required":["note","processId"],"properties":{"processId":{"minLength":1,"exampleSetFlag":false,"types":["string"]},"note":{"maxLength":300,"minLength":40,"exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/AcknowledgeResultProcessedRequest":{"id":"components/schemas/AcknowledgeResultProcessedRequest","kind":"json-schema","title":"AcknowledgeResultProcessedRequest","data":{"required":["processId"],"properties":{"processId":{"minLength":1,"exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/AcknowledgeResultDownloadRequest":{"id":"components/schemas/AcknowledgeResultDownloadRequest","kind":"json-schema","title":"AcknowledgeResultDownloadRequest","data":{"required":["processId"],"properties":{"processId":{"minLength":1,"exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/DebugPackageResponse":{"id":"components/schemas/DebugPackageResponse","kind":"json-schema","title":"DebugPackageResponse","data":{"properties":{"uuid":{"exampleSetFlag":false,"types":["string"]},"message":{"exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessStatusCompactResponse":{"id":"components/schemas/ProcessStatusCompactResponse","kind":"json-schema","title":"ProcessStatusCompactResponse","data":{"properties":{"processId":{"exampleSetFlag":false,"types":["string"]},"processStep":{"exampleSetFlag":false,"types":["string"],"enum":["RECEIVED","PROCESSING","PARKED","VALIDATION","HITL_QUEUE","HITL_PROCESSING","EXPORTED","REJECTED"]},"latestActivity":{"format":"date-time","exampleSetFlag":false,"types":["string"]},"note":{"exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/AdvancedSearchMatchInfo":{"id":"components/schemas/AdvancedSearchMatchInfo","kind":"json-schema","title":"AdvancedSearchMatchInfo","data":{"properties":{"matchKey":{"exampleSetFlag":false,"types":["string"]},"matchHighlight":{"exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/PipelineInfo":{"id":"components/schemas/PipelineInfo","kind":"json-schema","title":"PipelineInfo","data":{"properties":{"code":{"exampleSetFlag":false,"types":["string"]},"name":{"exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessQueryResponse":{"id":"components/schemas/ProcessQueryResponse","kind":"json-schema","title":"ProcessQueryResponse","data":{"properties":{"processList":{"exampleSetFlag":false,"items":{"$ref":"#/components/schemas/ProcessStatus","exampleSetFlag":false},"types":["array"]},"page":{"$ref":"#/components/schemas/ResultPageInfo","exampleSetFlag":false},"responseTimestamp":{"format":"date-time","exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessStatus":{"id":"components/schemas/ProcessStatus","kind":"json-schema","title":"ProcessStatus","data":{"properties":{"name":{"exampleSetFlag":false,"types":["string"]},"preset":{"$ref":"#/components/schemas/PipelineInfo","exampleSetFlag":false},"processId":{"exampleSetFlag":false,"types":["string"]},"receivedOn":{"format":"date-time","exampleSetFlag":false,"types":["string"]},"processStep":{"exampleSetFlag":false,"types":["string"],"enum":["RECEIVED","PROCESSING","PARKED","VALIDATION","HITL_QUEUE","HITL_PROCESSING","EXPORTED","REJECTED"]},"hitlLoops":{"format":"int32","exampleSetFlag":false,"types":["integer"]},"latestActivity":{"format":"date-time","exampleSetFlag":false,"types":["string"]},"hasDocumentPreview":{"exampleSetFlag":false,"types":["boolean"]},"hasDownloadExport":{"exampleSetFlag":false,"types":["boolean"]},"hasReview":{"exampleSetFlag":false,"types":["boolean"]},"documentPreviewPages":{"format":"int32","exampleSetFlag":false,"types":["integer"]},"processingUser":{"$ref":"#/components/schemas/UserInfo","exampleSetFlag":false},"archivingStatus":{"exampleSetFlag":false,"types":["string"],"enum":["ALIVE","ARCHIVED","PURGED"]},"archivingTime":{"format":"date-time","exampleSetFlag":false,"types":["string"]},"note":{"exampleSetFlag":false,"types":["string"]},"advancedSearchMatchInfos":{"exampleSetFlag":false,"items":{"$ref":"#/components/schemas/AdvancedSearchMatchInfo","exampleSetFlag":false},"types":["array"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ResultPageInfo":{"id":"components/schemas/ResultPageInfo","kind":"json-schema","title":"ResultPageInfo","data":{"properties":{"pageNumber":{"format":"int32","exampleSetFlag":false,"types":["integer"]},"numberOfPages":{"format":"int32","exampleSetFlag":false,"types":["integer"]},"pageSize":{"format":"int32","exampleSetFlag":false,"types":["integer"]},"totalCount":{"format":"int32","exampleSetFlag":false,"types":["integer"]},"maxTotalCount":{"format":"int32","exampleSetFlag":false,"types":["integer"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/UserInfo":{"id":"components/schemas/UserInfo","kind":"json-schema","title":"UserInfo","data":{"properties":{"id":{"exampleSetFlag":false,"types":["string"]},"username":{"exampleSetFlag":false,"types":["string"]},"firstName":{"exampleSetFlag":false,"types":["string"]},"lastName":{"exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/CorrectionsData":{"id":"components/schemas/CorrectionsData","kind":"json-schema","title":"CorrectionsData","data":{"properties":{"name":{"exampleSetFlag":false,"types":["string"]},"inferenceModelCode":{"exampleSetFlag":false,"types":["string"]},"inferenceModelName":{"exampleSetFlag":false,"types":["string"]},"total":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"corrected":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"percentage":{"exampleSetFlag":false,"types":["number"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/LevelOfAutomationData":{"id":"components/schemas/LevelOfAutomationData","kind":"json-schema","title":"LevelOfAutomationData","data":{"properties":{"date":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"automated":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"hitlValidated":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"hitlRatio":{"exampleSetFlag":false,"types":["number"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessReportAutomationResponse":{"id":"components/schemas/ProcessReportAutomationResponse","kind":"json-schema","title":"ProcessReportAutomationResponse","data":{"properties":{"dataPerField":{"exampleSetFlag":false,"items":{"$ref":"#/components/schemas/LevelOfAutomationData","exampleSetFlag":false},"types":["array"]},"dataPerDocument":{"exampleSetFlag":false,"items":{"$ref":"#/components/schemas/LevelOfAutomationData","exampleSetFlag":false},"types":["array"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessReportCorrectionsResponse":{"id":"components/schemas/ProcessReportCorrectionsResponse","kind":"json-schema","title":"ProcessReportCorrectionsResponse","data":{"properties":{"data":{"exampleSetFlag":false,"items":{"$ref":"#/components/schemas/CorrectionsData","exampleSetFlag":false},"types":["array"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessReportResponse":{"id":"components/schemas/ProcessReportResponse","kind":"json-schema","title":"ProcessReportResponse","data":{"properties":{"responseTimestamp":{"format":"date-time","exampleSetFlag":false,"types":["string"]},"summary":{"$ref":"#/components/schemas/ProcessReportSummaryResponse","exampleSetFlag":false},"usage":{"$ref":"#/components/schemas/ProcessReportUsageResponse","exampleSetFlag":false},"levelOfAutomation":{"$ref":"#/components/schemas/ProcessReportAutomationResponse","exampleSetFlag":false},"correctionsPerField":{"$ref":"#/components/schemas/ProcessReportCorrectionsResponse","exampleSetFlag":false},"timePerDocument":{"$ref":"#/components/schemas/ProcessReportTimePerDocumentResponse","exampleSetFlag":false}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessReportSummaryResponse":{"id":"components/schemas/ProcessReportSummaryResponse","kind":"json-schema","title":"ProcessReportSummaryResponse","data":{"properties":{"exported":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"levelOfAutomationPerField":{"exampleSetFlag":false,"types":["number"]},"automatedPerField":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"hitlValidatedPerField":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"averageDurationPerPage":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"averageDurationPerDocument":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"averageValidationDurationPerPage":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"averageValidationDurationPerDocument":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"levelOfAutomationPerDocument":{"exampleSetFlag":false,"types":["number"]},"automatedPerDocument":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"hitlValidatedPerDocument":{"format":"int64","exampleSetFlag":false,"types":["integer"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessReportTimePerDocumentResponse":{"id":"components/schemas/ProcessReportTimePerDocumentResponse","kind":"json-schema","title":"ProcessReportTimePerDocumentResponse","data":{"properties":{"data":{"exampleSetFlag":false,"items":{"$ref":"#/components/schemas/TimePerDocument","exampleSetFlag":false},"types":["array"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessReportUsageResponse":{"id":"components/schemas/ProcessReportUsageResponse","kind":"json-schema","title":"ProcessReportUsageResponse","data":{"properties":{"data":{"exampleSetFlag":false,"items":{"$ref":"#/components/schemas/UsageData","exampleSetFlag":false},"types":["array"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/TimePerDocument":{"id":"components/schemas/TimePerDocument","kind":"json-schema","title":"TimePerDocument","data":{"properties":{"date":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"averageDurationPerPage":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"averageDurationPerDocument":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"averageValidationDurationPerPage":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"averageValidationDurationPerDocument":{"format":"int64","exampleSetFlag":false,"types":["integer"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/UsageData":{"id":"components/schemas/UsageData","kind":"json-schema","title":"UsageData","data":{"properties":{"date":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"received":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"exported":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"rejected":{"format":"int64","exampleSetFlag":false,"types":["integer"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/Metadata":{"id":"components/schemas/Metadata","kind":"json-schema","title":"Metadata","data":{"properties":{"timestamp":{"format":"date-time","exampleSetFlag":false,"types":["string"]},"resultCount":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"resultPage":{"format":"int64","exampleSetFlag":false,"types":["integer"]},"resultNumberOfPages":{"format":"int64","exampleSetFlag":false,"types":["integer"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/Process":{"id":"components/schemas/Process","kind":"json-schema","title":"Process","data":{"properties":{"processId":{"exampleSetFlag":false,"types":["string"]},"processStep":{"exampleSetFlag":false,"types":["string"]},"latestActivity":{"format":"date-time","exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessListResponse":{"id":"components/schemas/ProcessListResponse","kind":"json-schema","title":"ProcessListResponse","data":{"properties":{"metadata":{"$ref":"#/components/schemas/Metadata","exampleSetFlag":false},"resultList":{"exampleSetFlag":false,"items":{"$ref":"#/components/schemas/Process","exampleSetFlag":false},"types":["array"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/LookupDebugMetadata":{"id":"components/schemas/LookupDebugMetadata","kind":"json-schema","title":"LookupDebugMetadata","data":{"properties":{"fieldGroup":{"exampleSetFlag":false,"types":["string"]},"fieldGroupIndex":{"exampleSetFlag":false,"types":["string"]},"lookupMetadata":{"exampleSetFlag":false,"items":{"$ref":"#/components/schemas/LookupMetadata","exampleSetFlag":false},"types":["array"]},"resultMetadata":{"$ref":"#/components/schemas/ResultMetadata","exampleSetFlag":false}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/LookupMetadata":{"id":"components/schemas/LookupMetadata","kind":"json-schema","title":"LookupMetadata","data":{"properties":{"source":{"exampleSetFlag":false,"types":["string"]},"confidence":{"exampleSetFlag":false,"types":["integer"]},"result":{"additionalProperties":{"exampleSetFlag":false,"types":["string"]},"exampleSetFlag":false,"types":["object"]},"additionalData":{"additionalProperties":{"exampleSetFlag":false},"exampleSetFlag":false,"types":["object"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ProcessInfoResponse":{"id":"components/schemas/ProcessInfoResponse","kind":"json-schema","title":"ProcessInfoResponse","data":{"properties":{"numberOfPages":{"exampleSetFlag":false,"types":["integer"]},"lookupMetadata":{"exampleSetFlag":false,"items":{"$ref":"#/components/schemas/LookupDebugMetadata","exampleSetFlag":false},"types":["array"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ResultMetadata":{"id":"components/schemas/ResultMetadata","kind":"json-schema","title":"ResultMetadata","data":{"properties":{"lookupType":{"exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/StreamingResponseBody":{"id":"components/schemas/StreamingResponseBody","kind":"json-schema","title":"StreamingResponseBody","data":{"exampleSetFlag":false}},"components/schemas/UnprocessableEntityProblemDetail":{"id":"components/schemas/UnprocessableEntityProblemDetail","kind":"json-schema","title":"UnprocessableEntityProblemDetail","data":{"properties":{"type":{"format":"uri","exampleSetFlag":false,"types":["string"]},"title":{"exampleSetFlag":false,"types":["string"]},"status":{"description":"HTTP status","format":"int32","example":422,"exampleSetFlag":true,"types":["integer"]},"detail":{"exampleSetFlag":false,"types":["string"]},"instance":{"format":"uri","exampleSetFlag":false,"types":["string"]},"errors":{"description":"Error list","example":["(row: 3, col: 85) > Value of the field (itemEan) is required, but not present","(row: 10, col: 68) > Value of the field (itemEan) is required, but not present"],"exampleSetFlag":true,"items":{"exampleSetFlag":false,"types":["string"]},"types":["array"]},"warnings":{"description":"Warnings list","example":["(row: 10, col: 69) > Trimmed field (name) to value (some company name...)","Banana","Cherry"],"exampleSetFlag":true,"items":{"exampleSetFlag":false,"types":["string"]},"types":["array"]}},"description":"Unprocessable entity problem detail","exampleSetFlag":false,"types":["object"]}},"components/schemas/BadRequestProblemDetail":{"id":"components/schemas/BadRequestProblemDetail","kind":"json-schema","title":"BadRequestProblemDetail","data":{"properties":{"type":{"format":"uri","exampleSetFlag":false,"types":["string"]},"title":{"exampleSetFlag":false,"types":["string"]},"status":{"description":"HTTP status","format":"int32","example":400,"exampleSetFlag":true,"types":["integer"]},"detail":{"exampleSetFlag":false,"types":["string"]},"instance":{"format":"uri","exampleSetFlag":false,"types":["string"]},"properties":{"additionalProperties":{"exampleSetFlag":false},"exampleSetFlag":false,"types":["object"]}},"description":"Bad request","exampleSetFlag":false,"types":["object"]}},"components/schemas/InternalErrorProblemDetail":{"id":"components/schemas/InternalErrorProblemDetail","kind":"json-schema","title":"InternalErrorProblemDetail","data":{"properties":{"type":{"format":"uri","exampleSetFlag":false,"types":["string"]},"title":{"exampleSetFlag":false,"types":["string"]},"status":{"description":"HTTP status","format":"int32","example":500,"exampleSetFlag":true,"types":["integer"]},"detail":{"exampleSetFlag":false,"types":["string"]},"instance":{"format":"uri","exampleSetFlag":false,"types":["string"]}},"description":"Internal server error","exampleSetFlag":false,"types":["object"]}},"components/schemas/ValidationApiResponse":{"id":"components/schemas/ValidationApiResponse","kind":"json-schema","title":"ValidationApiResponse","data":{"properties":{"processId":{"exampleSetFlag":false,"types":["string"]},"validationApiResponseStatus":{"exampleSetFlag":false,"types":["string"],"enum":["SUCCEEDED","FAILED"]},"errors":{"exampleSetFlag":false,"items":{"exampleSetFlag":false,"types":["string"]},"types":["array"]},"warnings":{"exampleSetFlag":false,"items":{"exampleSetFlag":false,"types":["string"]},"types":["array"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/ImportApiResponse":{"id":"components/schemas/ImportApiResponse","kind":"json-schema","title":"ImportApiResponse","data":{"properties":{"processId":{"exampleSetFlag":false,"types":["string"]},"warnings":{"exampleSetFlag":false,"items":{"exampleSetFlag":false,"types":["string"]},"types":["array"]}},"exampleSetFlag":false,"types":["object"]}},"components/schemas/CsvFileHistoryResponse":{"id":"components/schemas/CsvFileHistoryResponse","kind":"json-schema","title":"CsvFileHistoryResponse","data":{"properties":{"uuid":{"exampleSetFlag":false,"types":["string"]},"fileName":{"exampleSetFlag":false,"types":["string"]},"uploadProcessUuid":{"exampleSetFlag":false,"types":["string"]},"filePath":{"exampleSetFlag":false,"types":["string"]},"customerCode":{"exampleSetFlag":false,"types":["string"]},"masterdataType":{"exampleSetFlag":false,"types":["string"],"enum":["SUPPLIER","OPEN_ORDER","CUSTOMER_MATERIAL","CUSTOMER_MASTER","CUSTOMER_PRODUCT","CUSTOMER_SHIP_TO","KEYWORD"]},"containerCode":{"exampleSetFlag":false,"types":["string"]},"status":{"exampleSetFlag":false,"types":["string"],"enum":["AVAILABLE","PURGED"]},"uploadTimestamp":{"format":"date-time","exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]}},"schema_98":{"kind":"json-schema","data":{"exampleSetFlag":false,"types":["string"]},"id":"schema_98"},"schema_99":{"kind":"json-schema","data":{"format":"byte","exampleSetFlag":false,"types":["string"]},"id":"schema_99"},"schema_100":{"kind":"json-schema","data":{"format":"date-time","exampleSetFlag":false,"types":["string"]},"id":"schema_100"},"schema_101":{"kind":"json-schema","data":{"exampleSetFlag":false,"types":["string"],"enum":["INGESTION","PROCESS_FINISHED","LAST_ACTIVITY"]},"id":"schema_101"},"schema_102":{"kind":"json-schema","data":{"maximum":100,"minimum":0,"format":"int64","exampleSetFlag":false,"types":["integer"],"default":100},"id":"schema_102"},"schema_103":{"kind":"json-schema","data":{"minimum":0,"format":"int64","exampleSetFlag":false,"types":["integer"],"default":0},"id":"schema_103"},"schema_104":{"kind":"json-schema","data":{"exampleSetFlag":false,"items":{"exampleSetFlag":false,"types":["string"],"enum":["RECEIVED","PROCESSING","VALIDATION","HITL_QUEUE","HITL_PROCESSING","EXPORTED","REJECTED","PARKED"]},"types":["array"],"default":[]},"id":"schema_104"},"schema_105":{"kind":"json-schema","data":{"exampleSetFlag":false,"types":["boolean"]},"id":"schema_105"},"schema_106":{"kind":"json-schema","data":{},"id":"schema_106"},"schema_107":{"kind":"json-schema","data":{"required":["file"],"properties":{"file":{"format":"binary","exampleSetFlag":false,"types":["string"]}},"exampleSetFlag":false,"types":["object"]},"id":"schema_107"},"schema_108":{"kind":"json-schema","data":{"exampleSetFlag":false,"types":["string"],"default":"DEFAULT"},"id":"schema_108"}},"exampleStore":{},"securitySchemeStore":{"bearerAuth":{"id":"bearerAuth","type":"http","scheme":"bearer","bearerFormat":"JWT"}},"servers":[{"url":"/_mock/idp/integration-gateway-openapi","isMockServer":true,"description":"Mock server"},{"url":"https://integration.idp.de2.retarus.com","description":"Local"}]},"options":{"layout":"stacked","hideSidebar":true,"mockServer":{"url":"/_mock/idp/integration-gateway-openapi","position":"first","description":"Mock server"},"disableRouter":true,"downloadUrls":[{"url":"/_bundle/idp/integration-gateway-openapi.json?download"},{"url":"/_bundle/idp/integration-gateway-openapi.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"IDP Integration API","description":"API provided on the IDP Integration Gateway covers a few usage scenarios:\n\n### Scenario 1: Masterdata & validation\n\nTo upload masterdata files, or validate their content, use corresponding method from the *idp-masterdata* group.\n\n**Note**: Masterdata upload is a 2 step process. Successful response from any upload API call should be interpreted as a valid request to a masterdata upload. Actual lookup storage import is done asynchronously.\n\n### Scenario 2: Process document – get result using polling method\n\nPrerequisite for this process is to have a published preset with which we want to process the document.\n\n1. To start document processing use one of methods from the *idp-import* group, depending on the input document type (pdf, png, tiff, jpeg)\n\n    In a response to any of these methods, if document upload is successful, system will respond with process UUID assigned to uploaded document. Subsequently, obtained UUID can be used as an input parameter in the next step.\n\n2. Get-status from the *idp-process* group\n\n    Provides document processing status. Get-status method returns a JSON payload with the status and last activity timestamp. Possible statuses are available in the method description.\nBoth EXPORTED and REJECTED status are final statues and once process reaches one of those two states, no more processing is performed.\nIf a process ended up in the EXPORTED state, processing result is available and one can proceed with the next step.\n\n3. Get-xml-result from the *idp-process* group can be used to download XML file with the results of processing.\n\n    To fetch the resulting XML, the client needs to provide IDP process UUID.\nIn this scenario it is expected of client to store process UUID within its own datastore and use it to periodically check processing status. (polling get-status method)\n\n### Scenario 3: Process document – get result using push method\n\nThis scenario omits Get-status method and relies on the status push functionality to notify client system that processing has completed. Push functionality is configured on a pipeline level and can be combined with the pull method as well.\nThis scenario begins with one of upload methods and, after the processing is completed, IDP will send status push notification. At this point the client can use Get-xml-result method to download resulting XML.\n\n\n### Scenario 4: Process document – use IDP as a solution state store\n\nScenario 2, and to some extent Scenario 3, require management of the overall document processing state (was it processed by IDP and subsequently the result was downloaded).\nIn the Scenario 4, IDP keeps information about downstream processing status (result processed status) communicated to the system through the *acknowledge-result-processed* endpoint.\nStandard workflow in this scenario has the following steps:\n\n1. Start document processing within IDP using one of the existing upload methods, but ignore assigned process UUID. (fire and forget upload)\n2. Upload client is expected to periodically poll get-process-list from the *process-administration-controller* group to fetch a list of documents in an EXPORTED / REJECTED status with result processing not been acknowledged yet.\n3. Process results obtained in 2. are then downloaded using get-xml-result endpoint if the processing status is EXPORTED. If the status is REJECTED there is no artifact for download.\n4. Acknowledge result processing.\n\n***Note 1***: Irrespective of the process result, if a process reaches one of the final states, *get-document-pdf* endpoint from the *idp-process* group can be used for obtaining input document pdf.\n\n***Note 2***: Endpoint *acknowledge-result-processed* from the group *idp-process* must be called upon finishing steps for any of the scenarios 2-4. This call signalizes to the IDP system formal closure of the process and is\nused in IDP internally to appropriately handle such processes.\n"}},"baseSlug":"/idp/integration-gateway-openapi","routesMapping":{}}