hdpos/bruno/chatrct/RctForceCache.bru

25 lines
279 B
Plaintext

meta {
name: RctForceCache
type: http
seq: 6
}
put {
url: {{host}}/hdpos/api/chatrct/rct/forceCache
body: json
auth: none
}
body:json {
{
"itemId": "XY10000",
"comment": "Test FRED"
}
}
body:form-urlencoded {
itemId: 9999999
comment: test
}