Update Account
Update the Account with the given Account UUID.
Note: If you have created Custom Fields for an Account, when you use this endpoint to update the Account, use the customFields parameter to preserve those Custom Fields. If you omit them from the update request, they will be lost.
Path parameters
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.
The UUID of the Account to update.
Request body
Example request
{
"currency": "USD"
}Response
Returns the updated Account
Example response
{
"currency": "USD"
}Changes
Changed in 2 of the 10 revisions of this API.31
- ▲
the response property
allOf[AbstractResponseWithCustomFields]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
allOf[AbstractRequestWithCustomFields]/allOf[subschema #2]/customFieldsrequest property type/format changed from/toobject/request-property-type-changed
- ●
removed
subschema #1subschema #2from theallOf[AbstractRequestWithCustomFields]/allOf[subschema #2]/customFieldsrequest propertyallOflistrequest-property-all-of-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲