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
                - application/json
 
Path Parameters
                - 
                    tpId(required): string
                    
                    Trading partner ID.
 
Update b2b identifier request details.
Example:
{	"identifiers" : [	{"type": "EDI Interchange", "value": "tpediinter"}]}Response
Supported Media Types
                - application/json
 
200 Response
successful operation
                
                
                    201 Response
Successful operation
                
                
                409 Response
Duplicate data error
                
                
                412 Response
Pre condition failure
                
                
                500 Response
Server error