DELETE /api/sales/resource-files/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
OK
{}
Arquivo PDF retornado
GET /api/sales/resource-files/{id} HTTP/1.1 Host: api.zydon.com.br Accept: */*
text
POST /api/sales/resource-files HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: multipart/form-data Accept: */* Content-Length: 20 { "files": [ "binary" ] }
Ok
{ "resourceFiles": [ { "id": "text", "fileName": "text" } ] }