Get protection information

Description Return all information about a brand protection. Parameters Responses URL Parameters {idBP} Brand protection

Create protection

Description Create a new brand protection. Parameters Responses ⚠️Important information Headers Authorization string The Autorization

Set to be renewed

StructOperationResponse brandProtectionSetPreference(string idSession, string IDBP, string codePref, string enable) Define the “to be renewed” information

Set auto renew

StructOperationResponse brandProtectionSetPreference(string idSession, string IDBP, string codePref, string enable) Enable or disable auto renew feature.

Delete protection

StructOperationResponse brandProtectionDelete(string $IDsession, string $id) Delete a brand protection. Parameters Responses PHP example REQUIRED idSession

Renew protection

StructOperationResponse brandProtectionRenew(string idSession, string id, int duration) Renew a brand protection for a new period.

Change owner of protection

StructOperationResponse brandProtectionTransferOwner(string idSession, string id, string idOwner) Request the transfer of the ownership to another

Transfer protection

StructOperationResponse brandProtectionTransfer(string idSession, string reg_id, string label, string prod, string authID, string idOwner) Request the

Get protection information

StructBrandProtectionInfo brandProtectionInfo(string IDSession, string IDBP) Return all information about a brand protection. Parameters Responses PHP