Update a Trading Partner

put

/ic/api/b2b/v1/tpm/partners/{tpId}

Updates a trading partner with the specified trading partner ID.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested 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

200 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

404 Response

Not found

409 Response

Duplicate data error

412 Response

Pre-condition failure

500 Response

Server error
Back to Top