Koha/api/v1/swagger/definitions/edifact_file.yaml
Katrin Fischer 8b44fb4d18
Bug 30070: EDIFACT and ID are abbreviations
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-01-17 11:38:59 +01:00

58 lines
1,018 B
YAML

---
type: object
properties:
id:
type: integer
description: internally assigned EDIFACT file identifier
readOnly: true
type:
type:
- string
description: EDIFACT file type
transfer_date:
type:
- string
- "null"
format: date
description: EDIFACT file transfer date
vendor_id:
type:
- string
- "null"
description: Koha vendor ID
vendor:
type:
- object
- "null"
description: Koha vendor
edi_acct:
type:
- string
- "null"
description: EDIFACT account
status:
type:
- string
- "null"
description: EDIFACT file status
basket_id:
type:
- string
- "null"
description: Koha basket ID
basket:
type:
- object
- "null"
description: Koha basket
raw_msg:
type:
- string
- "null"
description: EDIFACT message
filename:
type:
- string
- "null"
description: EDIFACT file name
additionalProperties: false