PUT api/EstimateGoods/{id}
Documentation for 'Puttbl_estimate_listofGoods'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
tbl_estimate_listofgoods | Documentation for 'tbl_estimate_listofgoods'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "id": 1, "category": "sample string 2", "article": "sample string 3", "cubicFeet": 1, "description": "sample string 4", "fk_estimate_id": 5, "fk_listofgoods_id": 1, "quantity": 1, "total": 1, "room": "sample string 6", "tbl_estimate": { "$id": "2", "id": 1, "consignorName": "sample string 2", "movingFrom": "sample string 3", "unitFrom": "sample string 4", "streetNumberFrom": "sample string 5", "streetNameFrom": "sample string 6", "suburbFrom": "sample string 7", "provinceStateFrom": "sample string 8", "postalZipFrom": "sample string 9", "countryFrom": "sample string 10", "movingTo": "sample string 11", "unitTo": "sample string 12", "streetNumberTo": "sample string 13", "streetNameTo": "sample string 14", "suburbTo": "sample string 15", "provinceStateTo": "sample string 16", "postalZipTo": "sample string 17", "countryTo": "sample string 18", "consignorPhone": "sample string 19", "consignorEmail": "sample string 20", "taxRate": 1.1, "curEstimatedWeight": 1, "curEstimatedDistance": 1.0, "dateFiled": "2024-11-21T01:16:41.6928098-08:00", "fk_estimateStatus": 1, "consigneeName": "sample string 21", "consigneePhone": "sample string 22", "consigneeEmail": "sample string 23", "curEstimatedRate": 1.0, "loadDate": "2024-11-21T01:16:41.6928098-08:00", "fk_season_id": 1, "curEstimatedLinehaul": 1.0, "fk_user_id": "7553305e-74b3-4545-984e-a74707ee1e37", "displayBasic": true, "notes": "sample string 24", "buzzFrom": "sample string 25", "buzzTo": "sample string 26", "valuationPremium": 1.0, "billing": "sample string 27", "autoDates": true, "fk_agent_id": 1, "packTime": "sample string 28", "loadTime": "sample string 29", "webForm": 1, "curSubTotal": 1.0, "lastSaved": "2024-11-21T01:16:41.6928098-08:00", "fk_registration_id": 1, "consignorContactOther": "sample string 30", "consigneeContactOther": "sample string 31", "consignorPhoneOther": "sample string 32", "consigneePhoneOther": "sample string 33", "packDate": "2024-11-21T01:16:41.6928098-08:00", "transitDateFrom": "2024-11-21T01:16:41.6928098-08:00", "transitDateTo": "2024-11-21T01:16:41.6928098-08:00", "privateNotes": "sample string 34", "lockSeason": true, "lockDistance": true, "lockRate": true, "lockLinehaul": true, "goodsPassword": "sample string 38", "goodsEdited": true, "accountingNotes": "sample string 40", "authNum": "sample string 41", "authAmt": 1.0, "authEmail": "sample string 42", "dispatchNotes": "sample string 43", "vehicleInfo": "sample string 44", "authType": "sample string 45", "transactionTag": "sample string 46", "newNotes": "sample string 47", "prepDate": "2024-11-21T01:16:41.6928098-08:00", "prepTime": "sample string 48", "included": "sample string 49", "chkGoods": true, "chkPack": true, "chkAddress": true, "chkShuttleOrig": true, "chkShuttleDest": true, "chkElevator": true, "chkUnit": true, "chkVehicle": true, "chkStorage": true, "chkDeposit": true, "tbl_url_hash": [ { "$id": "3", "id": 1, "fk_estimate_id": 2, "hash": 3, "tbl_estimate": { "$ref": "2" } }, { "$ref": "3" }, { "$ref": "3" } ], "tbl_estimate_surcharges": [ { "$id": "4", "id": 1, "fk_estimate_id": 2, "fk_surcharge_id": 3, "currentQuantity": 1, "currentPercentage": 1, "currentAmount": 1.0, "currentFlatFee": 1.0, "currentRate": 1.1, "currentBaseFee": 1.0, "currentSalesValue": 1.0, "tbl_estimate": { "$ref": "2" }, "tbl_surcharges": { "$id": "5", "id": 1, "charge": "sample string 2", "chargeDescription": "sample string 3", "chargeflatFee": 1.0, "chargePercentage": 1, "chargeRate": 1.1, "defaultQty": 1, "fk_chargeType": 4, "fk_chargeCategory": 5, "mandatory": true, "sort": 1, "baseFee": 1.0, "salesValue": 1.0, "tbl_estimate_surcharges": [ { "$ref": "4" }, { "$ref": "4" }, { "$ref": "4" } ] } }, { "$ref": "4" }, { "$ref": "4" } ], "tbl_agents": { "$id": "6", "id": 1, "agentName": "sample string 2", "address": "sample string 3", "phone": "sample string 4", "website": "sample string 5", "email": "sample string 6", "imgUrl": "sample string 7", "hasLocal": true, "agentNumber": 1, "tbl_estimate": [ { "$ref": "2" }, { "$ref": "2" }, { "$ref": "2" } ] }, "tbl_estimate_listofGoods": [ { "$ref": "1" }, { "$ref": "1" }, { "$ref": "1" } ] }, "tbl_listofgoods": { "$id": "7", "id": 1, "article": "sample string 2", "cubicFeet": 1, "fk_listofgoodsCategory": 3, "tbl_estimate_listofGoods": [ { "$ref": "1" }, { "$ref": "1" }, { "$ref": "1" } ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.