validations
Operations addressed under /validations — 5 operations.
get-validation-definition-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<ValidationDefinitionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
FormulaId | Guid | no |
LocalizationCode | string | no |
IsRequestStop | bool? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-validation-definition-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.
formulaIdidisRequestStoplocalizationCodenamecreate-validation-definition
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_CORE_101 | 400 | THERE_IS_ALREADY_A_VALIDATION_WITH_THIS_NAME | There is already a validation with this code. |
ERR_CORE_70 | 400 | FORMULA_DEFINITION_ID_IS_NOT_FOUND | Formula cannot be found. |
create-validation-definition › Request Body
nameformulaIdisRequestStoplocalizationCodecreate-validation-definition › 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.
idget-validation-definition-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 ValidationDefinitionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
FormulaId | Guid | no |
LocalizationCode | string | no |
IsRequestStop | bool? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_102 | 400 | VALIDATION_ID_NOT_FOUND | Validation cannot be found. |
path Parameters
idget-validation-definition-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.
formulaIdidisRequestStoplocalizationCodenameupdate-validation-definition
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_CORE_102 | 400 | VALIDATION_ID_NOT_FOUND | Validation cannot be found. |
ERR_CORE_154 | 400 | SERVICE_HAS_MULTIPLE_SAME_FORMULA_ERROR | Same formula in use under the service definition. |
ERR_CORE_70 | 400 | FORMULA_DEFINITION_ID_IS_NOT_FOUND | Formula cannot be found. |
path Parameters
idupdate-validation-definition › Request Body
nameformulaIdisRequestStoplocalizationCodeupdate-validation-definition › 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-validation-definition
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_CORE_102 | 400 | VALIDATION_ID_NOT_FOUND | Validation cannot be found. |
path Parameters
iddelete-validation-definition › 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.