Create a B2B Schema by Importing SEF File
post
/ic/api/b2b/v1/projects/{projectId}/import
Creates a B2B schema by importing a Standard Exchange Format (SEF) File or non-EDI schema format. The SEF file format is used to exchange EDI implementation guidelines in a machine-readable format.
Request
Path Parameters
-
projectId(required): string
Project identifier
Supported Media Types
- multipart/form-data
Root Schema : schema
Type:
Show Source
object
-
file: string
(binary)
Standard sef schema.
-
schema: string
Import B2B Schema request details.
Example:
{"id": "SCH123", "name": "Sch123", "std": "X12", "version": "4010", "txId": "850" }
Response
201 Response
Successful operation
400 Response
Bad request, corrupted SEF schema
500 Response
Server error