User Tools

Site Tools


getcancellingreason

This is an old revision of the document!


/pwg/getcancellingreason

Returns the list of available courses

Function: getcancellingreason

parameters: no parameters required

Example: https://backend.prowaregolf.nl/api/getcancellingreason/key/<your authrisation code here>

result:

{
 "getcancellingreason":[
  {
   "cancelreasonid":"1",
   "description":"Ziek"
  },
  {
   "cancelreasonid":"2",
   "description":"Verkeer"
  },
  {
   "cancelreasonid":"3",
   "description":"Werk"
  },
  {
   "cancelreasonid":"9",
   "description":"Overig"
  }
 ]
}
getcancellingreason.1445418948.txt.gz · Last modified: 2015/10/21 10:15 (external edit)