Add tags to a recordCopy Pagepost https://api.prahsys.com/yments/n1/organization/{organizationId}/tags/{modelType}/{modelId}Attach one or more tags to a record. Tags can optionally be categorized by type.Path ParamsorganizationIdstringrequiredThe organization ID (merchant or channel partner)modelTypestringrequiredThe type of record (e.g., merchant, payment, customer)modelIdstringrequiredThe ID of the recordBody Paramstagsarray of stringsrequiredArray of tag names to addtags*ADD stringtypestringOptional tag type for categorization (e.g., workflow, priority)HeadersX-Prahsys-VersionstringResponses 200Tags added successfully (Tags Added Example) 400Validation error response (Validation Error Example) 401Authorization error response (Unauthorized Example) 403Access denied response (Access Denied Example) 500Error response (Server Error Example)Updated about 1 month ago