Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

ECHO OFF
ECHO Create new Billing code
ECHO curl -d "@billingcode.json" -H "Content-Type: application/json" -X POST http://localhost:8080/v1/seoc/createBillingCode
curl -d "@billingcode.json" -H "Content-Type: application/json" -X POST http://localhost:8080/v1/seoc/createBillingCode
PAUSE
ECHO Access the newly created billing code
ECHO curl -X GET -H "Content-type:application/json" http://localhost:8080/v1/lookup/billingcode/code10134
curl -X GET -H "Content-type:application/json" http://localhost:8080/v1/lookup/billingcode/code10134
PAUSE