|
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"]
|
|
}
|
|
}
|