Create a Trading Partner

post

/ic/api/b2b/v1/tpm/partners

Creates a trading partner with the specified name and description.

Request

Supported Media Types
Body ()

Create trading partner request details.

Example:

{"id": "TP123",	"name": "tp123",	"desc": "description of tp123 "}
Root Schema : TradingPartnerRs
Type: object
Show Source
Nested Schema : Tags
Type: object
Show Source
Nested Schema : tag
Type: array
Show Source
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : TradingPartnerRs
Type: object
Show Source
Nested Schema : Tags
Type: object
Show Source
Nested Schema : tag
Type: array
Show Source

201 Response

Successful operation

409 Response

Duplicate data error

412 Response

Pre condition failure

500 Response

Server error
Back to Top