Import a Trading Partner

post

/ic/api/b2b/v1/tpm/partners/import

Imports a trading partner with the associated transport, agreements, documents, schemas and host identifiers from the previously exported trading partner zip file.

Request

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

    Example:

    ic/api/b2b/v1/tpm/partners/import?isOverwrite=true
    Default Value: false
Body ()
Previously exported trading partner file.
Root Schema : InputStream
Type: object
Back to Top

Response

Supported Media Types

201 Response

Successful operation

404 Response

Not found

409 Response

Duplicate data error

412 Response

Pre condition failure

500 Response

Server error
Back to Top