corporate-scores
Operations addressed under /corporate-scores — 5 operations.
aurax-bff-redirect-get-corporate-score-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-corporate-score-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<CorporateScoreDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
ScoreType | int? | yes |
ScoreDate | DateOnly? | yes |
Score | int? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-corporate-score-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Response records carried by this page.
totalTotal matching records, ignoring paging.
aurax-bff-redirect-create-corporate-score
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target create-corporate-score; this entry declares none of its own.
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.
aurax-bff-redirect-create-corporate-score › Request Body
customerIdscorescoreDatescoreTypeaurax-bff-redirect-create-corporate-score › 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.
aurax-bff-redirect-get-corporate-score-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-corporate-score-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as CorporateScoreDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
ScoreType | int? | yes |
ScoreDate | DateOnly? | yes |
Score | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_66 | 400 | CORPORATE_SCORE_NOT_FOUND | Corporate score not found for the given ID: {0}. |
path Parameters
idaurax-bff-redirect-get-corporate-score-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.
customerIdidscorescoreDatescoreTypeaurax-bff-redirect-update-corporate-score
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target update-corporate-score; this entry declares none of its own.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_66 | 400 | CORPORATE_SCORE_NOT_FOUND | Corporate score not found for the given ID: {0}. |
path Parameters
idaurax-bff-redirect-update-corporate-score › Request Body
customerIdscorescoreDatescoreTypeaurax-bff-redirect-update-corporate-score › 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.
aurax-bff-redirect-delete-corporate-score
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target delete-corporate-score; this entry declares none of its own.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ALLTMNT_66 | 400 | CORPORATE_SCORE_NOT_FOUND | Corporate score not found for the given ID: {0}. |
path Parameters
idaurax-bff-redirect-delete-corporate-score › 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.