Trading Partner REST Endpoints
B2B/Trading Partner
The operations from the B2B/Trading Partner category.
- Create a Trading Partner
- Method: postPath:
/ic/api/b2b/v1/tpm/partners - Create an Inbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs - Create an Outbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs - Create/Update B2B Identifiers
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers - Create/Update Host Profile
- Method: postPath:
/ic/api/b2b/v1/tpm/host - Create/Update Trading Partner Contacts
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/contacts - Delete a B2B Identifier
- Method: deletePath:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers/{identifierId} - Delete a Host Identifier
- Method: deletePath:
/ic/api/b2b/v1/tpm/host/{id} - Delete a Trading Partner
- Method: deletePath:
/ic/api/b2b/v1/tpm/partners/{tpId} - Delete an Inbound Agreement
- Method: deletePath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId} - Delete an Outbound Agreement
- Method: deletePath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId} - Deploy an Inbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}/deploy - Deploy an Outbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}/deploy - Export a Trading Partner
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/export - Import a Trading Partner
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/import - Retrieve a Trading Partner
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId} - Retrieve an Inbound Agreement
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId} - Retrieve an Outbound Agreement
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId} - Retrieve B2B Identifiers
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers - Retrieve Inbound Agreements
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs - Retrieve Outbound Agreements
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs - Retrieve the Host Profile
- Method: getPath:
/ic/api/b2b/v1/tpm/host - Retrieve Trading Partner Contact Details
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/contacts - Retrieve Trading Partners
- Method: getPath:
/ic/api/b2b/v1/tpm/partners - Undeploy an Inbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}/undeploy - Undeploy an Outbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}/undeploy - Update a Trading Partner
- Method: putPath:
/ic/api/b2b/v1/tpm/partners/{tpId} - Update an Inbound Agreement
- Method: putPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId} - Update an Outbound Agreement
- Method: putPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}