PHP Classes

File: tests/functional/001_records/080_add_barcode_with_ip_address.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/001_records/080_add_barcode_with_ip_address.log   Download  
File: tests/functional/001_records/080_add_barcode_with_ip_address.log
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API
Provide API to manipulate database table records
Author: By
Last change:
Date: 3 years ago
Size: 707 bytes
 

Contents

Class file image Download
=== POST /records/barcodes {"product_id":1,"hex":"","bin":""} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 2 === GET /records/barcodes/2 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 64 {"id":2,"product_id":1,"hex":"","bin":"","ip_address":"TEST_IP"} === PUT /records/barcodes/2 {"ip_address":"FAKE_IP"} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 0 === GET /records/barcodes/2 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 64 {"id":2,"product_id":1,"hex":"","bin":"","ip_address":"TEST_IP"} === DELETE /records/barcodes/2 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 1