salix/api/Api/Warehouse/saleTrackingDel OK.bru

23 lines
285 B
Plaintext

meta {
name: saleTrackingDel OK
type: http
seq: 10
}
post {
url: http://localhost:3000/api/SaleTrackings/delete
body: json
auth: none
}
headers {
Authorization: DEFAULT_TOKEN
}
body:json {
{
"saleFk": 1,
"stateCodes": ["PREPARED", "OK", "CHECKED"]
}
}