customer-probability-defaults
Operations addressed under /customer-probability-defaults — 4 operations.
get-probability-default-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<CustomerProbabilityDefaultDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid? | yes |
CustomerId | Guid? | yes |
BasedValue | decimal | no |
ModelValue | decimal | no |
ModelScore | int | no |
ModelSegment | string | no |
QueryDateTime | DateTime? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-probability-default-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-probability-default
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 AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
create-probability-default › Request Body
basedValuecustomerIdmodelScoremodelSegmentmodelValuecreate-probability-default › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-probability-default-by-customer-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 IEnumerable<CustomerProbabilityDefaultDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid? | yes |
CustomerId | Guid? | yes |
BasedValue | decimal | no |
ModelValue | decimal | no |
ModelScore | int | no |
ModelSegment | string | no |
QueryDateTime | DateTime? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_RISKMNG_16 | 400 | PD_SEGMENT_ID_NOT_FOUND_FOR_THIS_CUSTOMER_ID | Pd segment cannot be found for this customer. customer:{0} |
path Parameters
customerIdget-probability-default-by-customer-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
get-probability-default-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 CustomerProbabilityDefaultDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid? | yes |
CustomerId | Guid? | yes |
BasedValue | decimal | no |
ModelValue | decimal | no |
ModelScore | int | no |
ModelSegment | string | no |
QueryDateTime | DateTime? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_RISKMNG_17 | 400 | PD_SEGMENT_ID_NOT_FOUND | Pd segment cannot be found. :{0} |
path Parameters
idget-probability-default-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.