Create/Update Host Profile

post

/ic/api/b2b/v1/tpm/host

Add new or update existing host identifier with the specified host company name.

Request

Supported Media Types
Body ()

Update host profile.

Example:

{	"identifiers" : [	{"type": "EDI Group ID", "value": "hostEdiGrp"}], "name": "My Company"}
Root Schema : HostIdentifiersRs
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : supported_identifiers_types
Type: array
Show Source
Nested Schema : HostIdentifierRs
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 : HostIdentifierRs
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