Create an ISF to be attached to a shipment, or update an existing ISF
{- "_object": "/customs_document/isf",
- "data": {
- "header": {
- "isf_submission_type": "SUBMISSION_TYPE_ISF_10",
- "shipment_type": "SHIPMENT_TYPE_STANDARD_OR_REGULAR_FILINGS",
- "action_code": "ACTION_ADD",
- "employer_identification_number": "12-340000654",
- "mode_of_transport": "MODE_OF_TRANSPORT_VESSEL_NON_CONTAINER",
- "scac": "ABCD",
- "bond_holder": "12-340000654",
- "bond_activity_code": "BOND_ACTIVITY_IMPORTER_OR_BROKER",
- "bond_type": "BOND_TYPE_CONTINUOUS"
}, - "shipment_bill_numbers": [
- {
- "ocean_bill_of_lading_number": "ABCDEFG1235462101",
- "house_bill_of_lading_number": "ABCDEFG1235462101"
}
], - "reference_identifiers": [
- {
- "master_bill_of_lading_number": "ABCDEFG1235462101"
}
], - "entities": [
- {
- "name": "I AM A COMPANY LTD",
- "entity_type": "ENTITY_TYPE_MANUFACTURER_SUPPLIER",
- "address": [
- {
- "address_component_1": {
- "address_component_1_type": "ADDRESS_COMPONENT_TYPE_BUILDING_NUMBER",
- "address_component_1": "00 PLOT - 53,54,71,72, SECTOR HOGWARTS"
}, - "address_component_2": {
- "address_component_1_type": "ADDRESS_COMPONENT_TYPE_SUITE_NUMBER",
- "address_component_1": "A MAGICAL AREA"
}
}
], - "geographic_area": {
- "city_name": "MIDDLE EARTH",
- "postal_code": "92646",
- "country_code": "US"
}, - "harmonized_tariff_schedule": [
- {
- "harmonized_number": "2165452"
}, - {
- "country_of_origin": "PK"
}
]
}
]
}
}
Success
{- "_object": "/api/response",
- "version": 3,
- "data": { }
}