Copy

Clone an existing price table

post
Autorizações
Parâmetros de rota
idstringObrigatório
Corpo
idstringOpcional
namestringOpcional
start_datestring · dateOpcional
end_datestring · dateOpcional
Respostas
200

OK

application/json
post
POST /api/sales/price-tables/{id}/copy HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 77

{
  "id": "text",
  "name": "text",
  "start_date": "2025-08-29",
  "end_date": "2025-08-29"
}
{
  "id": "text",
  "name": "text",
  "start_date": "2025-08-29T23:35:18.006Z",
  "end_date": "2025-08-29T23:35:18.006Z"
}