Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
1.7 kB
4
Indexable
// Create Chartering In Product Data
## Body
{
    "charteringInProduct": {
        "BSS__c": "1:1",
        "Charterer__c": "ITOCHU SINGAPORE PTE LTD",
        "Chartering_For__c": "CMPS - International Export",
        "Comment_for_Trader__c": null,
        "Discharging_Port_1__c": null,
        "Load_Port_1__c": null,
        "On_Subject_Date__c": "2024-08-14",
        "OwnerId": "005Io00000105eBIAQ",
        "Previous_Version_Form__c": null,
        "Reason_for_Chartering_In__c": null,
        "Request_by__c": "005Io00000105eBIAQ",
        "Revise_Reason__c": null,
        "Status__c": "Draft",
        "Vessel_Laycan_End__c": null,
        "Vessel_Laycan_Start__c": null,
        "Negotiation_Summary__r": null
    }
}


// Create Negotiation Summary Data
## Body
{
    "negotiation_summary": {
        "Broker__c": "",
        "Chartering_in_Product_Approval_Form__c": "a4MIo000000CbzDMAS",
        "Currency__c": "",
        "Demurrage__c": "",
        "DWT__c": "",
        "Final_Deal__c": "",
        "Freight__c": "",
        "Laytime__c": "",
        "Net_Freight__c": "",
        "Owner__c": "",
        "OwnerId": "005Io00000105eBIAQ",
        "Targeted_Vessel__c": "",
        "Total_Freight__c": "",
        "Year__c": ""
    }
}

// Create Fixing Item
## Body
{
    "fixing_item": {
        "Fixing_Items__c": "THB/LITRE",
        "Fixing_Value__c": "10",
        "Negotiation_Summary__c": "a4OIo0000000FgRMAU",
        "Other_Fixing_Detail__c": "test"
    }
}


// Create Offer And Counter
## Body
{
    "offer_and_counter": {
        "Counter__c": "test",
        "Fixing_Item__c": "a4RIo0000004CboMAE",
        "Offer__c": "test",
        "OwnerId": "005Io000000xwcWIAQ"
    }
}
Leave a Comment