Labels
Create a label ledger entry
Create a new entry on a Label Ledger. The amount tied to a Label cannot go negative, therefore if the amount of the label ledger entry exceeds the current amount tied to a Label then a validation error will be returned.
POST
cURL
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Available options:
application/vnd.dwolla.v1.hal+json
Path Parameters
The Id of the Label to update.
Body
application/json
Parameters to create a label ledger entry
The body is of type object
.
Response
201
created
cURL