DELETE /api/sales/categories/{category}/specification/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
Specification removed successfully
{ "id": "text" }
GET /api/sales/categories/{category}/specification HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
OK
{ "id": "text", "category_id": "text", "name": "text", "type": "text", "values": [ "text" ], "is_searchable": true }
GET /api/sales/categories/{category}/specification/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
{ "id": "text", "category_id": "text", "name": "text", "type": "text", "values": [ "text" ], "group": "text", "is_searchable": true }
PUT /api/sales/categories/{category}/specification/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 95 { "id": "text", "name": "text", "type": "text", "values": [ "text" ], "group": "text", "is_searchable": true }
Specification updated successfully
POST /api/sales/categories/{category}/specification HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 95 { "id": "text", "name": "text", "type": "text", "values": [ "text" ], "group": "text", "is_searchable": true }
Specification created successfully