edifact.d03a.supplychain.mDMSTAT
Modules
edifact.d03a.supplychain.mDMSTAT
edifact.d03a.supplychain.mDOCADVedifact.d03a.supplychain.mDOCAMAedifact.d03a.supplychain.mDOCAMIedifact.d03a.supplychain.mDOCAMRedifact.d03a.supplychain.mDOCAPPedifact.d03a.supplychain.mDOCAREedifact.d03a.supplychain.mDOCINFedifact.d03a.supplychain.mICSOLIedifact.d03a.supplychain.mIFTICLedifact.d03a.supplychain.mIFTSTQedifact.d03a.supplychain.mINVRPTedifact.d03a.supplychain.mORDCHGedifact.d03a.supplychain.mORDERSedifact.d03a.supplychain.mORDRSPedifact.d03a.supplychain.mOSTENQedifact.d03a.supplychain.mOSTRPTedifact.d03a.supplychain.mPARTINedifact.d03a.supplychain.mRECADVedifact.d03a.supplychain.mRECECOedifact.d03a.supplychain.mSTLRPTedifact.d03a.supplychain.mSUPCOTedifact.d03a.supplychain.mSUPMANedifact.d03a.supplychain.mSUPRESModule edifact.d03a.supplychain.mDMSTAT
API
Definitions
ballerinax/edifact.d03a.supplychain.mDMSTAT Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_DMSTAT_DMSTAT|errorConvert EDI string to Ballerina EDI_DMSTAT_DMSTAT record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_DMSTAT_DMSTAT|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_DMSTAT_DMSTAT|errorConvert EDI string to Ballerina EDI_DMSTAT_DMSTAT record with schema.
Return Type
- EDI_DMSTAT_DMSTAT|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_DMSTAT_DMSTATHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_DMSTAT_DMSTATHeaders|error - Parsed EDI_DMSTAT_DMSTATHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_DMSTAT_DMSTATInterchange|errorParse the full envelope hierarchy from the given EDI string. A malformed transaction body becomes an error in that transaction's body field.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_DMSTAT_DMSTATInterchange|error - Parsed EDI_DMSTAT_DMSTATInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_DMSTAT_DMSTATInterchange msg) returns string|errorSerialise a EDI_DMSTAT_DMSTATInterchange into EDI text; the inverse of interchangeFromEdiString. A transaction whose body is an error is refused — filter or replace it before calling.
Parameters
- msg EDI_DMSTAT_DMSTATInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_DMSTAT_DMSTAT data) returns string|errorConvert Ballerina EDI_DMSTAT_DMSTAT record to EDI string.
Parameters
- data EDI_DMSTAT_DMSTAT - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_DMSTAT_DMSTAT data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_DMSTAT_DMSTAT record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_DMSTAT_DMSTAT record.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - Ballerina record or error
transformHeadersFromEdiString
Convert EDI string to the envelope headers of EDI_DMSTAT_DMSTAT. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_DMSTAT_DMSTATHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_DMSTAT_DMSTATInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_DMSTAT_DMSTATInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_DMSTAT_DMSTATInterchange record to EDI string.
Parameters
- content any - EDI_DMSTAT_DMSTATInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_DMSTAT_DMSTAT record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.supplychain.mDMSTAT: Beginning_of_message_Type
Fields
- code string(default "BGM") -
- DOCUMENT_MESSAGE_NAME? DOCUMENT_MESSAGE_NAME_GType? -
- DOCUMENT_MESSAGE_IDENTIFICATION? DOCUMENT_MESSAGE_IDENTIFICATION_GType? -
- MESSAGE_FUNCTION_CODE? string -
- RESPONSE_TYPE_CODE? string -
edifact.d03a.supplychain.mDMSTAT: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.supplychain.mDMSTAT: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.supplychain.mDMSTAT: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.supplychain.mDMSTAT: DATE_TIME_PERIOD_GType
Fields
- Date_or_time_or_period? string -
- Date_or_time_or_period_text? string -
- Date_or_time_or_period_format_code? string -
edifact.d03a.supplychain.mDMSTAT: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.supplychain.mDMSTAT: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.supplychain.mDMSTAT: DOCUMENT_MESSAGE_NAME_GType
Fields
- Document_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Document_name? string -
edifact.d03a.supplychain.mDMSTAT: EDI_DMSTAT_DMSTAT
Fields
- Beginning_of_message Beginning_of_message_Type -
- Date_time_period Date_time_period_Type -
- group_1 Group_1_GType[](default []) -
- group_2 Group_2_GType[](default []) -
edifact.d03a.supplychain.mDMSTAT: EDI_DMSTAT_DMSTATHeaders
Envelope headers of a EDI_DMSTAT_DMSTAT interchange.
Fields
- interchange EDI_DMSTAT_DMSTATInterchangeHeader - Interchange header
- 'transaction EDI_DMSTAT_DMSTATTransactionHeader - Transaction header
edifact.d03a.supplychain.mDMSTAT: EDI_DMSTAT_DMSTATInterchange
A parsed EDI_DMSTAT_DMSTAT interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_DMSTAT_DMSTATInterchangeHeader - Interchange header segment
- transactions EDI_DMSTAT_DMSTATTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_DMSTAT_DMSTATInterchangeTrailer - Interchange trailer segment
edifact.d03a.supplychain.mDMSTAT: EDI_DMSTAT_DMSTATInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.supplychain.mDMSTAT: EDI_DMSTAT_DMSTATInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.supplychain.mDMSTAT: EDI_DMSTAT_DMSTATTransaction
A single transaction within a EDI_DMSTAT_DMSTAT interchange.
Fields
- transactionHeader EDI_DMSTAT_DMSTATTransactionHeader - Transaction header segment
- body EDI_DMSTAT_DMSTAT|error - Parsed EDI_DMSTAT_DMSTAT body, or the parse error when the body is malformed
- transactionTrailer EDI_DMSTAT_DMSTATTransactionTrailer - Transaction trailer segment
edifact.d03a.supplychain.mDMSTAT: EDI_DMSTAT_DMSTATTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.supplychain.mDMSTAT: EDI_DMSTAT_DMSTATTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.supplychain.mDMSTAT: Free_text_Type
Fields
- code string(default "FTX") -
- TEXT_SUBJECT_CODE_QUALIFIER? string -
- FREE_TEXT_FUNCTION_CODE? string -
- TEXT_REFERENCE? TEXT_REFERENCE_GType? -
- TEXT_LITERAL? TEXT_LITERAL_GType? -
- LANGUAGE_NAME_CODE? string -
- FREE_TEXT_FORMAT_CODE? string -
edifact.d03a.supplychain.mDMSTAT: Group_1_GType
Fields
- Party_identification Party_identification_Type -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.supplychain.mDMSTAT: Group_2_GType
Fields
- Hierarchy_information Hierarchy_information_Type -
- Reference Reference_Type[](default []) -
- group_3 Group_3_GType[](default []) -
- group_4 Group_4_GType[](default []) -
edifact.d03a.supplychain.mDMSTAT: Group_3_GType
Fields
- Status Status_Type -
- Party_identification? Party_identification_Type? -
- Date_time_period? Date_time_period_Type? -
- Reference? Reference_Type? -
- Free_text Free_text_Type[](default []) -
edifact.d03a.supplychain.mDMSTAT: Group_4_GType
Fields
- Information_required Information_required_Type -
- Reference? Reference_Type? -
- Party_identification Party_identification_Type[](default []) -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.supplychain.mDMSTAT: Hierarchy_information_Type
Fields
- code string(default "HYN") -
- HIERARCHY_OBJECT_CODE_QUALIFIER? string -
- HIERARCHICAL_STRUCTURE_RELATIONSHIP_CODE? string -
- ITEM_NUMBER_IDENTIFICATION? ITEM_NUMBER_IDENTIFICATION_GType? -
- HIERARCHICAL_STRUCTURE_PARENT_IDENTIFIER? string -
edifact.d03a.supplychain.mDMSTAT: IDENTIFICATION_NUMBER_GType
Fields
- Object_identifier string -
- Object_identification_code_qualifier? string -
- Status_description_code? string -
edifact.d03a.supplychain.mDMSTAT: INFORMATION_REQUEST_GType
Fields
- Requested_information_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Requested_information_description? string -
edifact.d03a.supplychain.mDMSTAT: Information_required_Type
Fields
- code string(default "IRQ") -
- INFORMATION_REQUEST? INFORMATION_REQUEST_GType? -
edifact.d03a.supplychain.mDMSTAT: Interchange_header_Type
Fields
- code string(default "UNB") -
- syntax_identifier Syntax_identifier_GType -
- sender Sender_GType -
- recipient Recipient_GType -
- date_and_time Date_and_time_GType -
- control_reference string -
- recipient_reference_password? Recipient_reference_password_GType? -
- application_reference? string -
- processing_priority_code? string -
- acknowledgement_request? string -
- communications_agreement_id? string -
- test_indicator? string -
edifact.d03a.supplychain.mDMSTAT: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.supplychain.mDMSTAT: ITEM_NUMBER_IDENTIFICATION_GType
Fields
- Item_identifier? string -
- Item_type_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.supplychain.mDMSTAT: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.supplychain.mDMSTAT: Message_identifier_GType
Fields
- message_type string -
- message_version_number string -
- message_release_number string -
- controlling_agency string -
- association_assigned_code? string -
- code_list_directory_version? string -
- message_type_sub_function? string -
edifact.d03a.supplychain.mDMSTAT: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.supplychain.mDMSTAT: NAME_COMPONENT_DETAILS_6_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.supplychain.mDMSTAT: NAME_COMPONENT_DETAILS_7_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.supplychain.mDMSTAT: NAME_COMPONENT_DETAILS_8_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.supplychain.mDMSTAT: NAME_COMPONENT_DETAILS_9_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.supplychain.mDMSTAT: NAME_COMPONENT_DETAILS_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.supplychain.mDMSTAT: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.supplychain.mDMSTAT: Party_identification_Type
Fields
- code string(default "PNA") -
- PARTY_FUNCTION_CODE_QUALIFIER? string -
- IDENTIFICATION_NUMBER? IDENTIFICATION_NUMBER_GType? -
- PARTY_IDENTIFICATION_DETAILS? PARTY_IDENTIFICATION_DETAILS_GType? -
- NAME_TYPE_CODE? string -
- NAME_STATUS_CODE? string -
- NAME_COMPONENT_DETAILS? NAME_COMPONENT_DETAILS_GType? -
- NAME_COMPONENT_DETAILS_6? NAME_COMPONENT_DETAILS_6_GType? -
- NAME_COMPONENT_DETAILS_7? NAME_COMPONENT_DETAILS_7_GType? -
- NAME_COMPONENT_DETAILS_8? NAME_COMPONENT_DETAILS_8_GType? -
- NAME_COMPONENT_DETAILS_9? NAME_COMPONENT_DETAILS_9_GType? -
edifact.d03a.supplychain.mDMSTAT: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.supplychain.mDMSTAT: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.supplychain.mDMSTAT: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.supplychain.mDMSTAT: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.supplychain.mDMSTAT: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.supplychain.mDMSTAT: STATUS_CATEGORY_GType
Fields
- Status_category_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.supplychain.mDMSTAT: STATUS_GType
Fields
- Status_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_description? string -
edifact.d03a.supplychain.mDMSTAT: STATUS_REASON_3_GType
Fields
- Status_reason_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_reason_description? string -
edifact.d03a.supplychain.mDMSTAT: STATUS_REASON_4_GType
Fields
- Status_reason_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_reason_description? string -
edifact.d03a.supplychain.mDMSTAT: STATUS_REASON_5_GType
Fields
- Status_reason_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_reason_description? string -
edifact.d03a.supplychain.mDMSTAT: STATUS_REASON_6_GType
Fields
- Status_reason_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_reason_description? string -
edifact.d03a.supplychain.mDMSTAT: STATUS_REASON_GType
Fields
- Status_reason_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_reason_description? string -
edifact.d03a.supplychain.mDMSTAT: Status_Type
Fields
- code string(default "STS") -
- STATUS_CATEGORY? STATUS_CATEGORY_GType? -
- STATUS? STATUS_GType? -
- STATUS_REASON? STATUS_REASON_GType? -
- STATUS_REASON_3? STATUS_REASON_3_GType? -
- STATUS_REASON_4? STATUS_REASON_4_GType? -
- STATUS_REASON_5? STATUS_REASON_5_GType? -
- STATUS_REASON_6? STATUS_REASON_6_GType? -
edifact.d03a.supplychain.mDMSTAT: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.supplychain.mDMSTAT: TEXT_LITERAL_GType
Fields
- Free_text string -
- Free_text_1? string -
- Free_text_2? string -
- Free_text_3? string -
- Free_text_4? string -
edifact.d03a.supplychain.mDMSTAT: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
Import
import ballerinax/edifact.d03a.supplychain.mDMSTAT;Metadata
Released date: 5 days ago
Version: 1.0.1
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.12.0
GraalVM compatible: Yes
Pull count
Total: 69
Current verison: 8
Weekly downloads
Keywords
supply chain
procurement
EDI
EDIFACT
D03A
Vendor/Other
Area/ERP & Business Operations
Type/Library
Name/EDIFACT D03A Supply Chain
Contributors
Dependencies