edifact.d03a.supplychain.mICSOLI
Modules
edifact.d03a.supplychain.mICSOLI
edifact.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.mICSOLI
API
Definitions
ballerinax/edifact.d03a.supplychain.mICSOLI Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_ICSOLI_ICSOLI|errorConvert EDI string to Ballerina EDI_ICSOLI_ICSOLI record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_ICSOLI_ICSOLI|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_ICSOLI_ICSOLI|errorConvert EDI string to Ballerina EDI_ICSOLI_ICSOLI record with schema.
Return Type
- EDI_ICSOLI_ICSOLI|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_ICSOLI_ICSOLIHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_ICSOLI_ICSOLIHeaders|error - Parsed EDI_ICSOLI_ICSOLIHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_ICSOLI_ICSOLIInterchange|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_ICSOLI_ICSOLIInterchange|error - Parsed EDI_ICSOLI_ICSOLIInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_ICSOLI_ICSOLIInterchange msg) returns string|errorSerialise a EDI_ICSOLI_ICSOLIInterchange 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_ICSOLI_ICSOLIInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_ICSOLI_ICSOLI data) returns string|errorConvert Ballerina EDI_ICSOLI_ICSOLI record to EDI string.
Parameters
- data EDI_ICSOLI_ICSOLI - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_ICSOLI_ICSOLI data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_ICSOLI_ICSOLI record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_ICSOLI_ICSOLI 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_ICSOLI_ICSOLI. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_ICSOLI_ICSOLIHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_ICSOLI_ICSOLIInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_ICSOLI_ICSOLIInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_ICSOLI_ICSOLIInterchange record to EDI string.
Parameters
- content any - EDI_ICSOLI_ICSOLIInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_ICSOLI_ICSOLI record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.supplychain.mICSOLI: ACCOUNT_HOLDER_IDENTIFICATION_GType
Fields
- Account_holder_identifier? string -
- Account_holder_name? string -
- Account_holder_name_2? string -
- Currency_identification_code? string -
edifact.d03a.supplychain.mICSOLI: ADDRESS_DETAILS_GType
Fields
- Address_format_code string -
- Address_component_description string -
- Address_component_description_2? string -
- Address_component_description_3? string -
- Address_component_description_4? string -
- Address_component_description_5? string -
edifact.d03a.supplychain.mICSOLI: Address_Type
Fields
- code string(default "ADR") -
- ADDRESS_USAGE? ADDRESS_USAGE_GType? -
- ADDRESS_DETAILS? ADDRESS_DETAILS_GType? -
- CITY_NAME? string -
- POSTAL_IDENTIFICATION_CODE? string -
- COUNTRY_NAME_CODE? string -
- COUNTRY_SUB_ENTITY_DETAILS COUNTRY_SUB_ENTITY_DETAILS_GType[](default []) -
- LOCATION_IDENTIFICATION LOCATION_IDENTIFICATION_GType[](default []) -
edifact.d03a.supplychain.mICSOLI: ADDRESS_USAGE_GType
Fields
- Address_purpose_code? string -
- Address_type_code? string -
- Address_status_code? string -
edifact.d03a.supplychain.mICSOLI: ATTRIBUTE_DETAIL_GType
Fields
- Attribute_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Attribute_description? string -
edifact.d03a.supplychain.mICSOLI: Attribute_Type
Fields
- code string(default "ATT") -
- ATTRIBUTE_FUNCTION_CODE_QUALIFIER? string -
- ATTRIBUTE_TYPE? ATTRIBUTE_TYPE_GType? -
- ATTRIBUTE_DETAIL ATTRIBUTE_DETAIL_GType[](default []) -
edifact.d03a.supplychain.mICSOLI: ATTRIBUTE_TYPE_GType
Fields
- Attribute_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Attribute_type_description? string -
edifact.d03a.supplychain.mICSOLI: 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.mICSOLI: CHARACTERISTIC_DESCRIPTION_GType
Fields
- Characteristic_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Characteristic_description? string -
- Characteristic_description_4? string -
edifact.d03a.supplychain.mICSOLI: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.supplychain.mICSOLI: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.supplychain.mICSOLI: Component_details_Type
Fields
- code string(default "COD") -
- TYPE_OF_UNIT_COMPONENT? TYPE_OF_UNIT_COMPONENT_GType? -
- COMPONENT_MATERIAL? COMPONENT_MATERIAL_GType? -
edifact.d03a.supplychain.mICSOLI: COMPONENT_MATERIAL_GType
Fields
- Component_material_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Component_material_description? string -
edifact.d03a.supplychain.mICSOLI: 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.supplychain.mICSOLI: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.supplychain.mICSOLI: 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.mICSOLI: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.supplychain.mICSOLI: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.supplychain.mICSOLI: 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.mICSOLI: EDI_ICSOLI_ICSOLI
Fields
- Beginning_of_message Beginning_of_message_Type -
- Reference Reference_Type[](default []) -
- Sequence_details? Sequence_details_Type? -
- Date_time_period Date_time_period_Type[](default []) -
- External_file_link_identification External_file_link_identification_Type[](default []) -
- group_1 Group_1_GType -
- group_2 Group_2_GType[](default []) -
- Section_control Section_control_Type -
- group_6 Group_6_GType[](default []) -
- group_8 Group_8_GType[](default []) -
- group_9 Group_9_GType[](default []) -
edifact.d03a.supplychain.mICSOLI: EDI_ICSOLI_ICSOLIHeaders
Envelope headers of a EDI_ICSOLI_ICSOLI interchange.
Fields
- interchange EDI_ICSOLI_ICSOLIInterchangeHeader - Interchange header
- 'transaction EDI_ICSOLI_ICSOLITransactionHeader - Transaction header
edifact.d03a.supplychain.mICSOLI: EDI_ICSOLI_ICSOLIInterchange
A parsed EDI_ICSOLI_ICSOLI interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_ICSOLI_ICSOLIInterchangeHeader - Interchange header segment
- transactions EDI_ICSOLI_ICSOLITransaction[] - Transactions in the interchange
- interchangeTrailer EDI_ICSOLI_ICSOLIInterchangeTrailer - Interchange trailer segment
edifact.d03a.supplychain.mICSOLI: EDI_ICSOLI_ICSOLIInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.supplychain.mICSOLI: EDI_ICSOLI_ICSOLIInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.supplychain.mICSOLI: EDI_ICSOLI_ICSOLITransaction
A single transaction within a EDI_ICSOLI_ICSOLI interchange.
Fields
- transactionHeader EDI_ICSOLI_ICSOLITransactionHeader - Transaction header segment
- body EDI_ICSOLI_ICSOLI|error - Parsed EDI_ICSOLI_ICSOLI body, or the parse error when the body is malformed
- transactionTrailer EDI_ICSOLI_ICSOLITransactionTrailer - Transaction trailer segment
edifact.d03a.supplychain.mICSOLI: EDI_ICSOLI_ICSOLITransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.supplychain.mICSOLI: EDI_ICSOLI_ICSOLITransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.supplychain.mICSOLI: EMPLOYMENT_CATEGORY_GType
Fields
- Employment_category_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Employment_category_description? string -
edifact.d03a.supplychain.mICSOLI: Employment_details_Type
Fields
- code string(default "EMP") -
- EMPLOYMENT_DETAILS_CODE_QUALIFIER? string -
- EMPLOYMENT_CATEGORY? EMPLOYMENT_CATEGORY_GType? -
- OCCUPATION? OCCUPATION_GType? -
- QUALIFICATION_CLASSIFICATION? QUALIFICATION_CLASSIFICATION_GType? -
- JOB_TITLE_DESCRIPTION? string -
- QUALIFICATION_APPLICATION_AREA_CODE? string -
edifact.d03a.supplychain.mICSOLI: EVENT_CATEGORY_GType
Fields
- Event_category_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Event_category_description? string -
edifact.d03a.supplychain.mICSOLI: EVENT_IDENTIFICATION_GType
Fields
- Event_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Event? string -
edifact.d03a.supplychain.mICSOLI: Event_Type
Fields
- code string(default "EVE") -
- EVENT_DETAILS_CODE_QUALIFIER? string -
- EVENT_CATEGORY? EVENT_CATEGORY_GType? -
- EVENT_TYPE? EVENT_TYPE_GType? -
- EVENT_IDENTIFICATION EVENT_IDENTIFICATION_GType[](default []) -
edifact.d03a.supplychain.mICSOLI: EVENT_TYPE_GType
Fields
- Event_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Event_type_description? string -
edifact.d03a.supplychain.mICSOLI: External_file_link_identification_Type
Fields
- code string(default "EFI") -
- FILE_IDENTIFICATION? FILE_IDENTIFICATION_GType? -
- FILE_DETAILS? FILE_DETAILS_GType? -
- SEQUENCE_POSITION_IDENTIFIER? string -
- FILE_COMPRESSION_TECHNIQUE_NAME? string -
edifact.d03a.supplychain.mICSOLI: FILE_DETAILS_GType
Fields
- File_format_name string -
- Version_identifier? string -
- Data_format_description_code? string -
- Data_format_description? string -
edifact.d03a.supplychain.mICSOLI: FILE_IDENTIFICATION_GType
Fields
- File_name? string -
- Item_description? string -
edifact.d03a.supplychain.mICSOLI: Financial_institution_information_Type
Fields
- code string(default "FII") -
- PARTY_FUNCTION_CODE_QUALIFIER? string -
- ACCOUNT_HOLDER_IDENTIFICATION? ACCOUNT_HOLDER_IDENTIFICATION_GType? -
- INSTITUTION_IDENTIFICATION? INSTITUTION_IDENTIFICATION_GType? -
- COUNTRY_NAME_CODE? string -
edifact.d03a.supplychain.mICSOLI: 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.mICSOLI: Group_10_GType
Fields
- Item_description Item_description_Type -
- Attribute Attribute_Type[](default []) -
- Reference Reference_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.supplychain.mICSOLI: Group_1_GType
Fields
- Insurance_cover_description Insurance_cover_description_Type -
- Monetary_amount Monetary_amount_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Reference Reference_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Free_text Free_text_Type[](default []) -
edifact.d03a.supplychain.mICSOLI: Group_2_GType
Fields
- Party_identification Party_identification_Type -
- Reference Reference_Type[](default []) -
- Employment_details Employment_details_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Free_text? Free_text_Type? -
- Communication_contact Communication_contact_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- group_3 Group_3_GType[](default []) -
- group_4 Group_4_GType[](default []) -
- group_5 Group_5_GType[](default []) -
edifact.d03a.supplychain.mICSOLI: Group_3_GType
Fields
- Address Address_Type -
- Communication_contact Communication_contact_Type[](default []) -
edifact.d03a.supplychain.mICSOLI: Group_4_GType
Fields
- Risk_object_type Risk_object_type_Type -
- Monetary_amount Monetary_amount_Type -
- Free_text? Free_text_Type? -
edifact.d03a.supplychain.mICSOLI: Group_5_GType
Fields
- Component_details Component_details_Type -
- Attribute Attribute_Type[](default []) -
- Identity? Identity_Type? -
- Reference Reference_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Monetary_amount Monetary_amount_Type[](default []) -
- Number_of_units Number_of_units_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
edifact.d03a.supplychain.mICSOLI: Group_6_GType
Fields
- Event Event_Type -
- Address Address_Type[](default []) -
- Reference Reference_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_7 Group_7_GType[](default []) -
edifact.d03a.supplychain.mICSOLI: Group_7_GType
Fields
- Attribute Attribute_Type -
- Monetary_amount? Monetary_amount_Type? -
edifact.d03a.supplychain.mICSOLI: Group_8_GType
Fields
- Payment_terms Payment_terms_Type -
- Monetary_amount Monetary_amount_Type[](default []) -
- Party_identification? Party_identification_Type? -
- Financial_institution_information? Financial_institution_information_Type? -
- Attribute Attribute_Type[](default []) -
- Reference Reference_Type[](default []) -
edifact.d03a.supplychain.mICSOLI: Group_9_GType
Fields
- Component_details Component_details_Type -
- Attribute Attribute_Type[](default []) -
- Reference Reference_Type[](default []) -
- Address Address_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Query_and_response Query_and_response_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- group_10 Group_10_GType[](default []) -
edifact.d03a.supplychain.mICSOLI: IDENTIFICATION_NUMBER_GType
Fields
- Object_identifier string -
- Object_identification_code_qualifier? string -
- Status_description_code? string -
edifact.d03a.supplychain.mICSOLI: Identity_Type
Fields
- code string(default "IDE") -
- OBJECT_TYPE_CODE_QUALIFIER? string -
- IDENTIFICATION_NUMBER? IDENTIFICATION_NUMBER_GType? -
- PARTY_IDENTIFICATION_DETAILS? PARTY_IDENTIFICATION_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
- CONFIGURATION_LEVEL_NUMBER? int? -
- POSITION_IDENTIFICATION POSITION_IDENTIFICATION_GType[](default []) -
- CHARACTERISTIC_DESCRIPTION? CHARACTERISTIC_DESCRIPTION_GType? -
edifact.d03a.supplychain.mICSOLI: INSTITUTION_IDENTIFICATION_GType
Fields
- Institution_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Institution_branch_identifier? string -
- Code_list_identification_code_4? string -
- Code_list_responsible_agency_code_5? string -
- Institution_name? string -
- Institution_branch_location_name? string -
edifact.d03a.supplychain.mICSOLI: Insurance_cover_description_Type
Fields
- code string(default "ICD") -
- INSURANCE_COVER_TYPE? INSURANCE_COVER_TYPE_GType? -
- INSURANCE_COVER_DETAILS? INSURANCE_COVER_DETAILS_GType? -
edifact.d03a.supplychain.mICSOLI: INSURANCE_COVER_DETAILS_GType
Fields
- Insurance_cover_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Insurance_cover_description? string -
- Insurance_cover_description_4? string -
edifact.d03a.supplychain.mICSOLI: INSURANCE_COVER_TYPE_GType
Fields
- Insurance_cover_type_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.supplychain.mICSOLI: 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.mICSOLI: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.supplychain.mICSOLI: ITEM_CHARACTERISTIC_GType
Fields
- Item_characteristic_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.supplychain.mICSOLI: 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.supplychain.mICSOLI: 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.supplychain.mICSOLI: LOCATION_IDENTIFICATION_GType
Fields
- Location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Location_name? string -
edifact.d03a.supplychain.mICSOLI: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.supplychain.mICSOLI: 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.mICSOLI: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.supplychain.mICSOLI: 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.supplychain.mICSOLI: Monetary_amount_Type
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT? MONETARY_AMOUNT_GType? -
edifact.d03a.supplychain.mICSOLI: 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.mICSOLI: 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.mICSOLI: 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.mICSOLI: 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.mICSOLI: 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.mICSOLI: NUMBER_OF_UNIT_DETAILS_GType
Fields
- Units_quantity? int? -
- Unit_type_code_qualifier? string -
edifact.d03a.supplychain.mICSOLI: Number_of_units_Type
Fields
- code string(default "EQN") -
- NUMBER_OF_UNIT_DETAILS? NUMBER_OF_UNIT_DETAILS_GType? -
edifact.d03a.supplychain.mICSOLI: OCCUPATION_GType
Fields
- Occupation_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Occupation_description? string -
- Occupation_description_4? string -
edifact.d03a.supplychain.mICSOLI: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.supplychain.mICSOLI: 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.mICSOLI: PAYMENT_TERMS_GType
Fields
- Payment_terms_description_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Payment_terms_description? string -
edifact.d03a.supplychain.mICSOLI: Payment_terms_Type
Fields
- code string(default "PYT") -
- PAYMENT_TERMS_TYPE_CODE_QUALIFIER? string -
- PAYMENT_TERMS? PAYMENT_TERMS_GType? -
- TIME_REFERENCE_CODE? string -
- TERMS_TIME_RELATION_CODE? string -
- PERIOD_TYPE_CODE? string -
- PERIOD_COUNT_QUANTITY? int? -
edifact.d03a.supplychain.mICSOLI: 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.supplychain.mICSOLI: Percentage_details_Type
Fields
- code string(default "PCD") -
- PERCENTAGE_DETAILS? PERCENTAGE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.supplychain.mICSOLI: POSITION_IDENTIFICATION_GType
Fields
- Hierarchical_structure_level_identifier? string -
- Sequence_position_identifier? string -
edifact.d03a.supplychain.mICSOLI: QUALIFICATION_CLASSIFICATION_GType
Fields
- Qualification_classification_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Qualification_classification_description? string -
- Qualification_classification_description_4? string -
edifact.d03a.supplychain.mICSOLI: Query_and_response_Type
Fields
- code string(default "QRS") -
- SECTOR_AREA_IDENTIFICATION_CODE_QUALIFIER? string -
- QUESTION_DETAILS? QUESTION_DETAILS_GType? -
- RESPONSE_DETAILS? RESPONSE_DETAILS_GType? -
edifact.d03a.supplychain.mICSOLI: QUESTION_DETAILS_GType
Fields
- Question_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Question_description? string -
edifact.d03a.supplychain.mICSOLI: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.supplychain.mICSOLI: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.supplychain.mICSOLI: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.supplychain.mICSOLI: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.supplychain.mICSOLI: RESPONSE_DETAILS_GType
Fields
- Response_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Response_description? string -
edifact.d03a.supplychain.mICSOLI: RISK_OBJECT_SUB_TYPE_GType
Fields
- Risk_object_sub_type_description_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Risk_object_sub_type_description? string -
edifact.d03a.supplychain.mICSOLI: RISK_OBJECT_TYPE_GType
Fields
- Risk_object_type_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.supplychain.mICSOLI: Risk_object_type_Type
Fields
- code string(default "ROD") -
- RISK_OBJECT_TYPE? RISK_OBJECT_TYPE_GType? -
- RISK_OBJECT_SUB_TYPE? RISK_OBJECT_SUB_TYPE_GType? -
edifact.d03a.supplychain.mICSOLI: Section_control_Type
Fields
- code string(default "UNS") -
- section_identification string -
edifact.d03a.supplychain.mICSOLI: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.supplychain.mICSOLI: Sequence_details_Type
Fields
- code string(default "SEQ") -
- SEQUENCE_INFORMATION? SEQUENCE_INFORMATION_GType? -
edifact.d03a.supplychain.mICSOLI: SEQUENCE_INFORMATION_GType
Fields
- Sequence_position_identifier string -
- Sequence_identifier_source_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.supplychain.mICSOLI: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.supplychain.mICSOLI: 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.mICSOLI: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.supplychain.mICSOLI: TYPE_OF_UNIT_COMPONENT_GType
Fields
- Unit_or_component_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Unit_or_component_type_description? string -
Import
import ballerinax/edifact.d03a.supplychain.mICSOLI;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