Create/Update B2B Identifiers

post

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

Add new or update existing b2b identifier with the specified trading partner id.

Request

Supported Media Types
Path Parameters
Body ()

Update b2b identifier request details.

Example:

{	"identifiers" : [	{"type": "EDI Interchange", "value": "tpediinter"}]}
Root Schema : IdentifiersRs
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : supported_identifiers_types
Type: array
Show Source
Nested Schema : IdentifierRs
Type: object
Show Source
Nested Schema : IdentifierSuggestions
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : IdentifiersRs
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : supported_identifiers_types
Type: array
Show Source
Nested Schema : IdentifierRs
Type: object
Show Source
Nested Schema : IdentifierSuggestions
Type: object
Show Source

201 Response

Successful operation

409 Response

Duplicate data error

412 Response

Pre condition failure

500 Response

Server error
Back to Top