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-06-30",
  "end_date": "2025-06-30"
}
{
  "id": "text",
  "name": "text",
  "start_date": "2025-06-30T18:34:55.247Z",
  "end_date": "2025-06-30T18:34:55.247Z"
}