Create Fixed Asset
Core Accounting
Create Fixed Asset
Wraps CreateModelMixin.create (or any method named create) with
Idempotency-Key handling.
Place this mixin before the view’s other base classes so its create
overrides the inherited one::
class JournalEntryListCreate( IdempotentCreateMixin, HistoryFilteringMixin, ListCreateAPIView, ): …
POST
Create Fixed Asset
Authorizations
Token-based authentication with required prefix "Token"
Body
Maximum string length:
250Maximum string length:
3Required range:
-1000000000000000000 < x < 1000000000000000000Required range:
-1000000000000000000 < x < 1000000000000000000ACTIVE- ActivePAUSED- PausedDEPRECIATED- DepreciatedDISPOSED- Disposed
Available options:
ACTIVE, PAUSED, DEPRECIATED, DISPOSED Required range:
-9223372036854776000 <= x <= 9223372036854776000Required range:
-9223372036854776000 <= x <= 9223372036854776000Required range:
-100000000000000 < x < 100000000000000Required range:
-100000000000000 < x < 100000000000000Required range:
-2147483648 <= x <= 2147483647Response
201 - application/json
Maximum string length:
250Maximum string length:
3Required range:
-1000000000000000000 < x < 1000000000000000000Required range:
-1000000000000000000 < x < 1000000000000000000ACTIVE- ActivePAUSED- PausedDEPRECIATED- DepreciatedDISPOSED- Disposed
Available options:
ACTIVE, PAUSED, DEPRECIATED, DISPOSED Required range:
-9223372036854776000 <= x <= 9223372036854776000Required range:
-9223372036854776000 <= x <= 9223372036854776000Required range:
-100000000000000 < x < 100000000000000Required range:
-100000000000000 < x < 100000000000000Required range:
-2147483648 <= x <= 2147483647