easy-addresses
Operations addressed under /easy-addresses — 2 operations.
aurax-bff-service-dynamic-get-easy-address-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-easy-address-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<EasyAddressDto>.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Status | — | int? | yes |
Type | — | int? | yes |
AccountId | — | Guid? | yes |
AddressTypeValue | — | string | no |
Description | — | string | no |
TransactionId | transactionid | string | no |
SystemReferenceNumber | — | string | no |
ChannelId | — | Guid? | yes |
Member names are the service's declaration names, except where a member states a wire name — there the wire name is the key to send.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-service-dynamic-get-easy-address-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-get-easy-address-list-by-customer-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-easy-address-list-by-customer-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<EasyAddressDto>.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Status | — | int? | yes |
Type | — | int? | yes |
AccountId | — | Guid? | yes |
AddressTypeValue | — | string | no |
Description | — | string | no |
TransactionId | transactionid | string | no |
SystemReferenceNumber | — | string | no |
ChannelId | — | Guid? | yes |
Member names are the service's declaration names, except where a member states a wire name — there the wire name is the key to send.
path Parameters
customerIdquery Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-easy-address-list-by-customer-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.