Create/Update Trading Partner Contacts

post

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

Add new contact or update existing contact details with the specified trading partner id.

Request

Supported Media Types
Path Parameters
Body ()

Update trading partner contacts request details.

Example:

{ "contacts" : [{ "type": "firstName", "value": "John"}]}
Root Schema : ContactsRs
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : ContactRs
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

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

201 Response

Successful operation

412 Response

Pre condition failure

500 Response

Server error
Back to Top