Create a Trading Partner

post

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

Creates a trading partner with the specified name and description.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Match All
Show Source
Nested Schema : IdRs
Match All
Show Source
Nested Schema : GenericRestRs
Type: object
Show Source
Nested Schema : IdRs-allOf[1]
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : Tags
Type: object
Show Source
  • tag
    Gets the value of the tag property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tag property. For example, to add a new item, do as follows: getTag().add(newItem); Objects of the following type(s) are allowed in the list String
Nested Schema : tag
Type: array
Gets the value of the tag property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tag property. For example, to add a new item, do as follows: getTag().add(newItem); Objects of the following type(s) are allowed in the list String
Show Source
Back to Top

Response

Supported Media Types

201 Response

Successful operation
Body ()
Root Schema : schema
Match All
Show Source
Nested Schema : IdRs
Match All
Show Source
Nested Schema : GenericRestRs
Type: object
Show Source
Nested Schema : IdRs-allOf[1]
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : Tags
Type: object
Show Source
  • tag
    Gets the value of the tag property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tag property. For example, to add a new item, do as follows: getTag().add(newItem); Objects of the following type(s) are allowed in the list String
Nested Schema : tag
Type: array
Gets the value of the tag property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tag property. For example, to add a new item, do as follows: getTag().add(newItem); Objects of the following type(s) are allowed in the list String
Show Source

409 Response

Duplicate data error

412 Response

Pre-condition failure

500 Response

Server error
Back to Top