Stamps
ch:stamps
LINK RELATION
This link relation may contain multiple links.
Actions
method | description |
---|---|
PUT | Add a stamp |
DELETE | Remove a stamp |
OPTIONS | Retrieve supported HTTP methods |
Request parameters
No request parameters.
About
See Stamps for more about how Stamps work.
Example representation
...
"ch:stamps": [
{
"href": "https://merchant.test.clearhaus.com/applications/ef7c6a50-65d7-47dd-baa6-b7f836d540b1/stamps/submitted",
"name": "submitted"
},
{
"href": "https://merchant.test.clearhaus.com/applications/ef7c6a50-65d7-47dd-baa6-b7f836d540b1/stamps/archived",
"name": "archived"
}
],
...