The Purchase Order Management API enables developers to build apps and integrations for managing your DecoNetwork purchase orders.
The Purchase Order Management API service provides the following functionality:
- Retrieve a list of purchase orders in your DecoNetwork site based on your search parameters.
The Purchase Order Management API app not only gives you access to the API. It also demonstrates the supported functionality through an API console to make it easier for developers to learn how to use the Purchase Order Management API. The console provides a GUI that enables a developer to interact with the API to see the response with live API calls. Using this API console, a developer can:
- See what information is required and what parameters are needed in their API queries
- Test queries and view results in the browser
Prerequisites
- You must be on the Enterprise plan to use this feature
- You must have administrator access to enable and connect to the API
- You must have programming experience
To search for Purchase Orders:
- Log into your DecoNetwork website.
- Browse to Admin > Reports > PO Management Api.
- Set your search criteria and enter your credentials.
- Field: Specify the field you want to search by. Options are:
- Date Raised: the date the purchase order was created.
- Delivery Date: the expected delivery date of the purchase order.
- Date Modified: the date on which the purchase order was last modified.
- Purchase Order Number: the unique identification number of the purchase order.
- Status: the status of the purchase order.
- Condition: the condition to filter the results by. Options are:
- ==: equal to
- !=: not equal to
- <: less than
- >: greater than
- <=: less than or equal to
- >=: greater than or equal to
- Between: between the values of
- Date 1: the date to filter results by. Used if the Field option selected is a date.
- String: the value to filter results by. Used if the Field option selected is "Purchase Order Number" or "Status".
- Limit: limit the number of search results returned. The maximum limit is 100.
- Offset: used to paginate results. (For example, if you want to retrieve records 50 through to 75, you would set Limit to 25 and set Offset to 50).
- Sort By: the field to sort the search results by. Options are:
- Date Raised: the date the purchase order was created.
- Delivery Date: the expected delivery date of the purchase order.
- Date Modified: the date on which the purchase order was last modified.
- Purchase Order Number: the unique identification number of the purchase order.
- Status: the status of the purchase order.
- Username: the username of the account to use when connecting to the API.
- Password: the password of the account to use when connecting to the API.
- Field: Specify the field you want to search by. Options are:
- Click Search.
Comments
0 comments
Please sign in to leave a comment.