moved-easy-address-transactions
Operations addressed under /moved-easy-address-transactions — 2 operations.
create-moved-easy-address-transaction
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.
create-moved-easy-address-transaction › Request Body
errorMessageprocessDatestatusPermitted values — validated against the moved_easy_address_transaction_status parameter.
| Value | Meaning |
|---|---|
1 | Success |
2 | Fail |
Permitted values — validated against the status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
0 | Pending | no label seeded |
1 | Done | no label seeded |
2 | Cancel | no label seeded |
3 | Write | no label seeded |
create-moved-easy-address-transaction › 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-last-success-moved-easy-address-transaction
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 MovedEasyAddressTransactionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Status | int? | yes |
ProcessDate | DateTime? | yes |
ErrorMessage | string | no |
Member names are the service's declaration names.
get-last-success-moved-easy-address-transaction › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.