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
/price-tables/{id}/copy
POST /api/sales/price-tables/{id}/copy HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 77

{
  "id": "text",
  "name": "text",
  "start_date": "2025-11-06",
  "end_date": "2025-11-06"
}
{
  "id": "text",
  "name": "text",
  "start_date": "2025-11-06T08:28:33.686Z",
  "end_date": "2025-11-06T08:28:33.686Z"
}