↧
PHP Example
This is a very basic example of how to get customer data from the WorkingPoint API using PHP. In this example ...
View ArticleContact Model
Attributes: "company_handle": string "billing_address": { "address": { ...
View ArticleItem Model
Attributes: "price": int "name": string "kind": string "created_at": dateti...
View ArticleBill Model
Attributes: "handle": string "created_at": datetime "paid_amount": int "upd...
View ArticleInvoice Model
Attributes: "shipping_date": datetime, "handle": string "number": string "shi...
View ArticleIntroduction
The WorkingPoint API is a JSON REST API built on top of Ruby on Rails. We intent to allow access to as many da...
View Article