CounterAdjustments
Create CounterAdjustment
Create a new CounterAdjustment for an Account using a Counter.
Notes:
- Use the new absolute value for the Counter for the selected date - if it was 15 and has increased to 20, enter 20; if it was 15 and has decreased to 10, enter 10. Do not enter the plus or minus value relative to the previous Counter value on the Account.
- CounterAdjustments on Accounts are supported down to a specific day of granularity - you cannot create more than one CounterAdjustment for any given day using the same Counter and you'll receive an error if you try to do this.
post/organizations/{orgId}/counteradjustments
Path parameters
orgIdstring required
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.
Request body
Example request
{
"date": "2022-01-04"
}Response
Returns the created CounterAdjustment
Changes
Changed in 1 of the 10 revisions of this API.2
- ▲
the response property
allOf[AbstractResponseWithAuditFields]/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
- ▲