Import a B2B Document
post
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/import
Imports a B2B Document with its associated schemas from the previously exported document zip file in project context.
Request
Path Parameters
-
projectId(required): string
Project identifier
Query Parameters
-
isOverwrite(required): boolean
Overwrite flag to overwrite components in the zip file. Default value is false.
Example:
/b2b/v1/projects/PROJECTID/b2bdocuments/import?isOverwrite=true
Default Value:false
Supported Media Types
- multipart/form-data
Root Schema : schema
Type:
Show Source
object
-
file: string
(binary)
Previously exported Document ZIP file.
Response
Supported Media Types
- application/json
201 Response
Successful operation
404 Response
Not found
409 Response
Duplicate data error
500 Response
Server error