Organisation

GET api/v2/Organisation/{Slug}/organisation/GetOrganisationDefaults

Description: Returns the organisation defaults Example: https://api.totalsynergy.com/api/v2/Organisation/testOrg/organisation/GetOrganisationDefaults Response:

{
  "projectStatus": {
    "value": 1781,
    "text": "Proposal",
    "selected": false,
    "isGroup": false,
    "group": null
  },
  "feeType": {
    "value": 20,
    "text": "Hourly rates",
    "selected": false,
    "isGroup": false,
    "group": null
  }
}
                        

Try it out

Loading...
200
        {Response body}
			
Method
GET
Request Headers
'Content-Type': 'application/json' token
URL
http://some url here.com