Update a B2B Schema

put

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

Updates a b2b schema with the specified schema id. To modify a schema used by an active agreement, you need to deactivate it first

Request

Supported Media Types
Path Parameters
Body ()

Update b2b schema request details.

Example:

{"name": "Updated Schema",	"desc": "updating schema desciption ", "std": "X12", "txId": "100", "version": "4010"}
Root Schema : schema
Type: string
Back to Top

Response

Supported Media Types

200 Response

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

400 Response

Bad request, malformed parameters

500 Response

Server error
Back to Top