Clone a B2B Document

post

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

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

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : DocumentUI
Match All
Show Source
Nested Schema : ViewModel
Match All
Show Source
Nested Schema : GenericRestRs
Type: object
Show Source
Nested Schema : ViewModel-allOf[1]
Type: object
Show Source
Nested Schema : DocumentUI-allOf[2]
Type: object
Show Source
Nested Schema : active
Type: array
Show Source
Nested Schema : activeAgr
Type: array
Show Source
Nested Schema : BusinessIdentifierUI
Type: object
Show Source
Nested Schema : inActive
Type: array
Show Source
Nested Schema : inActiveAgr
Type: array
Show Source
Nested Schema : IntegrationResourceUI
Match All
Show Source
Nested Schema : IntegrationResourceUI-allOf[2]
Type: object
Show Source
Nested Schema : AgreementUI
Match All
Show Source
Nested Schema : AgreementUI-allOf[2]
Type: object
Show Source
Back to Top

Response

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