Data Source: COA Hub
Service
ContractContracts:
COAValidator_v1.xlsx
COAValidator_v2.xlsx
For XML Parsing please see these notes: XML Parsing
Restful Service Implementation
...
- Representational State Transfer (REST) (** Preferred Option **)
- REST permits many different data formats. Formats supported will include XML or JSON.
- Additional information as to the use of REST services include
- REST allows better support for browser clients due to it’s support for JSON.
- REST has better performance and scalability.
- REST reads can be cached, SOAP based reads cannot be cached.
URL Test v1 URL Test v2 | https://gw-tst.its.yale.edu/rest/coavalidator https://gw-tst.its.yale.edu/soa-gateway/rest/v2/coavalidator |
URL Production v1 URL Production v2 | |
Methods | GET |
QueryString | Transaction_Date= Company_code= Grant_code= Gift_code= Yale_Designated_code= Cost_Center_code= Program_code= Project_code= Assignee_code= Location_code= Revenue_Category_code= Spend_Category_code= Ledger_Account_code= |
Returns | XML (JSON – **Work in progress) |
...