Clone a B2B Document

post

/ic/api/b2b/v1/b2bdocuments/{documentId}/clone

Creates a new copy of a B2B document with identical metadata. The request body must contain at least the name and identifier fields.

Request

Path Parameters
Body ()

Clone b2b document request details.

Example:

{"id": "CLONED_DOC", "name": "Cloned Doc", "desc": "Cloned Document Description"}
Root Schema : DocumentUI
Type: object
Show Source
Nested Schema : active
Type: array
Read Only: true
Show Source
Nested Schema : activeAgr
Type: array
Read Only: true
Show Source
Nested Schema : BusinessIdentifierUI
Type: object
Show Source
Nested Schema : inActive
Type: array
Read Only: true
Show Source
Nested Schema : inActiveAgr
Type: array
Read Only: true
Show Source
Nested Schema : IntegrationResourceUI
Type: object
Show Source
Nested Schema : AgreementUI
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Successful operation

400 Response

Bad request, malformed parameters or missing required data

409 Response

Duplicate data error

412 Response

Pre condition failure

500 Response

Server error
Back to Top