forked from sourceopen7/billing
-
Notifications
You must be signed in to change notification settings - Fork 14
Web Data Billing ReST Capabilities
Vikas Bodani edited this page Jul 10, 2021
·
4 revisions
Web Data Billing - ReST Capabilities (API Documentation)
Supported ReST URL Combinations of type:
GET is used to retrieve records, for e.g. the below API returns with full details for customer record ID = 2
/customer/2
PUT is used to update a record. For e.g. the below API will update the Customer having ID = 2
/customer/2/edit
POST method is used to create a new record. The below call will always be used to create a new Customer with the supplied payload.
/customer/edit
DELETE is used to delete an existing record.
/customer/2
The above capabilities are supported for following resources:
- Customer
- Partner/Agent
- Product
- Discount
- Order
- Payment
- Invoice
- Account Type
- Meta Fields/Groups
- Order Status
- Payment Method
- Order Period
- Order Change
- Users
Thank you!
From: Web Data Technologies LLP. For World Class jBilling Support contact us here: [jBilling Support](mailto: support@webdataconsulting.in)
[User Guides](User Guides)