Import a Trading Partner
post
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/import
Imports a trading partner with the associated agreements, documents, schemas, and host identifiers from the previously exported trading partner 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:
ic/api/b2b/v1/projects/PROJECTID/tpm/partners/import?isOverwrite=true
Default Value:false
Supported Media Types
- multipart/form-data
Root Schema : schema
Type:
Show Source
object
-
file: string
(binary)
Previously exported trading partner file.
Response
Supported Media Types
- application/json
201 Response
Successful operation
404 Response
Not found
409 Response
Duplicate data error
412 Response
Pre-condition failure
500 Response
Server error