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-07-03",
  "end_date": "2025-07-03"
}
{
  "id": "text",
  "name": "text",
  "start_date": "2025-07-03T07:19:53.225Z",
  "end_date": "2025-07-03T07:19:53.225Z"
}