cashs
Operations addressed under /cashs — 14 operations.
get-cash-box-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CashBoxDto>.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Name | string | no |
IsActive | bool | no |
UserMaps | List<CashBoxAssignmentDto> (collection) | no |
CashBoxLedgers | List<CashBoxLedgerDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
codecurrencyIdorderByorderSortpageIndexpageSizeget-cash-box-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
codeidisActivenamecreate-cash-box
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_84 | 400 | CASH_ALSO_FOUND | Cash definition is also found. |
create-cash-box › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-cash-box-ledger-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CashBoxLedgerDto>.
| Field | Declared type | Nullable |
|---|---|---|
CashBoxId | Guid? | yes |
LedgerCode | string | no |
CurrencyId | int? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-cash-box-ledger-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
cashBoxIdcurrencyIdidledgerCodeget-cash-user-map-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CashBoxAssignmentDto>.
| Field | Declared type | Nullable |
|---|---|---|
CashBoxId | Guid | no |
OrganizationId | Guid | no |
UserId | Guid? | yes |
AssignDate | DateOnly? | yes |
ReleaseDate | DateOnly? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-cash-user-map-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
assignDatecashBoxIdidorganizationIdreleaseDateuserIdupdate-cash-box
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_85 | 400 | CASH_NOT_FOUND | Cash definition is not found. |
path Parameters
idupdate-cash-box › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-cash-box
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_85 | 400 | CASH_NOT_FOUND | Cash definition is not found. |
path Parameters
iddelete-cash-box › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
create-cash-box-ledger
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_85 | 400 | CASH_NOT_FOUND | Cash definition is not found. |
ERR_ACCNT_89 | 400 | LEDGER_ALREADY_EXIST | Cash ledger also found. |
path Parameters
idcreate-cash-box-ledger › Request Body
currencyIdledgerCodecreate-cash-box-ledger › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-cash-box-ledger-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CashBoxLedgerDto.
| Field | Declared type | Nullable |
|---|---|---|
CashBoxId | Guid? | yes |
LedgerCode | string | no |
CurrencyId | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_85 | 400 | CASH_NOT_FOUND | Cash definition is not found. |
ERR_ACCNT_90 | 400 | LEDGER_NOT_FOUND | Cash Ledger is not found. |
path Parameters
idcashLedgerIdget-cash-box-ledger-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
cashBoxIdcurrencyIdidledgerCodeupdate-cash-box-ledger
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_85 | 400 | CASH_NOT_FOUND | Cash definition is not found. |
ERR_ACCNT_89 | 400 | LEDGER_ALREADY_EXIST | Cash ledger also found. |
ERR_ACCNT_90 | 400 | LEDGER_NOT_FOUND | Cash Ledger is not found. |
path Parameters
idcashLedgerIdupdate-cash-box-ledger › Request Body
currencyIdledgerCodeupdate-cash-box-ledger › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-cash-box-ledger
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_85 | 400 | CASH_NOT_FOUND | Cash definition is not found. |
ERR_ACCNT_90 | 400 | LEDGER_NOT_FOUND | Cash Ledger is not found. |
path Parameters
idcashLedgerIddelete-cash-box-ledger › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
create-cash-box-user-map
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_85 | 400 | CASH_NOT_FOUND | Cash definition is not found. |
ERR_ACCNT_86 | 400 | CASH_USER_MAP_ALREADY_EXIST | Cash User Map also found |
path Parameters
idcreate-cash-box-user-map › Request Body
assignDateorganizationIduserIdcreate-cash-box-user-map › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-cash-user-map-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CashBoxAssignmentDto.
| Field | Declared type | Nullable |
|---|---|---|
CashBoxId | Guid | no |
OrganizationId | Guid | no |
UserId | Guid? | yes |
AssignDate | DateOnly? | yes |
ReleaseDate | DateOnly? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_85 | 400 | CASH_NOT_FOUND | Cash definition is not found. |
ERR_ACCNT_87 | 400 | CASH_USER_MAP_NOT_FOUND | Cash User Map not found. |
path Parameters
idcashAccountUserMapIdget-cash-user-map-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
assignDatecashBoxIdidorganizationIdreleaseDateuserIdupdate-cash-box-user-map
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_85 | 400 | CASH_NOT_FOUND | Cash definition is not found. |
ERR_ACCNT_87 | 400 | CASH_USER_MAP_NOT_FOUND | Cash User Map not found. |
path Parameters
idcashAccountUserMapIdupdate-cash-box-user-map › Request Body
assignDateorganizationIdreleaseDateuserIdupdate-cash-box-user-map › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-cash-box-user-map
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_85 | 400 | CASH_NOT_FOUND | Cash definition is not found. |
ERR_ACCNT_87 | 400 | CASH_USER_MAP_NOT_FOUND | Cash User Map not found. |
path Parameters
idcashAccountUserMapIddelete-cash-box-user-map › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.