DELETE /api/sales/products/{product_id}/specification/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
Specification removed successfully
{ "id": "text" }
""
0
25
asc
GET /api/sales/products/{product_id}/specification HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
OK
{ "id": "text", "product_id": "text", "specification_id": "text", "specification_values": [ "text" ] }
GET /api/sales/products/{product_id}/specification/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
PUT /api/sales/products/{product_id}/specification/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 79 { "product_id": "text", "specification_id": "text", "specification_values": [ "text" ] }
Specification updated successfully
POST /api/sales/products/{product_id}/specification HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 71 { "id": "text", "specification_id": "text", "specification_values": [ "text" ] }
Specification created successfully