Entries

post
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer's id

userIdstring · objectidRequired

user's id

entryIdstring · objectidRequired
Responses
200Success

No content

post
/api/v1/public/customers/{customerId}/users/{userId}/entries/{entryId}/unrelease
200Success

No content

patch
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer's id

userIdstring · objectidRequired

user's id

entryIdstring · objectidRequired
Body
summarystringOptional

if set, will update entry's summary

unitIncrementCountAdjustmentsnumber · doubleOptional

sum of total unit increments from this entry's sources and adjustments

initiativeIdstring · objectidOptional

if set, will update entry's initiativeId

codeIdsstring · objectid[]Optional

if set, will update entry's codes

workDatestring · iso-dateOptional

the date this entry is released to

Example: 2022-08-12
Responses
200Success
application/json
patch
/api/v1/public/customers/{customerId}/users/{userId}/entries/{entryId}/override
200Success
delete
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer's id

userIdstring · objectidRequired

user's id

entryIdstring · objectidRequired
Responses
200Success
application/json
delete
/api/v1/public/customers/{customerId}/users/{userId}/entries/{entryId}
200Success
Deprecated
get
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

Query parameters
updatedAfterstring · iso-date-timeRequired

the date after which the Entry was updated

Example: 2022-08-12T20:44:48Z
updatedOnOrBeforestring · iso-date-timeRequired

the date on or before which the Entry was updated

Example: 2022-08-12T20:44:48Z
Responses
200Success
application/json
get
/api/v1/customers/{customerId}/entries
200Success
get
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

Query parameters
updatedAfterstring · iso-date-timeRequired

the date after which the Entry was updated

Example: 2022-08-12T20:44:48Z
updatedOnOrBeforestring · iso-date-timeRequired

the date on or before which the Entry was updated

Example: 2022-08-12T20:44:48Z
pageSizenumber · int64 · min: 1 · max: 100Optional

max number of item in each page

cursorstring · objectidOptional

cursor to start from

Responses
200Success
application/json
get
/api/v2/customers/{customerId}/entries
200Success
get
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

Query parameters
releasedAfterstring · iso-date-timeRequired

the date after which the Entry was released

Example: 2022-08-12T20:44:48Z
releasedOnOrBeforestring · iso-date-timeRequired

the date on or before which the Entry was released

Example: 2022-08-12T20:44:48Z
Responses
200Success
application/json
get
/api/v1/customers/{customerId}/entries/export
200Success
get
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

Query parameters
releasedAfterstring · iso-date-timeRequired

the date after which the Entry was released

Example: 2022-08-12T20:44:48Z
releasedOnOrBeforestring · iso-date-timeRequired

the date on or before which the Entry was released

Example: 2022-08-12T20:44:48Z
Responses
200Success

No content

get
/api/v2/customers/{customerId}/entries/export
200Success

No content

post
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer id

Body
Responses
post
/api/v1/customers/{customerId}/entries/release-succeeded/batch
207Success
post
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer's id

userIdstring · objectidRequired

user's id

entryIdstring · objectidRequired

individual entry id

Body
externalIdstringOptional

entry's external id from billing system

reReleaseFailedMessagesstring[]Optional

list of errors from re-release attempt

Responses
200Success

No content

post
/api/v1/customers/{customerId}/users/{userId}/entries/{entryId}/release-succeeded
200Success

No content

post
Authorizations
AuthorizationstringRequired

Enter access token

Path parameters
customerIdstring · objectidRequired

customer's id

userIdstring · objectidRequired

user's id

entryIdstring · objectidRequired

individual entry id

Body
errorsstring[]Required

list of errors

Responses
200Success

No content

post
/api/v1/customers/{customerId}/users/{userId}/entries/{entryId}/release-failed
200Success

No content

Last updated