Clone a B2B Schema

post

/ic/api/b2b/v1/schemas/{schemaId}/clone

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

Request

Supported Media Types
Path Parameters
Body ()

Clone b2b schema request details.

Example:

{"id": "CLONED_SCH", "name": "Cloned Schema", "desc": "Cloned Schema Description"}
Root Schema : SchemaUI
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 : docNode
Type: array
Show Source
Nested Schema : inActive
Type: array
Read Only: true
Show Source
Nested Schema : inActiveAgr
Type: array
Read Only: true
Show Source
Nested Schema : MaxSize
Type: object
Show Source
Nested 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
Nested Schema : DocumentNode
Type: object
Show Source
Nested Schema : DocumentModelUI
Type: object
Discriminator: objType
Show Source
Nested Schema : children
Type: array
Show Source
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : items
Type: object

201 Response

Successful operation

400 Response

Bad request, malformed parameters or missing required data

500 Response

Server error
Back to Top