export default(req, res) =>{ res.statusCode= 200; res.json( { "@odata.context": "https://devcrm2016.llcdt.gov.wales/DVPINS/api/data/v8.2/$metadata#systemforms(formid,name,formxml)", "@odata.count": 1, "value": [ { "@odata.etag": "W/\"741574\"", "formid": "bb043f1b-ad18-41d0-9eaa-f0e561cb3948", "name": "Information", "formxml": "
", "objecttypecode": "pinswg_harbourrevisionorder", "type": 2 } ] } ) };