put https://api.reepay.com/v1/organisation
Log in to see full request history
Update organisation.
Responses
Update organisation.
xxxxxxxxxx
curl --request PUT \
--url https://api.reepay.com/v1/organisation \
--header 'accept: application/json' \
--header 'content-type: */*'
xxxxxxxxxx
13{
"subdomain": "mycompany",
"name": "My Company",
"partner": "string",
"source": "string",
"id": "dafba2016614418f969fa5697383e47c",
"state": "signup",
"privileges": [
"string"
],
"created": "2015-04-04T12:40:56.656Z",
"live_date": "2015-04-04T12:40:56.656Z"
}