swift-mts
Operations addressed under /swift-mts — 3 operations.
get-swift-mTSchema-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<SwiftMTSchemaDto>.
| Field | Declared type | Nullable |
|---|---|---|
MessageType | string | no |
MessageName | string | no |
Description | string | no |
Status | string | no |
SchemaProperties | string | no |
Fields | List<SwiftMTFieldDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-swift-mTSchema-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-swift-mTSchema
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-swift-mTSchema › Request Body
descriptionmessageTypeschemaPropertiesstatuscreate-swift-mTSchema › 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-swift-mTSchema-by-message-type
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 SwiftMTSchemaDto.
| Field | Declared type | Nullable |
|---|---|---|
MessageType | string | no |
MessageName | string | no |
Description | string | no |
Status | string | no |
SchemaProperties | string | no |
Fields | List<SwiftMTFieldDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
messageTypeget-swift-mTSchema-by-message-type › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.