The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /service/QuerySwatches HTTP/1.1
Host: www.bernhardt.com
Accept: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Length: length
{"search":"String","id":"String","skip":0,"take":0,"orderBy":"String","orderByDesc":"String","include":"String","fields":"String","meta":{"String":"String"}}
HTTP/1.1 200 OK
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Length: length
{"offset":0,"total":0,"results":[{"id":"String","swatchAltID1":"String","swatchAltID2":"String","status":"String","appStatus":"String","grade":"String","color":"String","type":"String","uom":"String","qtyAvailable":0,"available":"0001-01-01T00:00:00.0000000Z","discontinued":"0001-01-01T00:00:00.0000000Z","salesPrice":0,"introDate":"String","custom2":"String","custom3":"String","vendorId":"String","description":"String","content":"String","scotchGuard":false,"verticalRepeat":"String","horizontalRepeat":"String","meta":{"String":"String"},"tags":{"String":["String"]}}],"meta":{"String":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}