Export a Trading Partner
get
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/export
Exports a trading partner with the associated agreements, documents, schemas and host identifiers as a zipped file in project context.
Request
Path Parameters
-
projectId(required): string
Project identifier
-
tpId(required): string
Trading partner ID.
Example:
/b2b/v1/projects/PROJECTID/tpm/partners/TP1/export
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/octet-stream
200 Response
Successful operation
Root Schema : schema
Type:
string(binary)
412 Response
Pre-condition failure
500 Response
Server error