Create tagging
Use this endpoint to create a new association between a tag and a particular transaction, according to their unique GUIDs.
POST
/users/{user_guid}/taggings
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Request Body
Tagging object to be created with required parameters (tag_guid and transaction_guid)
| Field | Required | Type |
|---|---|---|
tagging | Required | Object |
Loading...