edifact.d03a.services.mINSDES
Modules
edifact.d03a.services.mINSDES
edifact.d03a.services.mINSPREedifact.d03a.services.mINSREQedifact.d03a.services.mINSRPTedifact.d03a.services.mJOBAPPedifact.d03a.services.mJOBCONedifact.d03a.services.mJOBMODedifact.d03a.services.mJOBOFFedifact.d03a.services.mJUPREQedifact.d03a.services.mLREACTedifact.d03a.services.mLRECLMedifact.d03a.services.mMEDPIDedifact.d03a.services.mMEDPREedifact.d03a.services.mMEDREQedifact.d03a.services.mMEDRPTedifact.d03a.services.mMEDRUCedifact.d03a.services.mMEQPOSedifact.d03a.services.mMOVINSedifact.d03a.services.mPAYDUCedifact.d03a.services.mRECLAMedifact.d03a.services.mREGENTedifact.d03a.services.mSLSFCTedifact.d03a.services.mSLSRPTedifact.d03a.services.mSOCADEedifact.d03a.services.mWKGRDCedifact.d03a.services.mWKGRREModule edifact.d03a.services.mINSDES
API
Definitions
ballerinax/edifact.d03a.services.mINSDES Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_INSDES_INSDES|errorConvert EDI string to Ballerina EDI_INSDES_INSDES record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_INSDES_INSDES|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_INSDES_INSDES|errorConvert EDI string to Ballerina EDI_INSDES_INSDES record with schema.
Return Type
- EDI_INSDES_INSDES|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_INSDES_INSDESHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_INSDES_INSDESHeaders|error - Parsed EDI_INSDES_INSDESHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_INSDES_INSDESInterchange|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_INSDES_INSDESInterchange|error - Parsed EDI_INSDES_INSDESInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_INSDES_INSDESInterchange msg) returns string|errorSerialise a EDI_INSDES_INSDESInterchange 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_INSDES_INSDESInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_INSDES_INSDES data) returns string|errorConvert Ballerina EDI_INSDES_INSDES record to EDI string.
Parameters
- data EDI_INSDES_INSDES - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_INSDES_INSDES data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_INSDES_INSDES record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_INSDES_INSDES 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_INSDES_INSDES. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_INSDES_INSDESHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_INSDES_INSDESInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_INSDES_INSDESInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_INSDES_INSDESInterchange record to EDI string.
Parameters
- content any - EDI_INSDES_INSDESInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_INSDES_INSDES record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.services.mINSDES: Additional_information_Type
Fields
- code string(default "ALI") -
- COUNTRY_OF_ORIGIN_NAME_CODE? string -
- DUTY_REGIME_TYPE_CODE? string -
- SPECIAL_CONDITION_CODE? string -
- SPECIAL_CONDITION_CODE_3? string -
- SPECIAL_CONDITION_CODE_4? string -
- SPECIAL_CONDITION_CODE_5? string -
- SPECIAL_CONDITION_CODE_6? string -
edifact.d03a.services.mINSDES: Additional_product_id_Type
Fields
- code string(default "PIA") -
- PRODUCT_IDENTIFIER_CODE_QUALIFIER? string -
- ITEM_NUMBER_IDENTIFICATION? ITEM_NUMBER_IDENTIFICATION_GType? -
- ITEM_NUMBER_IDENTIFICATION_2? ITEM_NUMBER_IDENTIFICATION_2_GType? -
- ITEM_NUMBER_IDENTIFICATION_3? ITEM_NUMBER_IDENTIFICATION_3_GType? -
- ITEM_NUMBER_IDENTIFICATION_4? ITEM_NUMBER_IDENTIFICATION_4_GType? -
- ITEM_NUMBER_IDENTIFICATION_5? ITEM_NUMBER_IDENTIFICATION_5_GType? -
edifact.d03a.services.mINSDES: Attached_equipment_Type
Fields
- code string(default "EQA") -
- EQUIPMENT_TYPE_CODE_QUALIFIER? string -
- EQUIPMENT_IDENTIFICATION? EQUIPMENT_IDENTIFICATION_GType? -
edifact.d03a.services.mINSDES: 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.services.mINSDES: CARRIER_GType
Fields
- Carrier_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Carrier_name? string -
edifact.d03a.services.mINSDES: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.services.mINSDES: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.services.mINSDES: Contact_information_Type
Fields
- code string(default "CTA") -
- CONTACT_FUNCTION_CODE? string -
- DEPARTMENT_OR_EMPLOYEE_DETAILS? DEPARTMENT_OR_EMPLOYEE_DETAILS_GType? -
edifact.d03a.services.mINSDES: CONTROL_GType
Fields
- Control_total_type_code_qualifier string -
- Control_total_quantity int -
- Measurement_unit_code? string -
edifact.d03a.services.mINSDES: Control_total_Type
Fields
- code string(default "CNT") -
- CONTROL? CONTROL_GType? -
edifact.d03a.services.mINSDES: COUNTRY_SUB_ENTITY_DETAILS_GType
Fields
- Country_sub_entity_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Country_sub_entity_name? string -
edifact.d03a.services.mINSDES: DANGEROUS_GOODS_LABEL_GType
Fields
- Dangerous_goods_marking_identifier? string -
- Dangerous_goods_marking_identifier_1? string -
- Dangerous_goods_marking_identifier_2? string -
edifact.d03a.services.mINSDES: DANGEROUS_GOODS_SHIPMENT_FLASHPOINT_GType
Fields
- Shipment_flashpoint_degree? string -
- Measurement_unit_code? string -
edifact.d03a.services.mINSDES: Dangerous_goods_Type
Fields
- code string(default "DGS") -
- DANGEROUS_GOODS_REGULATIONS_CODE? string -
- HAZARD_CODE? HAZARD_CODE_GType? -
- UNDG_INFORMATION? UNDG_INFORMATION_GType? -
- DANGEROUS_GOODS_SHIPMENT_FLASHPOINT? DANGEROUS_GOODS_SHIPMENT_FLASHPOINT_GType? -
- PACKAGING_DANGER_LEVEL_CODE? string -
- EMERGENCY_PROCEDURE_FOR_SHIPS_IDENTIFIER? string -
- HAZARD_MEDICAL_FIRST_AID_GUIDE_IDENTIFIER? string -
- TRANSPORT_EMERGENCY_CARD_IDENTIFIER? string -
- HAZARD_IDENTIFICATION_PLACARD_DETAILS? HAZARD_IDENTIFICATION_PLACARD_DETAILS_GType? -
- DANGEROUS_GOODS_LABEL? DANGEROUS_GOODS_LABEL_GType? -
- PACKING_INSTRUCTION_TYPE_CODE? string -
- HAZARDOUS_MEANS_OF_TRANSPORT_CATEGORY_CODE? string -
edifact.d03a.services.mINSDES: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.services.mINSDES: 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.services.mINSDES: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.services.mINSDES: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Fields
- Department_or_employee_name_code? string -
- Department_or_employee_name? string -
edifact.d03a.services.mINSDES: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mINSDES: 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.services.mINSDES: EDI_INSDES_INSDES
Fields
- Beginning_of_message Beginning_of_message_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Parties_and_instruction Parties_and_instruction_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_1 Group_1_GType[](default []) -
- group_2 Group_2_GType[](default []) -
- group_5 Group_5_GType[](default []) -
- group_6 Group_6_GType[](default []) -
- group_8 Group_8_GType[](default []) -
- group_10 Group_10_GType[](default []) -
- Section_control Section_control_Type -
- Monetary_amount Monetary_amount_Type[](default []) -
- Control_total Control_total_Type[](default []) -
edifact.d03a.services.mINSDES: EDI_INSDES_INSDESHeaders
Envelope headers of a EDI_INSDES_INSDES interchange.
Fields
- interchange EDI_INSDES_INSDESInterchangeHeader - Interchange header
- 'transaction EDI_INSDES_INSDESTransactionHeader - Transaction header
edifact.d03a.services.mINSDES: EDI_INSDES_INSDESInterchange
A parsed EDI_INSDES_INSDES interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_INSDES_INSDESInterchangeHeader - Interchange header segment
- transactions EDI_INSDES_INSDESTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_INSDES_INSDESInterchangeTrailer - Interchange trailer segment
edifact.d03a.services.mINSDES: EDI_INSDES_INSDESInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.services.mINSDES: EDI_INSDES_INSDESInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.services.mINSDES: EDI_INSDES_INSDESTransaction
A single transaction within a EDI_INSDES_INSDES interchange.
Fields
- transactionHeader EDI_INSDES_INSDESTransactionHeader - Transaction header segment
- body EDI_INSDES_INSDES|error - Parsed EDI_INSDES_INSDES body, or the parse error when the body is malformed
- transactionTrailer EDI_INSDES_INSDESTransactionTrailer - Transaction trailer segment
edifact.d03a.services.mINSDES: EDI_INSDES_INSDESTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.services.mINSDES: EDI_INSDES_INSDESTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.services.mINSDES: Equipment_details_Type
Fields
- code string(default "EQD") -
- EQUIPMENT_TYPE_CODE_QUALIFIER? string -
- EQUIPMENT_IDENTIFICATION? EQUIPMENT_IDENTIFICATION_GType? -
- EQUIPMENT_SIZE_AND_TYPE? EQUIPMENT_SIZE_AND_TYPE_GType? -
- EQUIPMENT_SUPPLIER_CODE? string -
- EQUIPMENT_STATUS_CODE? string -
- FULL_OR_EMPTY_INDICATOR_CODE? string -
edifact.d03a.services.mINSDES: EQUIPMENT_IDENTIFICATION_GType
Fields
- Equipment_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Country_name_code? string -
edifact.d03a.services.mINSDES: EQUIPMENT_SIZE_AND_TYPE_GType
Fields
- Equipment_size_and_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Equipment_size_and_type_description? string -
edifact.d03a.services.mINSDES: EXCESS_TRANSPORTATION_INFORMATION_GType
Fields
- Excess_transportation_reason_code string -
- Excess_transportation_responsibility_code string -
- Customer_shipment_authorisation_identifier? string -
edifact.d03a.services.mINSDES: 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.services.mINSDES: Goods_identity_number_Type
Fields
- code string(default "GIN") -
- OBJECT_IDENTIFICATION_CODE_QUALIFIER? string -
- IDENTITY_NUMBER_RANGE? IDENTITY_NUMBER_RANGE_GType? -
- IDENTITY_NUMBER_RANGE_2? IDENTITY_NUMBER_RANGE_2_GType? -
- IDENTITY_NUMBER_RANGE_3? IDENTITY_NUMBER_RANGE_3_GType? -
- IDENTITY_NUMBER_RANGE_4? IDENTITY_NUMBER_RANGE_4_GType? -
- IDENTITY_NUMBER_RANGE_5? IDENTITY_NUMBER_RANGE_5_GType? -
edifact.d03a.services.mINSDES: Group_10_GType
Fields
- Line_item Line_item_Type -
- Additional_product_id Additional_product_id_Type[](default []) -
- Item_description Item_description_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Goods_identity_number Goods_identity_number_Type[](default []) -
- Parties_and_instruction Parties_and_instruction_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Additional_information Additional_information_Type[](default []) -
- group_11 Group_11_GType[](default []) -
- group_12 Group_12_GType[](default []) -
- group_13 Group_13_GType[](default []) -
- group_14 Group_14_GType[](default []) -
edifact.d03a.services.mINSDES: Group_11_GType
Fields
- Reference Reference_Type -
- Date_time_period? Date_time_period_Type? -
edifact.d03a.services.mINSDES: Group_12_GType
Fields
- Name_and_address Name_and_address_Type -
- Quantity? Quantity_Type? -
- Date_time_period? Date_time_period_Type? -
- Place_location_identification Place_location_identification_Type[](default []) -
edifact.d03a.services.mINSDES: Group_13_GType
Fields
- Package_identification Package_identification_Type -
- Goods_identity_number Goods_identity_number_Type[](default []) -
edifact.d03a.services.mINSDES: Group_14_GType
Fields
- Dangerous_goods Dangerous_goods_Type -
- Free_text Free_text_Type[](default []) -
- group_15 Group_15_GType[](default []) -
edifact.d03a.services.mINSDES: Group_15_GType
Fields
- Contact_information Contact_information_Type -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.services.mINSDES: Group_1_GType
Fields
- Reference Reference_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.services.mINSDES: Group_2_GType
Fields
- Name_and_address Name_and_address_Type -
- Place_location_identification Place_location_identification_Type[](default []) -
- group_3 Group_3_GType[](default []) -
- group_4 Group_4_GType[](default []) -
edifact.d03a.services.mINSDES: Group_3_GType
Fields
- Reference Reference_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.services.mINSDES: Group_4_GType
Fields
- Contact_information Contact_information_Type -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.services.mINSDES: Group_5_GType
Fields
- Terms_of_delivery_or_transport Terms_of_delivery_or_transport_Type -
- Place_location_identification Place_location_identification_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mINSDES: Group_6_GType
Fields
- Transport_information Transport_information_Type -
- Percentage_details? Percentage_details_Type? -
- group_7 Group_7_GType[](default []) -
edifact.d03a.services.mINSDES: Group_7_GType
Fields
- Place_location_identification Place_location_identification_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.services.mINSDES: Group_8_GType
Fields
- Equipment_details Equipment_details_Type -
- Measurements Measurements_Type[](default []) -
- Attached_equipment Attached_equipment_Type[](default []) -
- group_9 Group_9_GType[](default []) -
edifact.d03a.services.mINSDES: Group_9_GType
Fields
- Handling_instructions Handling_instructions_Type -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mINSDES: HANDLING_INSTRUCTIONS_GType
Fields
- Handling_instruction_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Handling_instruction_description? string -
edifact.d03a.services.mINSDES: Handling_instructions_Type
Fields
- code string(default "HAN") -
- HANDLING_INSTRUCTIONS? HANDLING_INSTRUCTIONS_GType? -
- HAZARDOUS_MATERIAL? HAZARDOUS_MATERIAL_GType? -
edifact.d03a.services.mINSDES: HAZARD_CODE_GType
Fields
- Hazard_identification_code string -
- Additional_hazard_classification_identifier? string -
- Hazard_code_version_identifier? string -
edifact.d03a.services.mINSDES: HAZARD_IDENTIFICATION_PLACARD_DETAILS_GType
Fields
- Orange_hazard_placard_upper_part_identifier? string -
- Orange_hazard_placard_lower_part_identifier? string -
edifact.d03a.services.mINSDES: HAZARDOUS_MATERIAL_GType
Fields
- Hazardous_material_category_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Hazardous_material_category_name? string -
edifact.d03a.services.mINSDES: IDENTITY_NUMBER_RANGE_2_GType
Fields
- Object_identifier string -
- Object_identifier_1? string -
edifact.d03a.services.mINSDES: IDENTITY_NUMBER_RANGE_3_GType
Fields
- Object_identifier string -
- Object_identifier_1? string -
edifact.d03a.services.mINSDES: IDENTITY_NUMBER_RANGE_4_GType
Fields
- Object_identifier string -
- Object_identifier_1? string -
edifact.d03a.services.mINSDES: IDENTITY_NUMBER_RANGE_5_GType
Fields
- Object_identifier string -
- Object_identifier_1? string -
edifact.d03a.services.mINSDES: IDENTITY_NUMBER_RANGE_GType
Fields
- Object_identifier string -
- Object_identifier_1? string -
edifact.d03a.services.mINSDES: INSTRUCTION_GType
Fields
- Instruction_type_code_qualifier string -
- Instruction_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Instruction_description? string -
edifact.d03a.services.mINSDES: 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.services.mINSDES: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.services.mINSDES: ITEM_CHARACTERISTIC_GType
Fields
- Item_characteristic_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mINSDES: ITEM_DESCRIPTION_GType
Fields
- Item_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Item_description? string -
- Item_description_4? string -
- Language_name_code? string -
edifact.d03a.services.mINSDES: Item_description_Type
Fields
- code string(default "IMD") -
- DESCRIPTION_FORMAT_CODE? string -
- ITEM_CHARACTERISTIC? ITEM_CHARACTERISTIC_GType? -
- ITEM_DESCRIPTION? ITEM_DESCRIPTION_GType? -
- SURFACE_OR_LAYER_CODE? string -
edifact.d03a.services.mINSDES: ITEM_NUMBER_IDENTIFICATION_2_GType
Fields
- Item_identifier? string -
- Item_type_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mINSDES: ITEM_NUMBER_IDENTIFICATION_3_GType
Fields
- Item_identifier? string -
- Item_type_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mINSDES: ITEM_NUMBER_IDENTIFICATION_4_GType
Fields
- Item_identifier? string -
- Item_type_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mINSDES: ITEM_NUMBER_IDENTIFICATION_5_GType
Fields
- Item_identifier? string -
- Item_type_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mINSDES: 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.services.mINSDES: Line_item_Type
Fields
- code string(default "LIN") -
- LINE_ITEM_IDENTIFIER? string -
- ITEM_NUMBER_IDENTIFICATION? ITEM_NUMBER_IDENTIFICATION_GType? -
- SUB_LINE_INFORMATION? SUB_LINE_INFORMATION_GType? -
- CONFIGURATION_LEVEL_NUMBER? int? -
- CONFIGURATION_OPERATION_CODE? string -
edifact.d03a.services.mINSDES: LOCATION_IDENTIFICATION_GType
Fields
- Location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Location_name? string -
edifact.d03a.services.mINSDES: MARKS___LABELS_GType
Fields
- Shipping_marks_description string -
- Shipping_marks_description_1? string -
- Shipping_marks_description_2? string -
- Shipping_marks_description_3? string -
- Shipping_marks_description_4? string -
- Shipping_marks_description_5? string -
- Shipping_marks_description_6? string -
- Shipping_marks_description_7? string -
- Shipping_marks_description_8? string -
- Shipping_marks_description_9? string -
edifact.d03a.services.mINSDES: MEASUREMENT_DETAILS_GType
Fields
- Measured_attribute_code? string -
- Measurement_significance_code? string -
- Non_discrete_measurement_name_code? string -
- Non_discrete_measurement_name? string -
edifact.d03a.services.mINSDES: Measurements_Type
Fields
- code string(default "MEA") -
- MEASUREMENT_PURPOSE_CODE_QUALIFIER? string -
- MEASUREMENT_DETAILS? MEASUREMENT_DETAILS_GType? -
- VALUE_RANGE? VALUE_RANGE_GType? -
- SURFACE_OR_LAYER_CODE? string -
edifact.d03a.services.mINSDES: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.services.mINSDES: 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.services.mINSDES: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.services.mINSDES: MODE_OF_TRANSPORT_GType
Fields
- Transport_mode_name_code? string -
- Transport_mode_name? string -
edifact.d03a.services.mINSDES: MONETARY_AMOUNT_GType
Fields
- Monetary_amount_type_code_qualifier string -
- Monetary_amount? int? -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Status_description_code? string -
edifact.d03a.services.mINSDES: Monetary_amount_Type
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT? MONETARY_AMOUNT_GType? -
edifact.d03a.services.mINSDES: NAME_AND_ADDRESS_GType
Fields
- Name_and_address_description string -
- Name_and_address_description_1? string -
- Name_and_address_description_2? string -
- Name_and_address_description_3? string -
- Name_and_address_description_4? string -
edifact.d03a.services.mINSDES: Name_and_address_Type
Fields
- code string(default "NAD") -
- PARTY_FUNCTION_CODE_QUALIFIER? string -
- PARTY_IDENTIFICATION_DETAILS? PARTY_IDENTIFICATION_DETAILS_GType? -
- NAME_AND_ADDRESS? NAME_AND_ADDRESS_GType? -
- PARTY_NAME? PARTY_NAME_GType? -
- STREET? STREET_GType? -
- CITY_NAME? string -
- COUNTRY_SUB_ENTITY_DETAILS? COUNTRY_SUB_ENTITY_DETAILS_GType? -
- POSTAL_IDENTIFICATION_CODE? string -
- COUNTRY_NAME_CODE? string -
edifact.d03a.services.mINSDES: Package_identification_Type
Fields
- code string(default "PCI") -
- MARKING_INSTRUCTIONS_CODE? string -
- MARKS___LABELS? MARKS___LABELS_GType? -
- TYPE_OF_MARKING? TYPE_OF_MARKING_GType? -
edifact.d03a.services.mINSDES: Parties_and_instruction_Type
Fields
- code string(default "INP") -
- PARTIES_TO_INSTRUCTION? PARTIES_TO_INSTRUCTION_GType? -
- INSTRUCTION? INSTRUCTION_GType? -
- STATUS_OF_INSTRUCTION? STATUS_OF_INSTRUCTION_GType? -
edifact.d03a.services.mINSDES: PARTIES_TO_INSTRUCTION_GType
Fields
- Enacting_party_identifier string -
- Instruction_receiving_party_identifier? string -
edifact.d03a.services.mINSDES: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mINSDES: PARTY_NAME_GType
Fields
- Party_name string -
- Party_name_1? string -
- Party_name_2? string -
- Party_name_3? string -
- Party_name_4? string -
- Party_name_format_code? string -
edifact.d03a.services.mINSDES: PERCENTAGE_DETAILS_GType
Fields
- Percentage_type_code_qualifier string -
- Percentage? int? -
- Percentage_basis_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mINSDES: Percentage_details_Type
Fields
- code string(default "PCD") -
- PERCENTAGE_DETAILS? PERCENTAGE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.services.mINSDES: Place_location_identification_Type
Fields
- code string(default "LOC") -
- LOCATION_FUNCTION_CODE_QUALIFIER? string -
- LOCATION_IDENTIFICATION? LOCATION_IDENTIFICATION_GType? -
- RELATED_LOCATION_ONE_IDENTIFICATION? RELATED_LOCATION_ONE_IDENTIFICATION_GType? -
- RELATED_LOCATION_TWO_IDENTIFICATION? RELATED_LOCATION_TWO_IDENTIFICATION_GType? -
- RELATION_CODE? string -
edifact.d03a.services.mINSDES: QUANTITY_DETAILS_GType
Fields
- Quantity_type_code_qualifier string -
- Quantity string -
- Measurement_unit_code? string -
edifact.d03a.services.mINSDES: Quantity_Type
Fields
- code string(default "QTY") -
- QUANTITY_DETAILS? QUANTITY_DETAILS_GType? -
edifact.d03a.services.mINSDES: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.services.mINSDES: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.services.mINSDES: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mINSDES: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.services.mINSDES: RELATED_LOCATION_ONE_IDENTIFICATION_GType
Fields
- First_related_location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- First_related_location_name? string -
edifact.d03a.services.mINSDES: RELATED_LOCATION_TWO_IDENTIFICATION_GType
Fields
- Second_related_location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Second_related_location_name? string -
edifact.d03a.services.mINSDES: Section_control_Type
Fields
- code string(default "UNS") -
- section_identification string -
edifact.d03a.services.mINSDES: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.services.mINSDES: STATUS_OF_INSTRUCTION_GType
Fields
- Status_description_code string -
- Party_name? string -
edifact.d03a.services.mINSDES: STREET_GType
Fields
- Street_and_number_or_post_office_box_identifier string -
- Street_and_number_or_post_office_box_identifier_1? string -
- Street_and_number_or_post_office_box_identifier_2? string -
- Street_and_number_or_post_office_box_identifier_3? string -
edifact.d03a.services.mINSDES: SUB_LINE_INFORMATION_GType
Fields
- Sub_line_indicator_code? string -
- Line_item_identifier? string -
edifact.d03a.services.mINSDES: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.services.mINSDES: TERMS_OF_DELIVERY_OR_TRANSPORT_GType
Fields
- Delivery_or_transport_terms_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Delivery_or_transport_terms_description? string -
- Delivery_or_transport_terms_description_4? string -
edifact.d03a.services.mINSDES: Terms_of_delivery_or_transport_Type
Fields
- code string(default "TOD") -
- DELIVERY_OR_TRANSPORT_TERMS_FUNCTION_CODE? string -
- TRANSPORT_CHARGES_PAYMENT_METHOD_CODE? string -
- TERMS_OF_DELIVERY_OR_TRANSPORT? TERMS_OF_DELIVERY_OR_TRANSPORT_GType? -
edifact.d03a.services.mINSDES: 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.services.mINSDES: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mINSDES: TRANSPORT_IDENTIFICATION_GType
Fields
- Transport_means_identification_name_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Transport_means_identification_name? string -
- Transport_means_nationality_code? string -
edifact.d03a.services.mINSDES: Transport_information_Type
Fields
- code string(default "TDT") -
- TRANSPORT_STAGE_CODE_QUALIFIER? string -
- MEANS_OF_TRANSPORT_JOURNEY_IDENTIFIER? string -
- MODE_OF_TRANSPORT? MODE_OF_TRANSPORT_GType? -
- TRANSPORT_MEANS? TRANSPORT_MEANS_GType? -
- CARRIER? CARRIER_GType? -
- TRANSIT_DIRECTION_INDICATOR_CODE? string -
- EXCESS_TRANSPORTATION_INFORMATION? EXCESS_TRANSPORTATION_INFORMATION_GType? -
- TRANSPORT_IDENTIFICATION? TRANSPORT_IDENTIFICATION_GType? -
- TRANSPORT_MEANS_OWNERSHIP_INDICATOR_CODE? string -
edifact.d03a.services.mINSDES: TRANSPORT_MEANS_GType
Fields
- Transport_means_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Transport_means_description? string -
edifact.d03a.services.mINSDES: TYPE_OF_MARKING_GType
Fields
- Marking_type_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mINSDES: UNDG_INFORMATION_GType
Fields
- United_Nations_Dangerous_Goods_UNDG_identifier? string -
- Dangerous_goods_flashpoint_description? string -
edifact.d03a.services.mINSDES: VALUE_RANGE_GType
Fields
- Measurement_unit_code string -
- Measure? string -
- Range_minimum_quantity? int? -
- Range_maximum_quantity? int? -
- Significant_digits_quantity? int? -
Import
import ballerinax/edifact.d03a.services.mINSDES;Metadata
Released date: 3 days ago
Version: 1.0.0
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.12.0
GraalVM compatible: Yes
Pull count
Total: 30
Current verison: 0
Weekly downloads
Keywords
insurance
employment
healthcare
EDI
EDIFACT
D03A
B2B
Business Management/ERP
Cost/Free
Vendor/Other
Area/ERP & Business Operations
Type/Library
Name/EDIFACT D03A Services
Contributors
Dependencies