Mark Ramp objects as synced
POST
/api/v1/ramp/accounting/mark-synced
Notify Ramp that objects have been synced to DayZero. Supports all sync types.
Authentication
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
Request body
Schema: RampMarkSyncedRequest
-
sync_typestring required -
TRANSACTION_SYNC, REIMBURSEMENT_SYNC, BILL_SYNC, BILL_PAYMENT_SYNC, TRANSFER_SYNC, STATEMENT_CREDIT_SYNC
-
object_idsarray · string required
Responses
400 Bad Request - Invalid input
401 Unauthorized - Authentication required
403 Forbidden - Insufficient permissions
422 Validation Error
Schema: HTTPValidationError
-
detailarray · ValidationError ValidationError -
5 fields
-
locarray · string | integer required -
msgstring required -
typestring required -
inputobject -
ctxobject
-