Import a B2B Document

post

/ic/api/b2b/v1/b2bdocuments/import

Imports a B2B Document with its associated schemas from the previously exported document zip file.

Request

Query Parameters
  • Overwrite flag to overwrite components in the zip file. Default value is false.

    Example:

    /b2b/v1/b2bdocuments/import?isOverwrite=true
    Default Value: false
Supported Media Types
Request Body - multipart/form-data ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Successful operation
Body ()
Root Schema : ImportDocRs
Match All
Show Source
Nested Schema : GenericRestRs
Type: object
Show Source
Nested Schema : ImportDocRs-allOf[1]
Type: object
Show Source
Nested Schema : documents
Type: array
Show Source
Nested Schema : schemas
Type: array
Show Source
Nested Schema : ImportDocRs.ImportDocStatus
Type: object
Show Source

404 Response

Not found

409 Response

Duplicate data error

500 Response

Server error
Back to Top