27 lines
266 B
Plaintext
27 lines
266 B
Plaintext
meta {
|
|
name: /api/suppliers/merge
|
|
type: http
|
|
seq: 13
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/api/suppliers/merge
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"ids": [ 105, 203 ]
|
|
}
|
|
}
|
|
|
|
body:multipart-form {
|
|
ids: [
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|