Update Account
PUT
{{yourAccountUrl}}/api/3/accounts/:id
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
RESPONSES
status
curl -X PUT '/api/3/accounts/:id' -d '{"account":{"name":"Exmaple Account","accountUrl":"https://www.example.com","fields":[{"customFieldId":9,"fieldValue":"500-1000"},{"customFieldId":20,"fieldValue":1234,"fieldCurrency":"GBP"}]}}'