import-lc-document-goods-details
Operations addressed under /import-lc-document-goods-details — 5 operations.
get-import-lCDocument-goods-detail-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<ImportLCDocumentGoodsDetailDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
GoodsName | string | no |
Quantity | double? | yes |
Unit | string | no |
UnitPrice | decimal? | yes |
CurrencyCode | string | no |
TotalValueOfGoods | string | no |
MT700Message45ADetail | string | no |
CurrentStatusOf45ADetail | string | no |
ImportLCDocumentId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-import-lCDocument-goods-detail-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-import-lCDocument-goods-detail
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-import-lCDocument-goods-detail › Request Body
currencyCodecurrentStatusOf45ADetailgoodsNameimportLCDocumentIdmT700Message45ADetailquantitytotalValueOfGoodsunitunitPricecreate-import-lCDocument-goods-detail › 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-import-lCDocument-goods-detail-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 ImportLCDocumentGoodsDetailDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
GoodsName | string | no |
Quantity | double? | yes |
Unit | string | no |
UnitPrice | decimal? | yes |
CurrencyCode | string | no |
TotalValueOfGoods | string | no |
MT700Message45ADetail | string | no |
CurrentStatusOf45ADetail | string | no |
ImportLCDocumentId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_FRGN_TRD_56 | 400 | IMPORT_LC_DOCUMENT_GOODS_DETAIL_NOT_FOUND |
path Parameters
idget-import-lCDocument-goods-detail-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-import-lCDocument-goods-detail
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 |
|---|---|---|
ERR_FRGN_TRD_56 | 400 | IMPORT_LC_DOCUMENT_GOODS_DETAIL_NOT_FOUND |
path Parameters
idupdate-import-lCDocument-goods-detail › Request Body
currencyCodecurrentStatusOf45ADetailgoodsNameimportLCDocumentIdmT700Message45ADetailquantitytotalValueOfGoodsunitunitPriceupdate-import-lCDocument-goods-detail › 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-import-lCDocument-goods-detail
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 |
|---|---|---|
ERR_FRGN_TRD_56 | 400 | IMPORT_LC_DOCUMENT_GOODS_DETAIL_NOT_FOUND |
path Parameters
iddelete-import-lCDocument-goods-detail › 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.