{"info":{"_postman_id":"50cc07da-5a1a-47ea-b06e-6b7483b5bf6a","name":"Aljex Live API","description":"<html><head></head><body><p>The Aljex Live REST API provides an array of endpoints to create and process a shipment through its entire life cycle, and retrieve shipment data at any time during that process.</p>\n<p>Base endpoint for all requests after initial authentication:</p>\n<p><code>https://aljex.descartes.com:3001/:tenant/api/v1</code></p>\n<p>where :tenant is a variable. Substitute your qualifier (i.e., qual) for this variable in the URL path.</p>\n<p>Example (tenant or qual is 'anro'):</p>\n<p><code>https://aljex.descartes.com:3001/anro/api/v1</code></p>\n<h4 id=\"security\"><strong>Security</strong></h4>\n<p>The Aljex Live API employs a validation process whereby an API user authenticates with the Descartes GLN SSO Service to obtain a session token. The API user then submits the session token with every call made to the Aljex Live API. This ensures that interactions the the Aljex Live API are both authorized and secure. A detailed description of the registration and authentication process is provided herein.</p>\n<h4 id=\"createupdate-validation\"><strong>Create/Update Validation</strong></h4>\n<p>Create and update actions employ minimal validation beyond basic requirements for a shipment record (e.g., customer/shipper must be present). Enforcement of required fields, population of associated record values and other workflows that have been built into the Aljex Live user interface (UI) are not applied in the Aljex Live API. Your code should incorporate any validations and other business logic deemed necessary to meet your business needs. The Aljex Live API should be viewed only as the interface for executing your shipment transactions.</p>\n<h4 id=\"response\"><strong>Response</strong></h4>\n<p>The response schema provided with each endpoint represents the data object potentially returned with a successful request. The actual response may be limited based on Aljex Live customer configurations. The Aljex Live customer controls the fields that are returned in the response and may limit the response based on the requesting user's role. Any questions related to the response should be directed to the Aljex Live customer.</p>\n<h4 id=\"error-handling\"><strong>Error Handling</strong></h4>\n<p>A request may error for any number of reasons. If an error occurs, the response will include an http error code (e.g., 400 Bad Request) and a message explaining the nature of the error. Your code should handle any error responses that may be returned.</p>\n<p>A successful POST/PUT request (i.e., http code 200) may still contain error messages. These messages should be considered warnings (since the POST/PUT request was successfully executed) and are relevent only if they negatively impact your use case.</p>\n<h4 id=\"potential-record-update-conflict\"><strong>Potential Record Update Conflict</strong></h4>\n<p>Users of the Aljex Live API should be aware of, and plan for, potential conflicts arising from updates made by other authorized users, including users updating records through the Aljex Live UI. In a web-based application there is always potential for overwriting someone else's changes. We handle this conflict in the UI through a record locking mechanism that prevents multiple users from updating the same shipment record. This record locking mechanism is not currently applied in the Aljex Live API. You should plan the timing of updates to minimize thse conflicts.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20529888","collectionId":"50cc07da-5a1a-47ea-b06e-6b7483b5bf6a","publishedId":"Uyr5pziq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-01T16:09:12.000Z"},"item":[{"name":"API User Registration and Authentication","item":[{"name":"Descartes Federated SSO Ticket","id":"2a430283-b088-4fef-b079-7b983301ab7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://auth.gln.com/GlnSsoService/v1/AccountRestApi/getAuthenticationTicket","urlObject":{"protocol":"https","path":["GlnSsoService","v1","AccountRestApi","getAuthenticationTicket"],"host":["auth","gln","com"],"query":[],"variable":[]}},"response":[{"id":"ea400805-1bd7-4ac0-a669-f6dda135bebd","name":"Session token created","originalRequest":{"method":"GET","header":[],"url":"https://auth.gln.com/GlnSsoService/v1/AccountRestApi/getAuthenticationTicket"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"glnfedssoticket\": \"!AUKxNj.........VI=\",\r\n  \"expires\": \"2022-04-18 15:26:44\"\r\n}"}],"_postman_id":"2a430283-b088-4fef-b079-7b983301ab7f"}],"id":"3f43c96b-90db-4e06-b8d1-959a5505e1c4","description":"<h4 id=\"registration\"><strong>Registration</strong></h4>\n<p>User registration is performed by Descartes and involves creating the user's account on the Descartes GLN SSO Service if a GLN user account does not already exist. The user account includes the user's name and email address along with certain characteristics of the user including role, Descartes subscriptions and other relevant information. Upon creation of the user account, the user will receive a confirmation email along with an attached file. The attachment contains the X509 certificate and key pair associated with the user's account. The file is locked and password protected.</p>\n<p>If the API user is already registered on the Descartes GLN SSO Service, the only change required is to add Aljex Live API to the user's subscription set</p>\n<h4 id=\"authentication\"><strong>Authentication</strong></h4>\n<p>Before making a request to an Aljex Live API endpoint, you must first obtain a session token from the Descartes GLN SSO Service. This is done by submitting a request to the GLN together with the X509 certificate. See GET Descartes Federated SSO Ticket below. The response to successful authentication will include the session token. The session token, referred to as the federated SSO ticket, must be submitted in a custom header with every request made to an Aljex Live API endpoint. The custom header is:</p>\n<p><code>x-glnfedssoticket: {your session fed sso ticket}</code></p>\n<p>The federated SSO ticket expires after 30 minutes. Your code should handle expiration of a ticket by requesting the new ticket before or at the the time of expiration.</p>\n<h4 id=\"authentication-example-using-curl\">Authentication Example Using cURL</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -GET --key /path/to/key.pem --cert /path/to/cert.pem https://auth.gln.com/GlnSsoService/v1/AccountRestyApi/getAuthenticationTicket\n\n</code></pre>","_postman_id":"3f43c96b-90db-4e06-b8d1-959a5505e1c4"},{"name":"Shipment","id":"d899228e-c660-4826-9c0a-57fa45d9015f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro","urlObject":{"path":["shipments",":pro"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"pro"}]}},"response":[],"_postman_id":"d899228e-c660-4826-9c0a-57fa45d9015f"},{"name":"Shipments","id":"580dd8a0-a758-4124-93b1-567cd75d60e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro","description":"<p>Use this endpoint to retrieve data about a shipment</p>\n","urlObject":{"path":["shipments",":pro"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"123456","key":"pro"}]}},"response":[{"id":"efeb2f19-4fa0-4b03-bc22-91d6788b4c81","name":"Shipment object","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["shipments",":pro"],"variable":[{"key":"pro","value":"123456","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{ \n\t\"content\": {\n\t\t\"shipment\": {\n\t\t\t\"pro\": 11545,\n\t\t\t\"status\": \"OPEN\",\n\t\t\t\"customer\": {\n\t\t\t\t\"id\": 10,\n\t\t\t\t\"name\": \"ALJEX SUPPLY CO.\",\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"city\": \"\",\n\t\t\t\t\"state\": \"\",\n\t\t\t\t\"zip\": \"\",\n\t\t\t\t\"country\": \"\",\n\t\t\t\t\"contact\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"hours\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"duns_num\": \"\",\n\t\t\t\t\"vision_id\": \"100010\",\n\t\t\t},\n\t\t\t\"carrier\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"mc_num\": \"\",\n\t\t\t\t\"dot_num\": \"\",\n\t\t\t\t\"scac_num\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"city\": \"\",\n\t\t\t\t\"state\": \"\",\n\t\t\t\t\"zip\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"insurance_agent\": \"\",\n\t\t\t\t\"insurance_agent_address\": \"\",\n\t\t\t\t\"insurance_agent_city\": \"\",\n\t\t\t\t\"insurance_agent_state\": \"\",\n\t\t\t\t\"insurance_agent_zip\": \"\",\n\t\t\t\t\"insurance_agent_phone\": \"\",\n\t\t\t\t\"insurance_policy_number\": \"\",\n\t\t\t\t\"cargo_insurance_company_name\": \"\",\n\t\t\t\t\"cargo_insurance_policy_number\": \"\",\n\t\t\t\t\"cargo_insurance_amount\": \"\",\n\t\t\t\t\"cargo_insurance_expire_date\": \"\",\n\t\t\t\t\"liability_insurance_company_name\": \"\",\n\t\t\t\t\"liability_insurance_policy_number\": \"\",\n\t\t\t\t\"liability_insurance_amount\": \"\",\n\t\t\t\t\"liability_insurance_expire_date\": \"\",\n\t\t\t\t\"general_liability_insurance_company_name\": \"\",\n\t\t\t\t\"general_liability_insurance_policy_number\": \"\",\n\t\t\t\t\"general_liability_insurance_amount\": \"\",\n\t\t\t\t\"general_liability_insurance_expire_date\": \"\",\n\t\t\t\t\"work_comp_insurance_company_name\": \"\",\n\t\t\t\t\"work_comp_insurance_policy_number\": \"\",\n\t\t\t\t\"work_comp_insurance_amount\": \"\",\n\t\t\t\t\"work_comp_insurance_expire_date\": \"\",\n\t\t\t\t\"vision_id\": \"\"\n\t\t\t},\n\t\t\t\"bill_to\": {\n\t\t\t\t\"id\": 10,\n\t\t\t\t\"name\": \"ALJEX SUPPLY CO.\",\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"city\": \"\",\n\t\t\t\t\"state\": \"\",\n\t\t\t\t\"zip\": \"\",\n\t\t\t\t\"country\": \"\",\n\t\t\t\t\"contact\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"hours\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"duns_num\": \"\",\n\t\t\t\t\"vision_id\": \"100010\",\n\t\t\t},\n\t\t\t\"office\": \"\",\n\t\t\t\"miles_customer\": \"\",\n\t\t\t\"miles_truck\": \"\",\n\t\t\t\"footage\": \"\",\n\t\t\t\"pieces\": \"\",\n\t\t\t\"weight\": 10000,\n\t\t\t\"weight_billable\": \"\",\n\t\t\t\"freight_class\": \"\",\n\t\t\t\"load_description\": \"LUMBER\",\n\t\t\t\"declared_value\": \"\",\n\t\t\t\"req_hazmat\": \"\",\n\t\t\t\"req_temp\": false,\n\t\t\t\"req_max_temp\": \"\",\n\t\t\t\"req_min_temp\": \"\",\n\t\t\t\"req_pre_cooled\": \"\",\n\t\t\t\"req_lift_gate_pickup\": false,\n\t\t\t\"req_lift_gate_delivery\": false,\n\t\t\t\"req_inside_pickup\": false,\n\t\t\t\"req_inside_delivery\": false,\n\t\t\t\"req_delivery\": \"\",\n\t\t\t\"req_pallet_exchange\": false,\n\t\t\t\"req_pallet_exchange_in\": \"\",\n\t\t\t\"req_pallet_exchange_out\": \"\",\n\t\t\t\"req_tarp\": false,\n\t\t\t\"req_tarp_size\": \"\",\n\t\t\t\"req_permits\": false,\n\t\t\t\"req_oversized\": false,\n\t\t\t\"req_escorts\": false,\n\t\t\t\"req_FSMA\": false,\n\t\t\t\"req_seal\": false,\n\t\t\t\"req_straps_chains\": false,\n\t\t\t\"req_teams\": false,\n\t\t\t\"req_labor\": false,\n\t\t\t\"boards_all\": \"\",\n\t\t\t\"boards_our\": \"\",\n\t\t\t\"boards_no_broker\": false,\n\t\t\t\"mark_hot\": false,\n\t\t\t\"mark_high_risk\": false,\n\t\t\t\"mark_blind\": false,\n\t\t\t\"office\": \"\",\n\t\t\t\"track_dispatched\": \"\",\n\t\t\t\"track_pickup\": \"\",\n\t\t\t\"track_arrived\": \"\",\n\t\t\t\"track_loaded\": \"\",\n\t\t\t\"track_delivered\": \"\",\n\t\t\t\"track_signed_by\": \"\",\n\t\t\t\"track_osd\": \"\",\n\t\t\t\"rate_customer_line_haul_rate\": \"0.0\",\n\t\t\t\"rate_customer_hours\": 0,\n\t\t\t\"rate_customer_fsc_percentage\": \"0.0\",\n\t\t\t\"rate_customer_fsc_per_mile\": \"0.0\",\n\t\t\t\"rate_carrier_line_haul_rate\": \"0.0\",\n\t\t\t\"rate_carrier_hours\": 0,\n\t\t\t\"created_at\": \"2022-04-20T08:36:34.106-04:00\",\n\t\t\t\"updated_at\": \"2022-04-20T08:36:34.568-04:00\",\n\t\t\t\"carrier_id\": \"\",\n\t\t\t\"mode\": \"BROKERAGE\",\n\t\t\t\"pickup_city\": \"\",\n\t\t\t\"pickup_state\": \"\",\n\t\t\t\"pickup_zip\": \"\",\n\t\t\t\"pickup_name\": \"\",\n\t\t\t\"cons_name\": \"\",\n\t\t\t\"cons_zip\": \"\",\n\t\t\t\"cons_state\": \"\",\n\t\t\t\"cons_city\": \"\",\n\t\t\t\"pickup_appt\": \"\",\n\t\t\t\"cons_appt\": \"\",\n\t\t\t\"ready_date\": \"\",\n\t\t\t\"req_customs_bonded\": \"\",\n\t\t\t\"container_number\": \"\",\n\t\t\t\"trailer_number\": \"\",\n\t\t\t\"manifest_number\": \"\",\n\t\t\t\"revenue_type_id\": \"\",\n\t\t\t\"equipment_type_id\": 16,\n\t\t\t\"agent_id\": \"\",\n\t\t\t\"confirm_sent\": \"\",\n\t\t\t\"confirm_rec\": \"\",\n\t\t\t\"dispatched\": \"\",\n\t\t\t\"signed_by\": \"\",\n\t\t\t\"osd\": \"\",\n\t\t\t\"pickup_lat\": \"\",\n\t\t\t\"pickup_long\": \"\",\n\t\t\t\"cons_lat\": \"\",\n\t\t\t\"cons_long\": \"\",\n\t\t\t\"pickup_account_number\": \"\",\n\t\t\t\"cons_account_number\": \"\",\n\t\t\t\"pro\": 11545,\n\t\t\t\"last_audit\": \"2022-04-20T08:36:34.552-04:00\",\n\t\t\t\"tariff\": \"\",\n\t\t\t\"quote\": \"\",\n\t\t\t\"routing_num\": \"\",\n\t\t\t\"waybill_num_1\": \"\",\n\t\t\t\"waybill_num_2\": \"\",\n\t\t\t\"waybill_num_3\": \"\",\n\t\t\t\"booking_num\": \"\",\n\t\t\t\"seal_num\": \"\",\n\t\t\t\"stcc_num\": \"\",\n\t\t\t\"void_reason\": \"\",\n\t\t\t\"void_other_reason\": \"\",\n\t\t\t\"uncover_reason\": \"\",\n\t\t\t\"uncover_notes\": \"\",\n\t\t\t\"hawb_num\": \"\",\n\t\t\t\"truck_num\": \"\",\n\t\t\t\"dispatcher\": \"\",\n\t\t\t\"customer_id\": 10,\n\t\t\t\"bill_to_id\": 10,\n\t\t\t\"pick_stop_progress\": \"\",\n\t\t\t\"carrier_ref\": \"\",\n\t\t\t\"sales_representative_id\": 2,\n\t\t\t\"service_representative_id\": \"\",\n\t\t\t\"dispatcher_assigned_id\": \"\",\n\t\t\t\"dispatcher_actual_id\": \"\",\n\t\t\t\"auto_add_available_truck\": true,\n\t\t\t\"intermodal_type\": \"\",\n\t\t\t\"last_status_change\": \"\",\n\t\t\t\"customer_line_haul_rate_type\": \"\",\n\t\t\t\"pickup_ramp_id\": \"\",\n\t\t\t\"cross_town_pu_ramp_id\": \"\",\n\t\t\t\"cross_town_dest_ramp_id\": \"\",\n\t\t\t\"dest_ramp_id\": \"\",\n\t\t\t\"rate_carrier_line_haul_rate_type\": \"\",\n\t\t\t\"rate_carrier_line_haul_pay_percent\": \"0.0\",\n\t\t\t\"customer_ref_num\": \"\",\n\t\t\t\"bl_num\": \"\",\n\t\t\t\"load_num\": \"\",\n\t\t\t\"references\": [],\n\t\t\t\"last_saved_total_customer_rate\": \"0.0\",\n\t\t\t\"dispatched_reason_id\": \"\",\n\t\t\t\"reserved_by_user_id\": \"\",\n\t\t\t\"reserved_until_datetime\": \"\",\n\t\t\t\"released_at_datetime\": \"\",\n\t\t\t\"service_representative_user_id\": \"\",\n\t\t\t\"dispatcher_assigned_user_id\": \"\",\n\t\t\t\"rate_carrier_max_rate\": \"0.0\",\n\t\t\t\"driver_1_ref_driver\": \"\",\n\t\t\t\"driver_1_cell\": \"\",\n\t\t\t\"driver_1_email\": \"\",\n\t\t\t\"driver_2_ref_driver\": \"\",\n\t\t\t\"driver_2_cell\": \"\",\n\t\t\t\"driver_2_email\": \"\",\n\t\t\t\"driver_origin_city\": \"\",\n\t\t\t\"driver_origin_state\": \"\",\n\t\t\t\"driver_empty_miles\": \"\",\n\t\t\t\"late_check_call_last_processed\": \"\",\n\t\t\t\"customer_total_rates\": \"0.0\",\n\t\t\t\"carrier_total_rates\": \"0.0\",\n\t\t\t\"gross_profit\": \"0.0\",\n\t\t\t\"net_margin\": \"\",\n\t\t\t\"pick_count\": 1,\n\t\t\t\"stop_count\": 1,\n\t\t\t\"open_events\": \"\",\n\t\t\t\"mass_release\": false,\n\t\t\t\"current_stop_num\": 0,\n\t\t\t\"any_bids\": false,\n\t\t\t\"ship_date_filter_string\": \"2022-04-20\",\n\t\t\t\"pick_up_date_filter_string\": \"\",\n\t\t\t\"delivery_date_filter_string\": \"\",\n\t\t\t\"dispatcher_email\": \"\",\n\t\t\t\"post_to_all_load_boards\": false,\n\t\t\t\"post_to_internal_load_board\": false,\n\t\t\t\"dispatcher_phone\": \"\",\n\t\t\t\"req_tonu\": false,\n\t\t\t\"rate_carrier_suggested_market_rate\": \"0.0\",\n\t\t\t\"exception_detention_check\": false,\n\t\t\t\"exception_blank_appt\": true,\n\t\t\t\"carrier_email\": \"\",\n\t\t\t\"revenue_type\": \"\",\n\t\t\t\"equipment_type\": \"F\",\n\t\t\t\"tariff\": \"\",\n\t\t\t\"quote\": \"\",\n\t\t\t\"events\": [],\n\t\t\t\"audit_logs\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": 1685,\n\t\t\t\t\t\"change_type\": \"Shipment\",\n\t\t\t\t\t\"username\": \"internal\",\n\t\t\t\t\t\"changelog\": {\n\t\t\t\t\t\t\"net_margin\": [\n\t\t\t\t\t\t\t\"0.0\",\n\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"pick_count\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t1\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_count\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t1\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"auto_updates\": true,\n\t\t\t\t\t\t\"ship_date_filter_string\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"2022-04-20\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"last_saved_total_customer_rate\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"0.0\"\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"events_processed\": \"\",\n\t\t\t\t\t\"created_at\": \"2022-04-20T08:36:34.552-04:00\",\n\t\t\t\t\t\"updated_at\": \"2022-04-20T08:36:34.552-04:00\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": 1684,\n\t\t\t\t\t\"change_type\": \"Shipment\",\n\t\t\t\t\t\"username\": \"admin\",\n\t\t\t\t\t\"changelog\": {\n\t\t\t\t\t\t\"weight\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t10000\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"bill_to\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"ALJEX SUPPLY CO.\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"customer\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"ALJEX SUPPLY CO.\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_phone\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"(888) 789-7875\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"carrier_email\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"equipment_type\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"F\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_stop_num\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t1\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_stop_num\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"load_description\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"LUMBER\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_event_type\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"P\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_references\": [\n\t\t\t\t\t\t\t[],\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_event_type\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"S\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_references\": [\n\t\t\t\t\t\t\t[],\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_shipment_pro\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t11545\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_shipment_pro\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t11545\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"sales_representative\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_location_name\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"ALJEX SUPPLY CO.\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_location_name\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"ABC SUPPLY\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"accessorial_1_release\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\tfalse\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"accessorial_2_release\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\tfalse\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_ready_or_deliver\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"2022-04-20T00:00:00.000-04:00\"\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"events_processed\": \"\",\n\t\t\t\t\t\"created_at\": \"2022-04-20T08:36:34.438-04:00\",\n\t\t\t\t\t\"updated_at\": \"2022-04-20T08:36:34.438-04:00\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"carrier_bids\": [],\n\t\t\t\"bids\": [],\n\t\t\t\"lock\": \"\",\n\t\t\t\"intermodal_type\": \"\",\n\t\t\t\"service_representative_user\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t},\n\t\t\t\"dispatcher_assigned_user\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t},\n\t\t\t\"pick_stops\": [\n\t\t\t\t{\n\t\t\t\t\t\"stop_num\": 1,\n\t\t\t\t\t\"event_type\": \"P\",\n\t\t\t\t\t\"pieces\": \"\",\n\t\t\t\t\t\"weight\": \"\",\n\t\t\t\t\t\"pallets\": \"\",\n\t\t\t\t\t\"account_number\": \"\",\n\t\t\t\t\t\"references\": [\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\"\n\t\t\t\t\t],\n\t\t\t\t\t\"notes\": \"\",\n\t\t\t\t\t\"appt_note\": \"\",\n\t\t\t\t\t\"received_by\": \"\",\n\t\t\t\t\t\"seal\": \"\",\n\t\t\t\t\t\"shipment_pro\": 11545,\n\t\t\t\t\t\"id\": 2780,\n\t\t\t\t\t\"ready_or_deliver\": \"2022-04-20T00:00:00.000-04:00\",\n\t\t\t\t\t\"appt_start\": \"\",\n\t\t\t\t\t\"appt_end\": \"\",\n\t\t\t\t\t\"arrival\": \"\",\n\t\t\t\t\t\"departure\": \"\",\n\t\t\t\t\t\"appt_start_date\": \"\",\n\t\t\t\t\t\"appt_eta_start\": \"\",\n\t\t\t\t\t\"appt_eta_end\": \"\",\n\t\t\t\t\t\"appt_confirmed\": false,\n\t\t\t\t\t\"appt_fcfs\": false,\n\t\t\t\t\t\"item_description\": \"\",\n\t\t\t\t\t\"apptRange\": false,\n\t\t\t\t\t\"etaRange\": false,\n\t\t\t\t\t\"location_name\": \"ALJEX SUPPLY CO.\",\n\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\"phone\": \"\",\n\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\"pick_stop_site_id\": 10,\n\t\t\t\t\t\"location\": {\n\t\t\t\t\t\t\"id\": 10,\n\t\t\t\t\t\t\"name\": \"\",\n\t\t\t\t\t\t\"address\": \"123 MAIN ST\",\n\t\t\t\t\t\t\"city\": \"COUDERSPORT\",\n\t\t\t\t\t\t\"state\": \"PA\",\n\t\t\t\t\t\t\"zip\": \"16915\",\n\t\t\t\t\t\t\"country\": \"\",\n\t\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\t\"phone\": \"\",\n\t\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\t\"latitude\": \"41.773926\",\n\t\t\t\t\t\t\"longitude\": \"-78.021034\",\n\t\t\t\t\t\t\"created_at\": \"2022-03-29T10:58:29.587-04:00\",\n\t\t\t\t\t\t\"updated_at\": \"2022-03-29T10:58:29.587-04:00\",\n\t\t\t\t\t\t\"company_id\": \"\",\n\t\t\t\t\t\t\"is_primary_location\": false,\n\t\t\t\t\t\t\"vision_account_number\": \"\",\n\t\t\t\t\t\t\"vision_bill_to_account_number\": \"\",\n\t\t\t\t\t\t\"timezone\": \"America/New_York\",\n\t\t\t\t\t\t\"address_2\": \"\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"stop_num\": 2,\n\t\t\t\t\t\"event_type\": \"S\",\n\t\t\t\t\t\"pieces\": \"\",\n\t\t\t\t\t\"weight\": \"\",\n\t\t\t\t\t\"pallets\": \"\",\n\t\t\t\t\t\"account_number\": \"\",\n\t\t\t\t\t\"references\": [\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\"\n\t\t\t\t\t],\n\t\t\t\t\t\"notes\": \"\",\n\t\t\t\t\t\"appt_note\": \"\",\n\t\t\t\t\t\"received_by\": \"\",\n\t\t\t\t\t\"seal\": \"\",\n\t\t\t\t\t\"shipment_pro\": 11545,\n\t\t\t\t\t\"id\": 2781,\n\t\t\t\t\t\"ready_or_deliver\": \"\",\n\t\t\t\t\t\"appt_start\": \"\",\n\t\t\t\t\t\"appt_end\": \"\",\n\t\t\t\t\t\"arrival\": \"\",\n\t\t\t\t\t\"departure\": \"\",\n\t\t\t\t\t\"appt_start_date\": \"\",\n\t\t\t\t\t\"appt_eta_start\": \"\",\n\t\t\t\t\t\"appt_eta_end\": \"\",\n\t\t\t\t\t\"appt_confirmed\": false,\n\t\t\t\t\t\"appt_fcfs\": false,\n\t\t\t\t\t\"item_description\": \"\",\n\t\t\t\t\t\"apptRange\": false,\n\t\t\t\t\t\"etaRange\": false,\n\t\t\t\t\t\"location_name\": \"ABC SUPPLY\",\n\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\"phone\": \"(888) 789-7875\",\n\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\"pick_stop_site_id\": 9,\n\t\t\t\t\t\"location\": {\n\t\t\t\t\t\t\"id\": 9,\n\t\t\t\t\t\t\"name\": \"\",\n\t\t\t\t\t\t\"address\": \"4860 SPRING GROVE AVE\",\n\t\t\t\t\t\t\"city\": \"ATLANTA\",\n\t\t\t\t\t\t\"state\": \"GA\",\n\t\t\t\t\t\t\"zip\": \"\",\n\t\t\t\t\t\t\"country\": \"\",\n\t\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\t\"phone\": \"\",\n\t\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\t\"latitude\": \"33.915382\",\n\t\t\t\t\t\t\"longitude\": \"-84.299469\",\n\t\t\t\t\t\t\"created_at\": \"2022-03-29T10:58:28.502-04:00\",\n\t\t\t\t\t\t\"updated_at\": \"2022-03-29T10:58:28.502-04:00\",\n\t\t\t\t\t\t\"company_id\": \"\",\n\t\t\t\t\t\t\"is_primary_location\": false,\n\t\t\t\t\t\t\"vision_account_number\": \"\",\n\t\t\t\t\t\t\"vision_bill_to_account_number\": \"\",\n\t\t\t\t\t\t\"timezone\": \"America/New_York\",\n\t\t\t\t\t\t\"address_2\": \"\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"intermodal_legs\": [],\n\t\t\t\"accessorial_lines\": [\n\t\t\t\t{\n\t\t\t\t\t\"accessorial\": \"Line Haul\",\n\t\t\t\t\t\"carrier\": \"\",\n\t\t\t\t\t\"carrier_rate\": \"0.0\",\n\t\t\t\t\t\"customer_rate\": \"0.0\",\n\t\t\t\t\t\"line_num\": 1,\n\t\t\t\t\t\"intermodal_leg_id\": \"\",\n\t\t\t\t\t\"release\": false,\n\t\t\t\t\t\"leg_type\": \"\",\n\t\t\t\t\t\"id\": 3140\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"accessorial\": \"FUEL\",\n\t\t\t\t\t\"carrier\": \"\",\n\t\t\t\t\t\"carrier_rate\": \"0.0\",\n\t\t\t\t\t\"customer_rate\": \"0.0\",\n\t\t\t\t\t\"line_num\": 2,\n\t\t\t\t\t\"intermodal_leg_id\": \"\",\n\t\t\t\t\t\"release\": false,\n\t\t\t\t\t\"leg_type\": \"\",\n\t\t\t\t\t\"id\": 3141\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"instruction\": \"\",\n\t\t\t\"shipment_critical_update_log\": {\n\t\t\t\t\"id\": 1675,\n\t\t\t\t\"created_by\": \"\",\n\t\t\t\t\"reserved_set_at\": \"\",\n\t\t\t\t\"reserved_set_by\": \"\",\n\t\t\t\t\"covered_set_at\": \"\",\n\t\t\t\t\"covered_set_by\": \"\",\n\t\t\t\t\"carrier_lh_rate_set_at\": \"\",\n\t\t\t\t\"carrier_lh_rate_set_by\": \"\",\n\t\t\t\t\"carrier_confirmation_sent_set_at\": \"\",\n\t\t\t\t\"carrier_confirmation_sent_set_by\": \"\",\n\t\t\t\t\"carrier_confirmation_received_set_at\": \"\",\n\t\t\t\t\"carrier_confirmation_received_set_by\": \"\",\n\t\t\t\t\"tonu_set_at\": \"\",\n\t\t\t\t\"tonu_set_by\": \"\",\n\t\t\t\t\"dispatched_set_at\": \"\",\n\t\t\t\t\"dispatched_set_by\": \"\",\n\t\t\t\t\"first_pick_eta_set_at\": \"\",\n\t\t\t\t\"first_pick_eta_set_by\": \"\",\n\t\t\t\t\"first_pick_departed_set_at\": \"\",\n\t\t\t\t\"first_pick_departed_set_by\": \"\",\n\t\t\t\t\"last_pick_departed_set_at\": \"\",\n\t\t\t\t\"last_pick_departed_set_by\": \"\",\n\t\t\t\t\"released_set_at\": \"\",\n\t\t\t\t\"released_set_by\": \"\",\n\t\t\t\t\"invoice_posted_set_at\": \"\",\n\t\t\t\t\"invoice_posted_set_by\": \"\",\n\t\t\t\t\"invoice_paid_set_at\": \"\",\n\t\t\t\t\"invoice_paid_set_by\": \"\",\n\t\t\t\t\"shipment_pro\": 11545\n\t\t\t},\n\t\t\t\"sales_representative\": {\n\t\t\t\t\"id\": 2,\n\t\t\t\t\"person_id\": \"\",\n\t\t\t\t\"created_at\": \"2022-03-29T10:57:46.140-04:00\",\n\t\t\t\t\"updated_at\": \"2022-03-29T10:57:46.140-04:00\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"rep_id\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"retired\": false,\n\t\t\t\t\"user_id\": \"\",\n\t\t\t\t\"email_quotes\": false,\n\t\t\t\t\"email_tags\": false,\n\t\t\t\t\"email_credit_changes\": false,\n\t\t\t\t\"email_short_pays\": false,\n\t\t\t\t\"email_low_brokerages\": false,\n\t\t\t\t\"email_customer_aging\": false,\n\t\t\t\t\"email_commission_report\": false,\n\t\t\t\t\"email_shipment_report\": false,\n\t\t\t\t\"commission_pay_type\": \"\",\n\t\t\t\t\"commission_pay_percentage\": \"\",\n\t\t\t\t\"commission_pay_flat_amount\": \"\",\n\t\t\t\t\"commission_minimum_house_cut\": \"\",\n\t\t\t\t\"commission_overhead_deduction_type\": \"\",\n\t\t\t\t\"commission_overhead_deduction_flat_amount\": \"\",\n\t\t\t\t\"commission_overhead_deduction_percentage\": \"\",\n\t\t\t\t\"commission_minimum_house_profit_percentage\": \"\",\n\t\t\t\t\"commission_minimum_gross_profit_before_commission\": \"\",\n\t\t\t\t\"commission_minimum_percentage_before_commission\": \"\",\n\t\t\t\t\"commission_minimum_amount\": \"\",\n\t\t\t\t\"commission_creation_source\": \"\",\n\t\t\t\t\"commission_days_before_no_commission\": \"\",\n\t\t\t\t\"commission_expense_source\": \"\",\n\t\t\t\t\"commission_line_haul_only\": false,\n\t\t\t\t\"vendor_name\": \"\",\n\t\t\t\t\"vendor_address\": \"\",\n\t\t\t\t\"vendor_address_2\": \"\",\n\t\t\t\t\"vendor_city\": \"\",\n\t\t\t\t\"vendor_state\": \"\",\n\t\t\t\t\"vendor_zip\": \"\",\n\t\t\t\t\"vendor_phone\": \"\",\n\t\t\t\t\"vendor_federal_id\": \"\",\n\t\t\t\t\"vendor_federal_or_ssn\": \"\",\n\t\t\t\t\"vendor_w9_on_file\": false,\n\t\t\t\t\"vendor_send_1099\": false,\n\t\t\t\t\"vendor_bill_to_name\": \"\",\n\t\t\t\t\"vendor_bill_to_address\": \"\",\n\t\t\t\t\"vendor_bill_to_address_2\": \"\",\n\t\t\t\t\"vendor_bill_to_city\": \"\",\n\t\t\t\t\"vendor_bill_to_state\": \"\",\n\t\t\t\t\"vendor_bill_to_zip\": \"\",\n\t\t\t\t\"vendor_bill_to_phone\": \"\",\n\t\t\t\t\"agent_id\": \"\"\n\t\t\t},\n\t\t\t\"dispatcher_actual\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t},\n\t\t\t\"reserved_by_user\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t}\n\t\t}\n\t},\n\t\"message\": \"\",\n\t\"errors\": []\n}"},{"id":"6c9b5f33-700e-4365-b444-9e88797bb5c3","name":"Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["shipments",":pro"],"variable":[{"key":"pro","value":"123456","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"errors\": [\n        \"Pro not found\"\n    ],\n    \"content\": {}\n}"}],"_postman_id":"580dd8a0-a758-4124-93b1-567cd75d60e7"},{"name":"Shipments","id":"90d75c15-db26-4619-a38e-043a680af0d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-fedssoticket","value":"!AUKxNj.........VI=","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"shipment\": {\n\t\t\"mode\": \"BROKERAGE\",\n\t\t\"load_description\": \"LUMBER\",\n\t\t\"weight\": \"10000\",\n\t\t\"customer\": { \"id\": 10 },\n\t\t\"carrier\": \"\",\n\t\t\"bill_to\": { \"id\": 10 },\n\t\t\"office\": \"\",\n\t\t\"sales_representative_name\": \"\",\n\t\t\"service_representative_user_username\": \"\",\n\t\t\"dispatcher_assigned_user_username\": \"\",\n\t\t\"dispatcher_actual_user_username\": \"\",\n\t\t\"tariff\": \"\",\n\t\t\"status\": \"\",\n\t\t\"revenue_type_code\": \"\",\n\t\t\"revenue_type_description\": \"\",\n\t\t\"equipment_type_code\": \"F\",\n\t\t\"equipment_type_description\": \"FLATBED\"\n\t\t\"miles_customer\": \"\",\n\t\t\"miles_truck\": \"\",\n\t\t\"footage\": \"\",\n\t\t\"pieces\": \"\",\n\t\t\"weight_billable\": \"\",\n\t\t\"freight_class\": \"\",\n\t\t\"declared_value\": \"\",\n\t\t\"req_hazmat\": \"\",\n\t\t\"req_temp\": false,\n\t\t\"req_max_temp\": \"\",\n\t\t\"req_min_temp\": \"\",\n\t\t\"req_pre_cooled\": \"\",\n\t\t\"req_lift_gate_pickup\": false,\n\t\t\"req_lift_gate_delivery\": false,\n\t\t\"req_inside_pickup\": false,\n\t\t\"req_inside_delivery\": false,\n\t\t\"req_delivery\": \"\",\n\t\t\"req_pallet_exchange\": false,\n\t\t\"req_pallet_exchange_in\": \"\",\n\t\t\"req_pallet_exchange_out\": \"\",\n\t\t\"req_tarp\": false,\n\t\t\"req_tarp_size\": \"\",\n\t\t\"req_permits\": false,\n\t\t\"req_oversized\": false,\n\t\t\"req_escorts\": false,\n\t\t\"req_FSMA\": false,\n\t\t\"req_seal\": false,\n\t\t\"req_straps_chains\": false,\n\t\t\"req_teams\": false,\n\t\t\"req_labor\": false,\n\t\t\"boards_all\": \"\",\n\t\t\"boards_our\": \"\",\n\t\t\"boards_no_broker\": false,\n\t\t\"mark_hot\": false,\n\t\t\"mark_high_risk\": false,\n\t\t\"mark_blind\": false,\n\t\t\"office\": \"\",\n\t\t\"track_dispatched\": \"\",\n\t\t\"track_pickup\": \"\",\n\t\t\"track_arrived\": \"\",\n\t\t\"track_loaded\": \"\",\n\t\t\"track_delivered\": \"\",\n\t\t\"track_signed_by\": \"\",\n\t\t\"track_osd\": \"\",\n\t\t\"rate_customer_line_haul_rate\": \"0.0\",\n\t\t\"rate_customer_hours\": 0,\n\t\t\"rate_customer_fsc_percentage\": \"0.0\",\n\t\t\"rate_customer_fsc_per_mile\": \"0.0\",\n\t\t\"rate_carrier_line_haul_rate\": \"0.0\",\n\t\t\"rate_carrier_hours\": 0,\n\t\t\"pickup_city\": \"\",\n\t\t\"pickup_state\": \"\",\n\t\t\"pickup_zip\": \"\",\n\t\t\"pickup_name\": \"\",\n\t\t\"cons_name\": \"\",\n\t\t\"cons_zip\": \"\",\n\t\t\"cons_state\": \"\",\n\t\t\"cons_city\": \"\",\n\t\t\"pickup_appt\": \"\",\n\t\t\"cons_appt\": \"\",\n\t\t\"ready_date\": \"\",\n\t\t\"req_customs_bonded\": \"\",\n\t\t\"container_number\": \"\",\n\t\t\"trailer_number\": \"\",\n\t\t\"manifest_number\": \"\",\n\t\t\"agent_id\": \"\",\n\t\t\"confirm_sent\": \"\",\n\t\t\"confirm_rec\": \"\",\n\t\t\"dispatched\": \"\",\n\t\t\"signed_by\": \"\",\n\t\t\"osd\": \"\",\n\t\t\"pickup_lat\": \"\",\n\t\t\"pickup_long\": \"\",\n\t\t\"cons_lat\": \"\",\n\t\t\"cons_long\": \"\",\n\t\t\"pickup_account_number\": \"\",\n\t\t\"cons_account_number\": \"\",\n\t\t\"pro\": \"\",\n\t\t\"last_audit\": \"\",\n\t\t\"tariff\": \"\",\n\t\t\"quote\": \"\",\n\t\t\"routing_num\": \"\",\n\t\t\"waybill_num_1\": \"\",\n\t\t\"waybill_num_2\": \"\",\n\t\t\"waybill_num_3\": \"\",\n\t\t\"booking_num\": \"\",\n\t\t\"seal_num\": \"\",\n\t\t\"stcc_num\": \"\",\n\t\t\"void_reason\": \"\",\n\t\t\"void_other_reason\": \"\",\n\t\t\"uncover_reason\": \"\",\n\t\t\"uncover_notes\": \"\",\n\t\t\"hawb_num\": \"\",\n\t\t\"truck_num\": \"\",\n\t\t\"dispatcher\": \"\",\n\t\t\"pick_stop_progress\": \"\",\n\t\t\"carrier_ref\": \"\",\n\t\t\"auto_add_available_truck\": true,\n\t\t\"intermodal_type\": \"\",\n\t\t\"customer_line_haul_rate_type\": \"\",\n\t\t\"dest_ramp_id\": \"\",\n\t\t\"rate_carrier_line_haul_rate_type\": \"\",\n\t\t\"rate_carrier_line_haul_pay_percent\": \"0.0\",\n\t\t\"customer_ref_num\": \"\",\n\t\t\"bl_num\": \"\",\n\t\t\"load_num\": \"\",\n\t\t\"references\": [],\n\t\t\"last_saved_total_customer_rate\": \"\",\n\t\t\"dispatched_reason_id\": \"\",\n\t\t\"reserved_by_user_id\": \"\",\n\t\t\"reserved_until_datetime\": \"\",\n\t\t\"released_at_datetime\": \"\",\n\t\t\"rate_carrier_max_rate\": \"0.0\",\n\t\t\"driver_1_ref_driver\": \"\",\n\t\t\"driver_1_cell\": \"\",\n\t\t\"driver_1_email\": \"\",\n\t\t\"driver_2_ref_driver\": \"\",\n\t\t\"driver_2_cell\": \"\",\n\t\t\"driver_2_email\": \"\",\n\t\t\"driver_origin_city\": \"\",\n\t\t\"driver_origin_state\": \"\",\n\t\t\"driver_empty_miles\": \"\",\n\t\t\"late_check_call_last_processed\": \"\",\n\t\t\"customer_total_rates\": \"0.0\",\n\t\t\"carrier_total_rates\": \"0.0\",\n\t\t\"gross_profit\": \"0.0\",\n\t\t\"net_margin\": \"0.0\",\n\t\t\"pick_count\": \"\",\n\t\t\"stop_count\": \"\",\n\t\t\"open_events\": \"\",\n\t\t\"mass_release\": false,\n\t\t\"current_stop_num\": 0,\n\t\t\"any_bids\": false,\n\t\t\"ship_date_filter_string\": \"\",\n\t\t\"pick_up_date_filter_string\": \"\",\n\t\t\"delivery_date_filter_string\": \"\",\n\t\t\"dispatcher_email\": \"\",\n\t\t\"post_to_all_load_boards\": false,\n\t\t\"post_to_internal_load_board\": false,\n\t\t\"dispatcher_phone\": \"\",\n\t\t\"req_tonu\": false,\n\t\t\"rate_carrier_suggested_market_rate\": \"0.0\",\n\t\t\"exception_detention_check\": false,\n\t\t\"exception_blank_appt\": false,\n\t\t\"carrier_email\": \"\",\n    \"pick_stops\": [\n      {\n        \"stop_num\": 1,\n        \"event_type\": \"P\",\n        \"pieces\": \"\",\n        \"weight\": \"\",\n        \"pallets\": \"\",\n        \"account_number\": \"\",\n        \"references\": [\n          \"\",\n          \"\",\n          \"\",\n          \"\",\n          \"\",\n          \"\"\n        ],\n        \"notes\": \"\",\n        \"appt_note\": \"\",\n        \"received_by\": \"\",\n        \"seal\": \"\",\n        \"shipment_pro\": \"\",\n        \"ready_or_deliver\": \"2022-04-20T00:00:00.000-04:00\",\n        \"appt_start\": \"\",\n        \"appt_end\": \"\",\n        \"arrival\": \"\",\n        \"departure\": \"\",\n        \"appt_start_date\": \"\",\n        \"appt_eta_start\": \"\",\n        \"appt_eta_end\": \"\",\n        \"appt_confirmed\": false,\n        \"appt_fcfs\": false,\n        \"item_description\": \"\",\n        \"apptRange\": false,\n        \"etaRange\": false,\n        \"location_name\": \"ALJEX SUPPLY CO.\",\n        \"contact\": \"\",\n        \"hours\": \"\",\n        \"phone\": \"\",\n        \"email\": \"\",\n        \"pick_stop_site_id\": 10,\n        \"location\": {\n          \"name\": \"\",\n          \"address\": \"123 MAIN ST\",\n          \"city\": \"COUDERSPORT\",\n          \"state\": \"PA\",\n          \"zip\": \"16915\",\n          \"country\": \"\",\n          \"contact\": \"\",\n          \"phone\": \"\",\n          \"hours\": \"\",\n          \"email\": \"\",\n          \"vision_account_number\": \"\",\n          \"vision_bill_to_account_number\": \"\",\n          \"address_2\": \"\"\n        }\n      },\n      {\n        \"stop_num\": 2,\n        \"event_type\": \"S\",\n        \"pieces\": \"\",\n        \"weight\": \"\",\n        \"pallets\": \"\",\n        \"account_number\": \"\",\n        \"references\": [\n          \"\",\n          \"\",\n          \"\",\n          \"\",\n          \"\",\n          \"\"\n        ],\n        \"notes\": \"\",\n        \"appt_note\": \"\",\n        \"received_by\": \"\",\n        \"seal\": \"\",\n        \"shipment_pro\": \"\",\n        \"ready_or_deliver\": \"\",\n        \"appt_start\": \"\",\n        \"appt_end\": \"\",\n        \"arrival\": \"\",\n        \"departure\": \"\",\n        \"appt_start_date\": \"\",\n        \"appt_eta_start\": \"\",\n        \"appt_eta_end\": \"\",\n        \"appt_confirmed\": false,\n        \"appt_fcfs\": false,\n        \"item_description\": \"\",\n        \"apptRange\": false,\n        \"etaRange\": false,\n        \"location_name\": \"ABC SUPPLY\",\n        \"contact\": \"\",\n        \"hours\": \"\",\n        \"phone\": \"(888) 789-7875\",\n        \"email\": \"\",\n        \"location\": {\n          \"name\": \"\",\n          \"address\": \"4860 SPRING GROVE AVE\",\n          \"city\": \"ATLANTA\",\n          \"state\": \"GA\",\n          \"zip\": \"\",\n          \"country\": \"\",\n          \"contact\": \"\",\n          \"phone\": \"\",\n          \"hours\": \"\",\n          \"email\": \"\",\n          \"vision_account_number\": \"\",\n          \"vision_bill_to_account_number\": \"\",\n          \"address_2\": \"\"\n        }\n      }\n    ],\n    \"accessorial_lines\": [\n      {\n        \"accessorial\": \"Line Haul\",\n        \"carrier\": \"\",\n        \"carrier_rate\": \"0.0\",\n        \"customer_rate\": \"0.0\",\n        \"line_num\": 1,\n        \"intermodal_leg_id\": \"\",\n        \"release\": false,\n        \"leg_type\": \"\",\n      },\n      {\n        \"accessorial\": \"FUEL\",\n        \"carrier\": \"\",\n        \"carrier_rate\": \"0.0\",\n        \"customer_rate\": \"0.0\",\n        \"line_num\": 2,\n        \"intermodal_leg_id\": \"\",\n        \"release\": false,\n        \"leg_type\": \"\",\n      }\n    ],\n    \"instruction_special_instructions\": \"\",\n\t\t\"instruction_pickup_instructions\": \"\",\n\t\t\"instruction_customer_instructions\": \"\",\n\t\t\"instruction_consignee_instructions\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments","description":"<p>Use this endpoint to create a new shipment record.</p>\n<p>Please note that the chronology of stop appointments, and arrived and departed date/times updated via Aljex Live API, is not validated. Validation of chronology should be implemented in your code. Chronology <strong>is</strong> enforced in the Aljex Live UI. Failure to validate chronolgy in your code may lead to conflicts when a shipment is viewed and/or updated in the UI.</p>\n<p>Additionally, required fields are enforced only in the Aljex Live UI. Any fields configured to be required in the UI should always be populated to avoid conflicts with the UI.</p>\n<p>Requirements for specific fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Identifier</strong></th>\n<th><strong>Specify As</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer</td>\n<td>aljex_id (Aljex-wide ID)  <br /></td>\n<td>{ \"aljex_id\": \"123\" } or \"customer_aljex_id\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>DUNS</td>\n<td>{ \"duns_num\": \"123\" } or \"customer_duns_num\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Aljex Live record ID</td>\n<td>\"customer\": { \"id\": \"123\" } or \"customer_id\": \"123\"</td>\n</tr>\n<tr>\n<td>Bill-to (Note: Bill-to will default to customer's bill-to if not specified</td>\n<td>aljex_id (Aljex-wide ID)</td>\n<td>\"bill_to\": { \"aljex_id\": \"123\" } or \"bill_to_aljex_id\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>DUNS</td>\n<td>\"bill_to\": { \"duns_num\": \"123\" } or \"bill_to_duns_num\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Aljex Live record ID</td>\n<td>\"bill_to\": { \"id\": \"123\" } or \"bill_to_id\": \"123\"</td>\n</tr>\n<tr>\n<td>Carrier</td>\n<td>aljex_id (Aljex-wide ID)</td>\n<td>{ \"aljex_id\": \"123\" } or \"carrier_aljex_id\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Carrier's MC</td>\n<td>\"carrier\": { \"mc_num\": \"123\" } or \"carrier_mc_num\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Carrier's DOT</td>\n<td>\"carrier\": { \"dot_num\": \"123\" } or \"carrier_dot_num\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Carrier's SCAC</td>\n<td>\"carrier\": { \"scac_num\": \"123\" } or \"carrier_scac_num\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Aljex Live record ID</td>\n<td>\"carrier\": { \"id\": \"123\" } or \"carrier_id\": \"123\"</td>\n</tr>\n<tr>\n<td>Equipment Type</td>\n<td>Aljex-wide code</td>\n<td>\"equipment_type\": {\"code\": 'E\"} or \"equipment_type_code\": \"E\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Aljex Live record ID</td>\n<td>\"equipment_type\": { \"id\": \"123\" } or \"equipment_type_id\": \"123\"</td>\n</tr>\n<tr>\n<td>Revenue Type</td>\n<td>Aljex-wide code</td>\n<td>\"revenue_type\": {\"code\": 'E\"} or \"revenue_type_code\": \"E\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Aljex Live record ID</td>\n<td>\"revenue_type\": { \"id\": \"123\" } or \"revenue_type_id\": \"123\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["shipments"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ec8ccd6d-9225-4003-94d0-ab9ea878361b","name":"create Shipment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"shipment\": {\n\t\t\"customer\": { \"id\": 2008 },\n\t\t\"bill_to\": { \"id\": 2008 },\n\t\t\"carrier\": { \"mc_num\": \"999999\" },\n\t\t\"miles_customer\": 106,\n\t\t\"miles_truck\": 101,\n\t\t\"footage\": \"50\",\n\t\t\"pieces\": \"\",\n\t\t\"weight\": 10500,\n\t\t\"weight_billable\": 9501,\n\t\t\"freight_class\": \"\",\n\t\t\"load_description\": \"LUMBER\",\n\t\t\"declared_value\": 0,\n\t\t\"req_hazmat\": false,\n\t\t\"req_temp\": false,\n\t\t\"req_max_temp\": \"\",\n\t\t\"req_min_temp\": \"\",\n\t\t\"req_pre_cooled\": \"\",\n\t\t\"req_lift_gate_pickup\": \"\",\n\t\t\"req_lift_gate_delivery\": \"\",\n\t\t\"req_inside_pickup\": \"\",\n\t\t\"req_inside_delivery\": \"\",\n\t\t\"req_delivery\": true,\n\t\t\"req_pallet_exchange\": false,\n\t\t\"req_pallet_exchange_in\": \"\",\n\t\t\"req_pallet_exchange_out\": \"\",\n\t\t\"req_tarp\": \"\",\n\t\t\"req_tarp_size\": \"P\",\n\t\t\"req_permits\": \"\",\n\t\t\"req_oversized\": \"\",\n\t\t\"req_escorts\": \"\",\n\t\t\"req_FSMA\": \"\",\n\t\t\"req_seal\": \"\",\n\t\t\"req_straps_chains\": \"\",\n\t\t\"req_teams\": \"\",\n\t\t\"req_labor\": \"\",\n\t\t\"boards_all\": \"\",\n\t\t\"boards_our\": \"\",\n\t\t\"boards_no_broker\": \"\",\n\t\t\"mark_hot\": \"\",\n\t\t\"mark_high_risk\": false,\n\t\t\"mark_blind\": \"\",\n\t\t\"office\": \"\",\n\t\t\"rate_customer_line_haul_rate\": \"379.0\",\n\t\t\"rate_customer_hours\": 0,\n\t\t\"rate_customer_fsc_percentage\": \"0.0\",\n\t\t\"rate_customer_fsc_per_mile\": \"0.0\",\n\t\t\"rate_carrier_line_haul_rate\": \"289.0\",\n\t\t\"rate_carrier_hours\": 0,\n\t\t\"mode\": \"BROKERAGE\",\n\t\t\"req_customs_bonded\": \"\",\n\t\t\"container_number\": \"\",\n\t\t\"trailer_number\": \"\",\n\t\t\"manifest_number\": \"\",\n\t\t\"revenue_type_code\": \"HOMEGROWN\",\n\t\t\"revenue_type_description\": \"HOMEGROWN\",\n\t\t\"equipment_type_code\": \"V\",\n\t\t\"equipment_type_description\": \"DRY VAN\",\n\t\t\"office\": \"\",\n\t\t\"confirm_sent\": \"\",\n\t\t\"confirm_rec\": \"\",\n\t\t\"dispatched\": \"\",\n\t\t\"signed_by\": \"\",\n\t\t\"osd\": \"\",\n\t\t\"last_audit\": \"\",\n\t\t\"tariff\": \"\",\n\t\t\"quote\": \"\",\n\t\t\"routing_num\": \"\",\n\t\t\"waybill_num_1\": \"\",\n\t\t\"waybill_num_2\": \"\",\n\t\t\"waybill_num_3\": \"\",\n\t\t\"booking_num\": \"\",\n\t\t\"seal_num\": \"\",\n\t\t\"stcc_num\": \"\",\n\t\t\"void_reason\": \"\",\n\t\t\"void_other_reason\": \"\",\n\t\t\"uncover_reason\": \"\",\n\t\t\"uncover_notes\": \"\",\n\t\t\"hawb_num\": \"\",\n\t\t\"truck_num\": \"1\",\n\t\t\"dispatcher\": \"\",\n\t\t\"pick_stop_progress\": \"\",\n\t\t\"carrier_ref\": \"D\",\n\t\t\"sales_representative_name\": \"\",\n\t\t\"service_representative_user_username\": \"\",\n\t\t\"dispatcher_assigned_user_username\": \"ABC\",\n\t\t\"dispatcher_actual_user_username\": \"ABC\",\n\t\t\"auto_add_available_truck\": true,\n\t\t\"intermodal_type\": \"\",\n\t\t\"last_status_change\": \"\",\n\t\t\"customer_line_haul_rate_type\": \"Flat Rate\",\n\t\t\"rate_carrier_line_haul_rate_type\": \"Flat Rate\",\n\t\t\"rate_carrier_line_haul_pay_percent\": \"0.0\",\n\t\t\"customer_ref_num\": \"9999999999\",\n\t\t\"bl_num\": \"A\",\n\t\t\"load_num\": \"\",\n\t\t\"references\": [\n\t\t\t\"00009992229\",\n\t\t\t\"38934898\"\n\t\t],\n\t\t\"last_saved_total_customer_rate\": \"\",\n\t\t\"reserved_until_datetime\": \"\",\n\t\t\"released_at_datetime\": \"\",\n\t\t\"rate_carrier_max_rate\": \"0.0\",\n\t\t\"late_check_call_last_processed\": \"\",\n\t\t\"driver_1_ref_driver\": \"D\",\n\t\t\"driver_1_cell\": \"(111) 111-1111\",\n\t\t\"driver_1_email\": \"\",\n\t\t\"driver_2_ref_driver\": \"\",\n\t\t\"driver_2_cell\": \"\",\n\t\t\"driver_2_email\": \"\",\n\t\t\"driver_origin_city\": \"\",\n\t\t\"driver_origin_state\": \"\",\n\t\t\"driver_empty_miles\": \"\",\n\t\t\"customer_total_rates\": \"\",\n\t\t\"carrier_total_rates\": \"\",\n\t\t\"gross_profit\": \"\",\n\t\t\"net_margin\": \"\",\n\t\t\"pick_count\": 1,\n\t\t\"stop_count\": 1,\n\t\t\"open_events\": \"\",\n\t\t\"mass_release\": false,\n\t\t\"dispatcher_email\": \"\",\n\t\t\"dispatcher_phone\": \"\",\n\t\t\"req_tonu\": false,\n\t\t\"rate_carrier_suggested_market_rate\": \"0.0\",\n\t\t\"exception_detention_check\": false,\n\t\t\"exception_blank_appt\": false,\n\t\t\"carrier_email\": \"\",\n\t\t\"tariff\": \"\",\n\t\t\"pick_stops\": [\n\t\t\t{\n\t\t\t\t\"stop_num\": 1,\n\t\t\t\t\"event_type\": \"P\",\n\t\t\t\t\"pieces\": \"50\",\n\t\t\t\t\"weight\": \"7081\",\n\t\t\t\t\"pallets\": \"\",\n\t\t\t\t\"account_number\": \"\",\n\t\t\t\t\"references\": [\n\t\t\t\t\t\"82742229\",\n\t\t\t\t\t\"\",\n\t\t\t\t\t\"\",\n\t\t\t\t\t\"\",\n\t\t\t\t\t\"\",\n\t\t\t\t\t\"\"\n\t\t\t\t],\n\t\t\t\t\"notes\": \"\",\n\t\t\t\t\"appt_note\": \"\",\n\t\t\t\t\"received_by\": \"\",\n\t\t\t\t\"seal\": \"\",\n\t\t\t\t\"shipment_pro\": 123456,\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"ready_or_deliver\": \"2021-01-06T22:40:00.000-06:00\",\n\t\t\t\t\"appt_start\": \"2021-01-07T11:30:00.000-06:00\",\n\t\t\t\t\"appt_end\": \"\",\n\t\t\t\t\"arrival\": \"\",\n\t\t\t\t\"departure\": \"\",\n\t\t\t\t\"appt_start_date\": \"01/07/2021\",\n\t\t\t\t\"appt_eta_start\": \"2021-01-07T00:00:00.000-06:00\",\n\t\t\t\t\"appt_eta_end\": \"\",\n\t\t\t\t\"appt_confirmed\": false,\n\t\t\t\t\"appt_fcfs\": false,\n\t\t\t\t\"item_description\": \"\",\n\t\t\t\t\"apptRange\": false,\n\t\t\t\t\"etaRange\": false,\n\t\t\t\t\"location_name\": \"ACME PACKAGING\",\n\t\t\t\t\"contact\": \"\",\n\t\t\t\t\"hours\": \"2240-\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"pick_stop_site_id\": \"\",\n\t\t\t\t\"location\": {\n\t\t\t\t\t\"id\": 29835,\n\t\t\t\t\t\"name\": \"ACME PACKAGING\",\n\t\t\t\t\t\"address\": \"21561 FLEET STREET\",\n\t\t\t\t\t\"city\": \"CHICAGO\",\n\t\t\t\t\t\"state\": \"IL\",\n\t\t\t\t\t\"zip\": \"60403\",\n\t\t\t\t\t\"country\": \"\",\n\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\"latitude\": \"41.58025\",\n\t\t\t\t\t\"longitude\": \"-88.141953\",\n\t\t\t\t\t\"created_at\": \"2020-07-01T05:32:37.447-04:00\",\n\t\t\t\t\t\"updated_at\": \"2021-03-28T22:43:31.613-04:00\",\n\t\t\t\t\t\"company_id\": 29835,\n\t\t\t\t\t\"vision_account_number\": \"129835\",\n\t\t\t\t\t\"vision_bill_to_account_number\": \"\",\n\t\t\t\t\t\"timezone\": \"America/Chicago\",\n\t\t\t\t\t\"address_2\": \"\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"stop_num\": 2,\n\t\t\t\t\"event_type\": \"S\",\n\t\t\t\t\"pieces\": \"50\",\n\t\t\t\t\"weight\": \"7081\",\n\t\t\t\t\"pallets\": \"\",\n\t\t\t\t\"account_number\": \"\",\n\t\t\t\t\"references\": [\n\t\t\t\t\t\"229625\",\n\t\t\t\t\t\"\",\n\t\t\t\t\t\"\",\n\t\t\t\t\t\"\",\n\t\t\t\t\t\"\",\n\t\t\t\t\t\"\"\n\t\t\t\t],\n\t\t\t\t\"notes\": \"\",\n\t\t\t\t\"appt_note\": \"839828777\",\n\t\t\t\t\"received_by\": \"\",\n\t\t\t\t\"seal\": \"\",\n\t\t\t\t\"shipment_pro\": 853901,\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"ready_or_deliver\": \"2020-01-07T23:59:59.000-06:00\",\n\t\t\t\t\"appt_start\": \"2020-01-07T17:00:00.000-06:00\",\n\t\t\t\t\"appt_end\": \"\",\n\t\t\t\t\"arrival\": \"\",\n\t\t\t\t\"departure\": \"\",\n\t\t\t\t\"appt_start_date\": \"01/07/2020\",\n\t\t\t\t\"appt_eta_start\": \"\",\n\t\t\t\t\"appt_eta_end\": \"\",\n\t\t\t\t\"appt_confirmed\": false,\n\t\t\t\t\"appt_fcfs\": false,\n\t\t\t\t\"item_description\": \"\",\n\t\t\t\t\"apptRange\": false,\n\t\t\t\t\"etaRange\": false,\n\t\t\t\t\"location_name\": \"SUPERSAVERS - DC# 1\",\n\t\t\t\t\"contact\": \"\",\n\t\t\t\t\"hours\": \"0001-\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"pick_stop_site_id\": \"\",\n\t\t\t\t\"location\": {\n\t\t\t\t\t\"id\": 8590,\n\t\t\t\t\t\"name\": \"SUPERSAVERS\",\n\t\t\t\t\t\"address\": \"1955 W WEST ST\",\n\t\t\t\t\t\"city\": \"CENTRAL PARK\",\n\t\t\t\t\t\"state\": \"IL\",\n\t\t\t\t\t\"zip\": \"60160\",\n\t\t\t\t\t\"country\": \"\",\n\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\"latitude\": \"41.908001\",\n\t\t\t\t\t\"longitude\": \"-87.857811\",\n\t\t\t\t\t\"created_at\": \"2020-06-30T16:49:23.740-04:00\",\n\t\t\t\t\t\"updated_at\": \"2021-03-28T22:40:40.265-04:00\",\n\t\t\t\t\t\"company_id\": 8590,\n\t\t\t\t\t\"vision_account_number\": \"108590\",\n\t\t\t\t\t\"vision_bill_to_account_number\": \"\",\n\t\t\t\t\t\"timezone\": \"America/Chicago\",\n\t\t\t\t\t\"address_2\": \"\"\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"accessorial_lines\": [\n\t\t\t{\n\t\t\t\t\"accessorial\": \"Line Haul\",\n\t\t\t\t\"carrier\": {\n\t\t\t\t\t\"id\": 29728,\n\t\t\t\t\t\"name\": \"NEWBE FREIGHT LLC\",\n\t\t\t\t\t\"mc_num\": \"999999\",\n\t\t\t\t\t\"dot_num\": \"9999997\",\n\t\t\t\t\t\"scac_num\": \"ABCD\",\n\t\t\t\t\t\"phone\": \"(999) 804-9075\",\n\t\t\t\t\t\"created_at\": \"2020-06-30T11:47:06.049-04:00\",\n\t\t\t\t\t\"updated_at\": \"2021-07-08T10:17:26.492-04:00\",\n\t\t\t\t\t\"address\": \"1233 MAIN ST\",\n\t\t\t\t\t\"city\": \"SAN FRANCISCO\",\n\t\t\t\t\t\"state\": \"CA\",\n\t\t\t\t\t\"zip\": \"99103\",\n\t\t\t\t\t\"email\": \"\"\n\t\t\t\t},\n\t\t\t\t\"carrier_rate\": \"309.0\",\n\t\t\t\t\"customer_rate\": \"389.0\",\n\t\t\t\t\"line_num\": 1,\n\t\t\t\t\"id\": \"\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"accessorial\": \"FUEL\",\n\t\t\t\t\"carrier\": {\n\t\t\t\t\t\"id\": 29728,\n\t\t\t\t\t\"name\": \"NEWBE FREIGHT LLC\",\n\t\t\t\t\t\"mc_num\": \"999999\",\n\t\t\t\t\t\"dot_num\": \"9999997\",\n\t\t\t\t\t\"scac_num\": \"ABCD\",\n\t\t\t\t\t\"phone\": \"(999) 804-9075\",\n\t\t\t\t\t\"created_at\": \"2020-06-30T11:47:06.049-04:00\",\n\t\t\t\t\t\"updated_at\": \"2021-07-08T10:17:26.492-04:00\",\n\t\t\t\t\t\"address\": \"1233 MAIN ST\",\n\t\t\t\t\t\"city\": \"SAN FRANCISCO\",\n\t\t\t\t\t\"state\": \"CA\",\n\t\t\t\t\t\"zip\": \"99103\",\n\t\t\t\t\t\"email\": \"\"\n\t\t\t\t},\n\t\t\t\t\"carrier_rate\": \"17.16\",\n\t\t\t\t\"customer_rate\": \"15.75\",\n\t\t\t\t\"line_num\": 2,\n\t\t\t\t\"id\": \"\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"accessorial\": \"LUMP\",\n\t\t\t\t\"carrier\": \"\",\n\t\t\t\t\"carrier_rate\": \"0.0\",\n\t\t\t\t\"customer_rate\": \"94.0\",\n\t\t\t\t\"line_num\": 3,\n\t\t\t\t\"intermodal_leg_id\": \"\",\n\t\t\t\t\"release\": \"\",\n\t\t\t\t\"leg_type\": \"\",\n\t\t\t\t\"id\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"instruction_special_instructions\": \"\",\n\t\t\"instruction_pickup_instructions\": \"\",\n\t\t\"instruction_customer_instructions\": \"\",\n\t\t\"instruction_consignee_instructions\": \"\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{ \n\t\"content\": {\n\t\t\"shipment\": {\n\t\t\t\"pro\": 11545,\n\t\t\t\"status\": \"OPEN\",\n\t\t\t\"customer\": {\n\t\t\t\t\"id\": 10,\n\t\t\t\t\"name\": \"ALJEX SUPPLY CO.\",\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"city\": \"\",\n\t\t\t\t\"state\": \"\",\n\t\t\t\t\"zip\": \"\",\n\t\t\t\t\"country\": \"\",\n\t\t\t\t\"contact\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"hours\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"duns_num\": \"\",\n\t\t\t\t\"vision_id\": \"100010\",\n\t\t\t},\n\t\t\t\"carrier\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"mc_num\": \"\",\n\t\t\t\t\"dot_num\": \"\",\n\t\t\t\t\"scac_num\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"city\": \"\",\n\t\t\t\t\"state\": \"\",\n\t\t\t\t\"zip\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"insurance_agent\": \"\",\n\t\t\t\t\"insurance_agent_address\": \"\",\n\t\t\t\t\"insurance_agent_city\": \"\",\n\t\t\t\t\"insurance_agent_state\": \"\",\n\t\t\t\t\"insurance_agent_zip\": \"\",\n\t\t\t\t\"insurance_agent_phone\": \"\",\n\t\t\t\t\"insurance_policy_number\": \"\",\n\t\t\t\t\"cargo_insurance_company_name\": \"\",\n\t\t\t\t\"cargo_insurance_policy_number\": \"\",\n\t\t\t\t\"cargo_insurance_amount\": \"\",\n\t\t\t\t\"cargo_insurance_expire_date\": \"\",\n\t\t\t\t\"liability_insurance_company_name\": \"\",\n\t\t\t\t\"liability_insurance_policy_number\": \"\",\n\t\t\t\t\"liability_insurance_amount\": \"\",\n\t\t\t\t\"liability_insurance_expire_date\": \"\",\n\t\t\t\t\"general_liability_insurance_company_name\": \"\",\n\t\t\t\t\"general_liability_insurance_policy_number\": \"\",\n\t\t\t\t\"general_liability_insurance_amount\": \"\",\n\t\t\t\t\"general_liability_insurance_expire_date\": \"\",\n\t\t\t\t\"work_comp_insurance_company_name\": \"\",\n\t\t\t\t\"work_comp_insurance_policy_number\": \"\",\n\t\t\t\t\"work_comp_insurance_amount\": \"\",\n\t\t\t\t\"work_comp_insurance_expire_date\": \"\",\n\t\t\t\t\"vision_id\": \"\"\n\t\t\t},\n\t\t\t\"bill_to\": {\n\t\t\t\t\"id\": 10,\n\t\t\t\t\"name\": \"ALJEX SUPPLY CO.\",\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"city\": \"\",\n\t\t\t\t\"state\": \"\",\n\t\t\t\t\"zip\": \"\",\n\t\t\t\t\"country\": \"\",\n\t\t\t\t\"contact\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"hours\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"duns_num\": \"\",\n\t\t\t\t\"vision_id\": \"100010\",\n\t\t\t},\n\t\t\t\"office\": \"\",\n\t\t\t\"miles_customer\": \"\",\n\t\t\t\"miles_truck\": \"\",\n\t\t\t\"footage\": \"\",\n\t\t\t\"pieces\": \"\",\n\t\t\t\"weight\": 10000,\n\t\t\t\"weight_billable\": \"\",\n\t\t\t\"freight_class\": \"\",\n\t\t\t\"load_description\": \"LUMBER\",\n\t\t\t\"declared_value\": \"\",\n\t\t\t\"req_hazmat\": \"\",\n\t\t\t\"req_temp\": false,\n\t\t\t\"req_max_temp\": \"\",\n\t\t\t\"req_min_temp\": \"\",\n\t\t\t\"req_pre_cooled\": \"\",\n\t\t\t\"req_lift_gate_pickup\": false,\n\t\t\t\"req_lift_gate_delivery\": false,\n\t\t\t\"req_inside_pickup\": false,\n\t\t\t\"req_inside_delivery\": false,\n\t\t\t\"req_delivery\": \"\",\n\t\t\t\"req_pallet_exchange\": false,\n\t\t\t\"req_pallet_exchange_in\": \"\",\n\t\t\t\"req_pallet_exchange_out\": \"\",\n\t\t\t\"req_tarp\": false,\n\t\t\t\"req_tarp_size\": \"\",\n\t\t\t\"req_permits\": false,\n\t\t\t\"req_oversized\": false,\n\t\t\t\"req_escorts\": false,\n\t\t\t\"req_FSMA\": false,\n\t\t\t\"req_seal\": false,\n\t\t\t\"req_straps_chains\": false,\n\t\t\t\"req_teams\": false,\n\t\t\t\"req_labor\": false,\n\t\t\t\"boards_all\": \"\",\n\t\t\t\"boards_our\": \"\",\n\t\t\t\"boards_no_broker\": false,\n\t\t\t\"mark_hot\": false,\n\t\t\t\"mark_high_risk\": false,\n\t\t\t\"mark_blind\": false,\n\t\t\t\"office\": \"\",\n\t\t\t\"track_dispatched\": \"\",\n\t\t\t\"track_pickup\": \"\",\n\t\t\t\"track_arrived\": \"\",\n\t\t\t\"track_loaded\": \"\",\n\t\t\t\"track_delivered\": \"\",\n\t\t\t\"track_signed_by\": \"\",\n\t\t\t\"track_osd\": \"\",\n\t\t\t\"rate_customer_line_haul_rate\": \"0.0\",\n\t\t\t\"rate_customer_hours\": 0,\n\t\t\t\"rate_customer_fsc_percentage\": \"0.0\",\n\t\t\t\"rate_customer_fsc_per_mile\": \"0.0\",\n\t\t\t\"rate_carrier_line_haul_rate\": \"0.0\",\n\t\t\t\"rate_carrier_hours\": 0,\n\t\t\t\"created_at\": \"2022-04-20T08:36:34.106-04:00\",\n\t\t\t\"updated_at\": \"2022-04-20T08:36:34.568-04:00\",\n\t\t\t\"carrier_id\": \"\",\n\t\t\t\"mode\": \"BROKERAGE\",\n\t\t\t\"pickup_city\": \"\",\n\t\t\t\"pickup_state\": \"\",\n\t\t\t\"pickup_zip\": \"\",\n\t\t\t\"pickup_name\": \"\",\n\t\t\t\"cons_name\": \"\",\n\t\t\t\"cons_zip\": \"\",\n\t\t\t\"cons_state\": \"\",\n\t\t\t\"cons_city\": \"\",\n\t\t\t\"pickup_appt\": \"\",\n\t\t\t\"cons_appt\": \"\",\n\t\t\t\"ready_date\": \"\",\n\t\t\t\"req_customs_bonded\": \"\",\n\t\t\t\"container_number\": \"\",\n\t\t\t\"trailer_number\": \"\",\n\t\t\t\"manifest_number\": \"\",\n\t\t\t\"revenue_type_id\": \"\",\n\t\t\t\"equipment_type_id\": 16,\n\t\t\t\"agent_id\": \"\",\n\t\t\t\"confirm_sent\": \"\",\n\t\t\t\"confirm_rec\": \"\",\n\t\t\t\"dispatched\": \"\",\n\t\t\t\"signed_by\": \"\",\n\t\t\t\"osd\": \"\",\n\t\t\t\"pickup_lat\": \"\",\n\t\t\t\"pickup_long\": \"\",\n\t\t\t\"cons_lat\": \"\",\n\t\t\t\"cons_long\": \"\",\n\t\t\t\"pickup_account_number\": \"\",\n\t\t\t\"cons_account_number\": \"\",\n\t\t\t\"pro\": 11545,\n\t\t\t\"last_audit\": \"2022-04-20T08:36:34.552-04:00\",\n\t\t\t\"tariff\": \"\",\n\t\t\t\"quote\": \"\",\n\t\t\t\"routing_num\": \"\",\n\t\t\t\"waybill_num_1\": \"\",\n\t\t\t\"waybill_num_2\": \"\",\n\t\t\t\"waybill_num_3\": \"\",\n\t\t\t\"booking_num\": \"\",\n\t\t\t\"seal_num\": \"\",\n\t\t\t\"stcc_num\": \"\",\n\t\t\t\"void_reason\": \"\",\n\t\t\t\"void_other_reason\": \"\",\n\t\t\t\"uncover_reason\": \"\",\n\t\t\t\"uncover_notes\": \"\",\n\t\t\t\"hawb_num\": \"\",\n\t\t\t\"truck_num\": \"\",\n\t\t\t\"dispatcher\": \"\",\n\t\t\t\"customer_id\": 10,\n\t\t\t\"bill_to_id\": 10,\n\t\t\t\"pick_stop_progress\": \"\",\n\t\t\t\"carrier_ref\": \"\",\n\t\t\t\"sales_representative_id\": 2,\n\t\t\t\"service_representative_id\": \"\",\n\t\t\t\"dispatcher_assigned_id\": \"\",\n\t\t\t\"dispatcher_actual_id\": \"\",\n\t\t\t\"auto_add_available_truck\": true,\n\t\t\t\"intermodal_type\": \"\",\n\t\t\t\"last_status_change\": \"\",\n\t\t\t\"customer_line_haul_rate_type\": \"\",\n\t\t\t\"pickup_ramp_id\": \"\",\n\t\t\t\"cross_town_pu_ramp_id\": \"\",\n\t\t\t\"cross_town_dest_ramp_id\": \"\",\n\t\t\t\"dest_ramp_id\": \"\",\n\t\t\t\"rate_carrier_line_haul_rate_type\": \"\",\n\t\t\t\"rate_carrier_line_haul_pay_percent\": \"0.0\",\n\t\t\t\"customer_ref_num\": \"\",\n\t\t\t\"bl_num\": \"\",\n\t\t\t\"load_num\": \"\",\n\t\t\t\"references\": [],\n\t\t\t\"last_saved_total_customer_rate\": \"0.0\",\n\t\t\t\"dispatched_reason_id\": \"\",\n\t\t\t\"reserved_by_user_id\": \"\",\n\t\t\t\"reserved_until_datetime\": \"\",\n\t\t\t\"released_at_datetime\": \"\",\n\t\t\t\"service_representative_user_id\": \"\",\n\t\t\t\"dispatcher_assigned_user_id\": \"\",\n\t\t\t\"rate_carrier_max_rate\": \"0.0\",\n\t\t\t\"driver_1_ref_driver\": \"\",\n\t\t\t\"driver_1_cell\": \"\",\n\t\t\t\"driver_1_email\": \"\",\n\t\t\t\"driver_2_ref_driver\": \"\",\n\t\t\t\"driver_2_cell\": \"\",\n\t\t\t\"driver_2_email\": \"\",\n\t\t\t\"driver_origin_city\": \"\",\n\t\t\t\"driver_origin_state\": \"\",\n\t\t\t\"driver_empty_miles\": \"\",\n\t\t\t\"late_check_call_last_processed\": \"\",\n\t\t\t\"customer_total_rates\": \"0.0\",\n\t\t\t\"carrier_total_rates\": \"0.0\",\n\t\t\t\"gross_profit\": \"0.0\",\n\t\t\t\"net_margin\": \"\",\n\t\t\t\"pick_count\": 1,\n\t\t\t\"stop_count\": 1,\n\t\t\t\"open_events\": \"\",\n\t\t\t\"mass_release\": false,\n\t\t\t\"current_stop_num\": 0,\n\t\t\t\"any_bids\": false,\n\t\t\t\"ship_date_filter_string\": \"2022-04-20\",\n\t\t\t\"pick_up_date_filter_string\": \"\",\n\t\t\t\"delivery_date_filter_string\": \"\",\n\t\t\t\"dispatcher_email\": \"\",\n\t\t\t\"post_to_all_load_boards\": false,\n\t\t\t\"post_to_internal_load_board\": false,\n\t\t\t\"dispatcher_phone\": \"\",\n\t\t\t\"req_tonu\": false,\n\t\t\t\"rate_carrier_suggested_market_rate\": \"0.0\",\n\t\t\t\"exception_detention_check\": false,\n\t\t\t\"exception_blank_appt\": true,\n\t\t\t\"carrier_email\": \"\",\n\t\t\t\"revenue_type\": \"\",\n\t\t\t\"equipment_type\": \"F\",\n\t\t\t\"tariff\": \"\",\n\t\t\t\"quote\": \"\",\n\t\t\t\"events\": [],\n\t\t\t\"audit_logs\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": 1685,\n\t\t\t\t\t\"change_type\": \"Shipment\",\n\t\t\t\t\t\"username\": \"internal\",\n\t\t\t\t\t\"changelog\": {\n\t\t\t\t\t\t\"net_margin\": [\n\t\t\t\t\t\t\t\"0.0\",\n\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"pick_count\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t1\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_count\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t1\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"auto_updates\": true,\n\t\t\t\t\t\t\"ship_date_filter_string\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"2022-04-20\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"last_saved_total_customer_rate\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"0.0\"\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"events_processed\": \"\",\n\t\t\t\t\t\"created_at\": \"2022-04-20T08:36:34.552-04:00\",\n\t\t\t\t\t\"updated_at\": \"2022-04-20T08:36:34.552-04:00\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": 1684,\n\t\t\t\t\t\"change_type\": \"Shipment\",\n\t\t\t\t\t\"username\": \"admin\",\n\t\t\t\t\t\"changelog\": {\n\t\t\t\t\t\t\"weight\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t10000\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"bill_to\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"ALJEX SUPPLY CO.\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"customer\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"ALJEX SUPPLY CO.\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_phone\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"(888) 789-7875\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"carrier_email\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"equipment_type\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"F\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_stop_num\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t1\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_stop_num\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t2\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"load_description\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"LUMBER\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_event_type\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"P\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_references\": [\n\t\t\t\t\t\t\t[],\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_event_type\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"S\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_references\": [\n\t\t\t\t\t\t\t[],\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_shipment_pro\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t11545\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_shipment_pro\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t11545\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"sales_representative\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_location_name\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"ALJEX SUPPLY CO.\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_2_location_name\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"ABC SUPPLY\"\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"accessorial_1_release\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\tfalse\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"accessorial_2_release\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\tfalse\n\t\t\t\t\t\t],\n\t\t\t\t\t\t\"stop_1_ready_or_deliver\": [\n\t\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\t\"2022-04-20T00:00:00.000-04:00\"\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"events_processed\": \"\",\n\t\t\t\t\t\"created_at\": \"2022-04-20T08:36:34.438-04:00\",\n\t\t\t\t\t\"updated_at\": \"2022-04-20T08:36:34.438-04:00\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"carrier_bids\": [],\n\t\t\t\"bids\": [],\n\t\t\t\"lock\": \"\",\n\t\t\t\"intermodal_type\": \"\",\n\t\t\t\"service_representative_user\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t},\n\t\t\t\"dispatcher_assigned_user\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t},\n\t\t\t\"pick_stops\": [\n\t\t\t\t{\n\t\t\t\t\t\"stop_num\": 1,\n\t\t\t\t\t\"event_type\": \"P\",\n\t\t\t\t\t\"pieces\": \"\",\n\t\t\t\t\t\"weight\": \"\",\n\t\t\t\t\t\"pallets\": \"\",\n\t\t\t\t\t\"account_number\": \"\",\n\t\t\t\t\t\"references\": [\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\"\n\t\t\t\t\t],\n\t\t\t\t\t\"notes\": \"\",\n\t\t\t\t\t\"appt_note\": \"\",\n\t\t\t\t\t\"received_by\": \"\",\n\t\t\t\t\t\"seal\": \"\",\n\t\t\t\t\t\"shipment_pro\": 11545,\n\t\t\t\t\t\"id\": 2780,\n\t\t\t\t\t\"ready_or_deliver\": \"2022-04-20T00:00:00.000-04:00\",\n\t\t\t\t\t\"appt_start\": \"\",\n\t\t\t\t\t\"appt_end\": \"\",\n\t\t\t\t\t\"arrival\": \"\",\n\t\t\t\t\t\"departure\": \"\",\n\t\t\t\t\t\"appt_start_date\": \"\",\n\t\t\t\t\t\"appt_eta_start\": \"\",\n\t\t\t\t\t\"appt_eta_end\": \"\",\n\t\t\t\t\t\"appt_confirmed\": false,\n\t\t\t\t\t\"appt_fcfs\": false,\n\t\t\t\t\t\"item_description\": \"\",\n\t\t\t\t\t\"apptRange\": false,\n\t\t\t\t\t\"etaRange\": false,\n\t\t\t\t\t\"location_name\": \"ALJEX SUPPLY CO.\",\n\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\"phone\": \"\",\n\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\"pick_stop_site_id\": 10,\n\t\t\t\t\t\"location\": {\n\t\t\t\t\t\t\"id\": 10,\n\t\t\t\t\t\t\"name\": \"\",\n\t\t\t\t\t\t\"address\": \"123 MAIN ST\",\n\t\t\t\t\t\t\"city\": \"COUDERSPORT\",\n\t\t\t\t\t\t\"state\": \"PA\",\n\t\t\t\t\t\t\"zip\": \"16915\",\n\t\t\t\t\t\t\"country\": \"\",\n\t\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\t\"phone\": \"\",\n\t\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\t\"latitude\": \"41.773926\",\n\t\t\t\t\t\t\"longitude\": \"-78.021034\",\n\t\t\t\t\t\t\"created_at\": \"2022-03-29T10:58:29.587-04:00\",\n\t\t\t\t\t\t\"updated_at\": \"2022-03-29T10:58:29.587-04:00\",\n\t\t\t\t\t\t\"company_id\": \"\",\n\t\t\t\t\t\t\"is_primary_location\": false,\n\t\t\t\t\t\t\"vision_account_number\": \"\",\n\t\t\t\t\t\t\"vision_bill_to_account_number\": \"\",\n\t\t\t\t\t\t\"timezone\": \"America/New_York\",\n\t\t\t\t\t\t\"address_2\": \"\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"stop_num\": 2,\n\t\t\t\t\t\"event_type\": \"S\",\n\t\t\t\t\t\"pieces\": \"\",\n\t\t\t\t\t\"weight\": \"\",\n\t\t\t\t\t\"pallets\": \"\",\n\t\t\t\t\t\"account_number\": \"\",\n\t\t\t\t\t\"references\": [\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\"\n\t\t\t\t\t],\n\t\t\t\t\t\"notes\": \"\",\n\t\t\t\t\t\"appt_note\": \"\",\n\t\t\t\t\t\"received_by\": \"\",\n\t\t\t\t\t\"seal\": \"\",\n\t\t\t\t\t\"shipment_pro\": 11545,\n\t\t\t\t\t\"id\": 2781,\n\t\t\t\t\t\"ready_or_deliver\": \"\",\n\t\t\t\t\t\"appt_start\": \"\",\n\t\t\t\t\t\"appt_end\": \"\",\n\t\t\t\t\t\"arrival\": \"\",\n\t\t\t\t\t\"departure\": \"\",\n\t\t\t\t\t\"appt_start_date\": \"\",\n\t\t\t\t\t\"appt_eta_start\": \"\",\n\t\t\t\t\t\"appt_eta_end\": \"\",\n\t\t\t\t\t\"appt_confirmed\": false,\n\t\t\t\t\t\"appt_fcfs\": false,\n\t\t\t\t\t\"item_description\": \"\",\n\t\t\t\t\t\"apptRange\": false,\n\t\t\t\t\t\"etaRange\": false,\n\t\t\t\t\t\"location_name\": \"ABC SUPPLY\",\n\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\"phone\": \"(888) 789-7875\",\n\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\"pick_stop_site_id\": 9,\n\t\t\t\t\t\"location\": {\n\t\t\t\t\t\t\"id\": 9,\n\t\t\t\t\t\t\"name\": \"\",\n\t\t\t\t\t\t\"address\": \"4860 SPRING GROVE AVE\",\n\t\t\t\t\t\t\"city\": \"ATLANTA\",\n\t\t\t\t\t\t\"state\": \"GA\",\n\t\t\t\t\t\t\"zip\": \"\",\n\t\t\t\t\t\t\"country\": \"\",\n\t\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\t\"phone\": \"\",\n\t\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\t\"latitude\": \"33.915382\",\n\t\t\t\t\t\t\"longitude\": \"-84.299469\",\n\t\t\t\t\t\t\"created_at\": \"2022-03-29T10:58:28.502-04:00\",\n\t\t\t\t\t\t\"updated_at\": \"2022-03-29T10:58:28.502-04:00\",\n\t\t\t\t\t\t\"company_id\": \"\",\n\t\t\t\t\t\t\"is_primary_location\": false,\n\t\t\t\t\t\t\"vision_account_number\": \"\",\n\t\t\t\t\t\t\"vision_bill_to_account_number\": \"\",\n\t\t\t\t\t\t\"timezone\": \"America/New_York\",\n\t\t\t\t\t\t\"address_2\": \"\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"intermodal_legs\": [],\n\t\t\t\"accessorial_lines\": [\n\t\t\t\t{\n\t\t\t\t\t\"accessorial\": \"Line Haul\",\n\t\t\t\t\t\"carrier\": \"\",\n\t\t\t\t\t\"carrier_rate\": \"0.0\",\n\t\t\t\t\t\"customer_rate\": \"0.0\",\n\t\t\t\t\t\"line_num\": 1,\n\t\t\t\t\t\"intermodal_leg_id\": \"\",\n\t\t\t\t\t\"release\": false,\n\t\t\t\t\t\"leg_type\": \"\",\n\t\t\t\t\t\"id\": 3140\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"accessorial\": \"FUEL\",\n\t\t\t\t\t\"carrier\": \"\",\n\t\t\t\t\t\"carrier_rate\": \"0.0\",\n\t\t\t\t\t\"customer_rate\": \"0.0\",\n\t\t\t\t\t\"line_num\": 2,\n\t\t\t\t\t\"intermodal_leg_id\": \"\",\n\t\t\t\t\t\"release\": false,\n\t\t\t\t\t\"leg_type\": \"\",\n\t\t\t\t\t\"id\": 3141\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"instruction\": \"\",\n\t\t\t\"shipment_critical_update_log\": {\n\t\t\t\t\"id\": 1675,\n\t\t\t\t\"created_by\": \"\",\n\t\t\t\t\"reserved_set_at\": \"\",\n\t\t\t\t\"reserved_set_by\": \"\",\n\t\t\t\t\"covered_set_at\": \"\",\n\t\t\t\t\"covered_set_by\": \"\",\n\t\t\t\t\"carrier_lh_rate_set_at\": \"\",\n\t\t\t\t\"carrier_lh_rate_set_by\": \"\",\n\t\t\t\t\"carrier_confirmation_sent_set_at\": \"\",\n\t\t\t\t\"carrier_confirmation_sent_set_by\": \"\",\n\t\t\t\t\"carrier_confirmation_received_set_at\": \"\",\n\t\t\t\t\"carrier_confirmation_received_set_by\": \"\",\n\t\t\t\t\"tonu_set_at\": \"\",\n\t\t\t\t\"tonu_set_by\": \"\",\n\t\t\t\t\"dispatched_set_at\": \"\",\n\t\t\t\t\"dispatched_set_by\": \"\",\n\t\t\t\t\"first_pick_eta_set_at\": \"\",\n\t\t\t\t\"first_pick_eta_set_by\": \"\",\n\t\t\t\t\"first_pick_departed_set_at\": \"\",\n\t\t\t\t\"first_pick_departed_set_by\": \"\",\n\t\t\t\t\"last_pick_departed_set_at\": \"\",\n\t\t\t\t\"last_pick_departed_set_by\": \"\",\n\t\t\t\t\"released_set_at\": \"\",\n\t\t\t\t\"released_set_by\": \"\",\n\t\t\t\t\"invoice_posted_set_at\": \"\",\n\t\t\t\t\"invoice_posted_set_by\": \"\",\n\t\t\t\t\"invoice_paid_set_at\": \"\",\n\t\t\t\t\"invoice_paid_set_by\": \"\",\n\t\t\t\t\"shipment_pro\": 11545\n\t\t\t},\n\t\t\t\"sales_representative\": {\n\t\t\t\t\"id\": 2,\n\t\t\t\t\"person_id\": \"\",\n\t\t\t\t\"created_at\": \"2022-03-29T10:57:46.140-04:00\",\n\t\t\t\t\"updated_at\": \"2022-03-29T10:57:46.140-04:00\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"rep_id\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"retired\": false,\n\t\t\t\t\"user_id\": \"\",\n\t\t\t\t\"email_quotes\": false,\n\t\t\t\t\"email_tags\": false,\n\t\t\t\t\"email_credit_changes\": false,\n\t\t\t\t\"email_short_pays\": false,\n\t\t\t\t\"email_low_brokerages\": false,\n\t\t\t\t\"email_customer_aging\": false,\n\t\t\t\t\"email_commission_report\": false,\n\t\t\t\t\"email_shipment_report\": false,\n\t\t\t\t\"commission_pay_type\": \"\",\n\t\t\t\t\"commission_pay_percentage\": \"\",\n\t\t\t\t\"commission_pay_flat_amount\": \"\",\n\t\t\t\t\"commission_minimum_house_cut\": \"\",\n\t\t\t\t\"commission_overhead_deduction_type\": \"\",\n\t\t\t\t\"commission_overhead_deduction_flat_amount\": \"\",\n\t\t\t\t\"commission_overhead_deduction_percentage\": \"\",\n\t\t\t\t\"commission_minimum_house_profit_percentage\": \"\",\n\t\t\t\t\"commission_minimum_gross_profit_before_commission\": \"\",\n\t\t\t\t\"commission_minimum_percentage_before_commission\": \"\",\n\t\t\t\t\"commission_minimum_amount\": \"\",\n\t\t\t\t\"commission_creation_source\": \"\",\n\t\t\t\t\"commission_days_before_no_commission\": \"\",\n\t\t\t\t\"commission_expense_source\": \"\",\n\t\t\t\t\"commission_line_haul_only\": false,\n\t\t\t\t\"vendor_name\": \"\",\n\t\t\t\t\"vendor_address\": \"\",\n\t\t\t\t\"vendor_address_2\": \"\",\n\t\t\t\t\"vendor_city\": \"\",\n\t\t\t\t\"vendor_state\": \"\",\n\t\t\t\t\"vendor_zip\": \"\",\n\t\t\t\t\"vendor_phone\": \"\",\n\t\t\t\t\"vendor_federal_id\": \"\",\n\t\t\t\t\"vendor_federal_or_ssn\": \"\",\n\t\t\t\t\"vendor_w9_on_file\": false,\n\t\t\t\t\"vendor_send_1099\": false,\n\t\t\t\t\"vendor_bill_to_name\": \"\",\n\t\t\t\t\"vendor_bill_to_address\": \"\",\n\t\t\t\t\"vendor_bill_to_address_2\": \"\",\n\t\t\t\t\"vendor_bill_to_city\": \"\",\n\t\t\t\t\"vendor_bill_to_state\": \"\",\n\t\t\t\t\"vendor_bill_to_zip\": \"\",\n\t\t\t\t\"vendor_bill_to_phone\": \"\",\n\t\t\t\t\"agent_id\": \"\"\n\t\t\t},\n\t\t\t\"dispatcher_actual\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t},\n\t\t\t\"reserved_by_user\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t}\n\t\t}\n\t},\n\t\"message\": \"\",\n\t\"errors\": []\n}"},{"id":"d9ed2745-be2e-4c51-aabd-fe2180ca1cf7","name":"Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"load_info\": {\n    \"mode\": \"BROKERAGE\",\n    \"equipment_type\": {},\n    \"revenue_type\": {},\n    \"load_description\": \"LUMBER\",\n    \"id\": 101,\n    \"miles_customer\": 543,\n    \"miles_truck\": 523,\n    \"footage\": \"44\",\n    \"pieces\": \"1500\",\n    \"weight\": \"44000\",\n    \"weight_billable\": \"44000\",\n    \"freight_class\": \"in officia culpa consectetur dolore\",\n    \"declared_value\": 98000,\n    \"req_hazmat\": false,\n    \"req_temp\": true,\n    \"req_max_temp\": 25,\n    \"req_min_temp\": -10,\n    \"req_pre_cooled\": true,\n    \"req_lift_gate_pickup\": true,\n    \"req_lift_gate_delivery\": true,\n    \"req_inside_pickup\": false,\n    \"req_inside_delivery\": true,\n    \"req_delivery\": true,\n    \"req_pallet_exchange\": false,\n    \"req_pallet_exchange_in\": \"nisi elit laboris aliqua\",\n    \"req_pallet_exchange_out\": \"aute ut enim eiusmod\",\n    \"req_tarp\": true,\n    \"req_tarp_size\": \"Lorem dolor\",\n    \"req_permits\": false,\n    \"req_oversized\": false,\n    \"req_escorts\": false,\n    \"req_FSMA\": false,\n    \"req_seal\": false,\n    \"req_straps_chains\": true,\n    \"req_teams\": true,\n    \"req_labor\": true,\n    \"req_customs_bonded\": true,\n    \"rate_customer_hours\": \"95\",\n    \"rate_customer_fsc_percentage\": \"15\",\n    \"rate_customer_fsc_per_mile\": \"0.95\",\n    \"rate_carrier_line_haul_rate\": \"2500\",\n    \"rate_carrier_hours\": \"95\",\n    \"trailer_number\": \"est ut\",\n    \"seal_num\": \"in\",\n    \"stcc_num\": \"id\",\n    \"hawb_num\": \"minim aute dolore exercitation ullamco\",\n    \"truck_num\": \"veli\",\n    \"dispatcher\": \"Bob Gibson\",\n    \"carrier_ref\": \"XYZ123\",\n    \"customer_line_haul_rate_type\": \"flat rate\",\n    \"rate_carrier_line_haul_rate_type\": \"flat rate\",\n    \"rate_carrier_line_haul_pay_percent\": \"velit\",\n    \"customer_ref_num\": \"ABC789\",\n    \"references\": [\n      \"REF_1\",\n      \"REF_2\"\n    ]\n  },\n  \"customer\": {\n    \"customer\": {\n      \"name\": \"\",\n      \"address\": \"\",\n      \"city\": \"\",\n      \"state\": \"\",\n      \"zip\": \"\",\n      \"country\": \"\",\n      \"contact\": \"\",\n      \"phone\": \"\",\n      \"hours\": \"\",\n      \"email\": \"5nSMFCBMccm@ucCmHjSCgFY.dh\",\n      \"created_at\": \"\",\n      \"updated_at\": \"\",\n      \"route\": \"\",\n      \"billable\": \"\",\n      \"email_alt_1\": \"toBBI6Q8V@NbRrapHXOUSbhhhWhVMPyrrMLfstwqT.hx\",\n      \"email_alt_2\": \"gC4@fDvBYQQODetcQcnfzbmbKoCEnMknpusL.hxwk\",\n      \"email_alt_3\": \"BQnr7bvga@LkXComStY.tvj\",\n      \"email_alt_4\": \"UUi@mxP.vk\",\n      \"email_alt_5\": \"he2mM@AwQvmQgC.jntq\",\n      \"company_status\": \"\",\n      \"type\": \"\",\n      \"portal_login\": \"\",\n      \"vision_id\": \"\",\n      \"portal_password\": \"\",\n      \"vision_old_system_id\": \"\",\n      \"past_due_letters\": \"\",\n      \"prebill_covered\": \"\",\n      \"prebill_delivered\": \"\",\n      \"auto_release\": \"\",\n      \"auto_off_bill_hold_release\": \"\",\n      \"mileage_on_invoice\": \"\",\n      \"delivery_date_on_invoice\": \"\",\n      \"customer_portal_add_shipments\": \"\",\n      \"multiple_reference_numbers\": \"\",\n      \"factor\": \"\",\n      \"on_mailing\": \"\",\n      \"items_on_invoice\": \"\",\n      \"reference_po_number\": \"\",\n      \"epay\": \"\",\n      \"terms_for_invoice\": \"\",\n      \"fsc_method\": \"\",\n      \"sic_code\": \"\",\n      \"edi_receiver_id\": \"\",\n      \"efp_invoice\": \"\",\n      \"revenue_type\": \"\",\n      \"currency\": \"\",\n      \"fsc_percentage\": \"\",\n      \"naics_code\": \"\",\n      \"hidden_discount_percentage\": \"\",\n      \"reference_numbers_to_epay\": \"\",\n      \"customer_url\": \"\",\n      \"accounting_email_1\": \"jP-p9pCYODFKCp@ZJPJPMqpJfWnfVqe.nist\",\n      \"accounting_email_2\": \"vMlXuqgXGNRRY@HXBPViXGQpVbNIpywf.eq\",\n      \"accounting_fax\": \"\",\n      \"accounting_attention\": \"\",\n      \"billing_notes\": \"\",\n      \"confirmation_contact_arrived_pickup\": \"\",\n      \"confirmation_contact_pickup\": \"\",\n      \"confirmation_contact_delivery\": \"\",\n      \"confirmation_contact_email_fax\": \"\",\n      \"confirmation_contact_fax\": \"\",\n      \"confirmation_contact_email\": \"\",\n      \"confirmation_contact_attn\": \"\",\n      \"ap_contact_name\": \"\",\n      \"ap_contact_phone\": \"\",\n      \"ap_contact_email\": \"eqUec29XX3J@iObNqztkXGTtBjdldobblYTKasOB.ko\",\n      \"missed_appointment_sales_rep\": \"\",\n      \"missed_appointment_assigned_dispatcher\": \"\",\n      \"missed_appointment_actual_dispatcher\": \"\",\n      \"missed_appointment_created_by\": \"\",\n      \"missed_appointment_service_rep\": \"\",\n      \"aljex_to_aljex_login\": \"\",\n      \"aljex_to_aljex_password\": \"\",\n      \"aljex_to_aljex_host\": \"\",\n      \"aljex_to_aljex_start_script\": \"\",\n      \"is_broker\": \"\",\n      \"broker_bond_number\": \"\",\n      \"broker_bond_company\": \"\",\n      \"broker_bond_phone\": \"\",\n      \"broker_bond_mc_num\": \"\",\n      \"confirmation_notes\": \"\",\n      \"confirmation_text\": \"\",\n      \"primary_contact_name\": \"\",\n      \"primary_contact_title\": \"\",\n      \"primary_contact_phone\": \"\",\n      \"primary_contact_extension\": \"\",\n      \"primary_contact_work_hours\": \"\",\n      \"primary_contact_birthday\": \"\",\n      \"primary_contact_home_address\": \"\",\n      \"primary_contact_home_phone\": \"\",\n      \"primary_contact_family_info\": \"\",\n      \"primary_contact_fax\": \"\",\n      \"secondary_contact_name\": \"\",\n      \"secondary_contact_title\": \"\",\n      \"secondary_contact_phone\": \"\",\n      \"secondary_contact_extension\": \"\",\n      \"secondary_contact_work_hours\": \"\",\n      \"secondary_contact_birthday\": \"\",\n      \"secondary_contact_home_address\": \"\",\n      \"secondary_contact_home_phone\": \"\",\n      \"secondary_contact_family_info\": \"\",\n      \"secondary_contact_fax\": \"\",\n      \"intransit_contact_email_check_call_reports\": \"\",\n      \"intransit_contact_frequency\": \"\",\n      \"intransit_contact_email_detention_warning\": \"\",\n      \"pod_contact_email\": \"\",\n      \"db_rating\": \"\",\n      \"ar_insured_amount\": \"\",\n      \"credit_limit\": \"\",\n      \"high_credit\": \"\",\n      \"unbilled\": \"\",\n      \"ytd_billing\": \"\",\n      \"total_sales\": \"\",\n      \"shipment_last_30_days\": \"\",\n      \"cancelled_ytd\": \"\",\n      \"db_date\": \"\",\n      \"risk_rating\": \"\",\n      \"original_credit_limit\": \"\",\n      \"balance_due\": \"\",\n      \"projected_month_amount\": \"\",\n      \"shipments_ytd\": \"\",\n      \"shipments_total\": \"\",\n      \"cancelled_total\": \"\",\n      \"avg_dtp\": \"\",\n      \"first_shipment\": \"\",\n      \"last_shipment\": \"\",\n      \"change_to_status_n\": \"\",\n      \"change_to_status_y\": \"\",\n      \"cover_trusted_only\": \"\",\n      \"require_contract_addendum\": \"\",\n      \"delivery_appointment\": \"\",\n      \"hazardous_material\": \"\",\n      \"pallet_exchange\": \"\",\n      \"temperature_control\": \"\",\n      \"auto_calculate_mileage\": \"\",\n      \"pc_miler_version\": \"\",\n      \"known_shipper\": \"\",\n      \"unlimited_ps\": \"\",\n      \"post_load_boards\": \"\",\n      \"incident_management\": \"\",\n      \"prevent_duplicate_refs\": \"\",\n      \"minimum_power_units\": \"\",\n      \"minimum_declared_value\": \"\",\n      \"target_brokerage_percentage\": \"\",\n      \"temperature_default\": \"\",\n      \"mileage_type\": \"\",\n      \"latitude\": \"\",\n      \"longitude\": \"\",\n      \"address_2\": \"\",\n      \"fax\": \"\",\n      \"office\": \"\",\n      \"customer_portal_login\": \"\",\n      \"customer_portal_password\": \"\",\n      \"macropoint_mpid\": \"\",\n      \"customer_type\": \"\",\n      \"billto_account_number\": \"\",\n      \"old_system_id\": \"\",\n      \"freight_description\": \"\",\n      \"next_call\": \"\",\n      \"last_call\": \"\",\n      \"ramps_airport\": \"\",\n      \"ramps_airport_area\": \"\",\n      \"intermodal_ramp_city\": \"\",\n      \"intermodal_ramp_state\": \"\",\n      \"lead_status\": \"\",\n      \"sales_rep\": \"\",\n      \"ltl_assigned_dispatcher\": \"\",\n      \"ltl_sales_rep\": \"\",\n      \"assigned_collector\": \"\",\n      \"lead_source\": \"\",\n      \"assigned_dispatcher\": \"\",\n      \"service_rep\": \"\",\n      \"block_sales_rep_change\": \"\",\n      \"commission_end_date\": \"\",\n      \"bol\": \"\",\n      \"carrier_invoice\": \"\",\n      \"delivery_receipt\": \"\",\n      \"scale_ticket\": \"\",\n      \"original_docs\": \"\",\n      \"carrier_rate_conf\": \"\",\n      \"customer_rate_conf\": \"\",\n      \"interchange\": \"\",\n      \"suggested_routing\": \"\",\n      \"tariff_number\": \"\",\n      \"default_rate_type\": \"\",\n      \"managed_shipment_fee\": \"\",\n      \"declared_value\": \"\",\n      \"gain_share_percentage_max\": \"\",\n      \"overhead_deduction\": \"\",\n      \"split_of_profit\": \"\",\n      \"account_number\": \"\",\n      \"representative_id\": \"\",\n      \"is_customer\": \"\",\n      \"location\": {\n        \"name\": \"in anim est Ut\",\n        \"address\": \"sunt in eu ea\",\n        \"city\": \"dolore occaecat aliquip amet non\",\n        \"state\": \"in incididunt ut dolore\",\n        \"zip\": \"cillum\",\n        \"country\": \"cillum laborum\",\n        \"contact\": \"commodo aliquip\",\n        \"phone\": \"minim occaeca\",\n        \"hours\": \"laborum\",\n        \"email\": \"deserun\",\n        \"is_primary_location\": true,\n        \"vision_account_number\": \"100001\",\n        \"vision_bill_to_account_number\": \"100001\"\n      }\n    }\n  },\n  \"carrier\": {\n    \"name\": \"\",\n    \"address\": \"\",\n    \"city\": \"\",\n    \"state\": \"\",\n    \"zip\": \"\",\n    \"country\": \"\",\n    \"contact\": \"\",\n    \"phone\": \"\"\n  },\n  \"stops\": [\n    {\n      \"ready_or_deliver\": \"nulla ullamco\",\n      \"location\": {\n        \"name\": \"non\",\n        \"address\": \"culpa incididunt est aliqua\",\n        \"city\": \"occaecat non voluptate ut\",\n        \"state\": \"mollit ullamco proident\",\n        \"zip\": \"officia sit\",\n        \"country\": \"dolor officia cup\",\n        \"contact\": \"in occaecat s\",\n        \"phone\": \"sunt in do deserunt\",\n        \"hours\": \"amet ad cupidatat non\",\n        \"email\": \"magna in\",\n        \"is_primary_location\": false,\n        \"vision_account_number\": \"100001\",\n        \"vision_bill_to_account_number\": \"100001\"\n      },\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"stop_num\": \"consectetur\",\n      \"stop_type\": \"ad voluptate sed in\",\n      \"pieces\": \"tempor in Duis Excepteur ci\",\n      \"weight\": \"reprehenderit magna\",\n      \"pallets\": \"ea laboris quis velit eiusmod\",\n      \"account_number\": \"nostrud est aliquip\",\n      \"references\": [\n        \"Lorem qui aliquip culpa\",\n        \"commodo eiusmod\"\n      ],\n      \"notes\": \"aute ullamco ut aliqua\",\n      \"appt_note\": \"ut pariatur\",\n      \"seal\": \"eu tempor \",\n      \"appt_start\": \"2020-10-31T02:10:00\",\n      \"appt_end\": \"2020-10-31T02:10:00\",\n      \"appt_start_date\": \"2020-10-31T00:00:00\",\n      \"item_description\": \"aliqu\",\n      \"apptRange\": false\n    },\n    {\n      \"ready_or_deliver\": \"incid\",\n      \"location\": {\n        \"name\": \"esse sunt ullamco fugiat tempor\",\n        \"address\": \"ex sed ea\",\n        \"city\": \"in\",\n        \"state\": \"eu nisi qui fugiat cupidatat\",\n        \"zip\": \"esse ad ut dolor\",\n        \"country\": \"non dolore sint\",\n        \"contact\": \"tempor\",\n        \"phone\": \"consequat et veniam\",\n        \"hours\": \"adipisicing mollit occaecat\",\n        \"email\": \"sunt aute ipsum magna\",\n        \"is_primary_location\": false,\n        \"vision_account_number\": \"100001\",\n        \"vision_bill_to_account_number\": \"100001\"\n      },\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"stop_num\": \"sed cupidatat in ea\",\n      \"stop_type\": \"\",\n      \"pieces\": \"do ad ipsum\",\n      \"weight\": \"ipsum esse\",\n      \"pallets\": \"commodo tempor est\",\n      \"account_number\": \"amet adipisicing\",\n      \"references\": [\n        \"et velit ullamco fugiat\",\n        \"anim ullamco nulla tempor\"\n      ],\n      \"notes\": \"aliqua voluptate ea dolor proident\",\n      \"appt_note\": \"Lorem tempor incididunt\",\n      \"seal\": \"culpa quis aliquip\",\n      \"appt_start\": \"2020-10-31T02:10:00\",\n      \"appt_end\": \"2020-10-31T02:10:00\",\n      \"appt_start_date\": \"2020-10-31T00:00:00\",\n      \"item_description\": \"deserunt ut nisi\",\n      \"apptRange\": false\n    }\n  ],\n  \"intermodal_legs\": [\n    {\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"release\": \"\",\n      \"status\": \"\",\n      \"reference\": \"\",\n      \"carrier_id\": \"\",\n      \"leg_type\": \"\",\n      \"leg_start_name\": \"\",\n      \"leg_start_city\": \"\",\n      \"leg_start_state\": \"\",\n      \"leg_start_zip\": \"\",\n      \"leg_end_name\": \"\",\n      \"leg_end_city\": \"\",\n      \"leg_end_state\": \"\",\n      \"leg_end_zip\": \"\",\n      \"appt_eta\": \"\",\n      \"pickup_dray_dispatched\": \"\",\n      \"pickup_dray_outgated\": \"\",\n      \"arrived_shipper\": \"\",\n      \"departed_shipper\": \"\",\n      \"waybill\": \"\",\n      \"ingated_to_rail\": \"\",\n      \"origin_rail_departed\": \"\",\n      \"origin_rail_notified\": \"\",\n      \"dest_dray_dispatched_consignee\": \"\",\n      \"dest_dray_outgated_consignee\": \"\",\n      \"arrived_consignee\": \"\",\n      \"unloaded_consignee\": \"\",\n      \"terminated_consignee\": \"\",\n      \"release_datetime\": \"\",\n      \"pickup_dray_outgated_container_id\": \"\",\n      \"departed_shipper_container_id\": \"\",\n      \"waybill_container_id\": \"\",\n      \"waybill_reference_number\": \"\",\n      \"dest_dray_outgated_container_id\": \"\",\n      \"unloaded_container_id\": \"\",\n      \"terminated_name\": \"\",\n      \"terminated_city\": \"\",\n      \"terminated_state\": \"\",\n      \"pickup_dray_drop_hook\": \"\",\n      \"dest_dray_drop_hook\": \"\",\n      \"leg_carrier_line_haul_rate_type\": \"\",\n      \"leg_carrier_line_haul_rate_hours\": \"\",\n      \"leg_carrier_line_haul_rate\": \"\",\n      \"leg_carrier_line_haul_pay_percent\": \"\",\n      \"leg_total_carrier_line_haul_rate\": \"\",\n      \"ramp_free_time_ends\": \"\",\n      \"leg_start_address\": \"\",\n      \"leg_end_address\": \"\",\n      \"cross_town_outgated_ramp\": \"\",\n      \"cross_town_ingated_ramp\": \"\",\n      \"dest_rail_departed\": \"\",\n      \"dest_rail_notified\": \"\",\n      \"leg_carrier_max_rate\": \"\",\n      \"leg_start_timezone\": \"\",\n      \"leg_end_timezone\": \"\"\n    },\n    {\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"release\": \"\",\n      \"status\": \"\",\n      \"reference\": \"\",\n      \"carrier_id\": \"\",\n      \"leg_type\": \"\",\n      \"leg_start_name\": \"\",\n      \"leg_start_city\": \"\",\n      \"leg_start_state\": \"\",\n      \"leg_start_zip\": \"\",\n      \"leg_end_name\": \"\",\n      \"leg_end_city\": \"\",\n      \"leg_end_state\": \"\",\n      \"leg_end_zip\": \"\",\n      \"appt_eta\": \"\",\n      \"pickup_dray_dispatched\": \"\",\n      \"pickup_dray_outgated\": \"\",\n      \"arrived_shipper\": \"\",\n      \"departed_shipper\": \"\",\n      \"waybill\": \"\",\n      \"ingated_to_rail\": \"\",\n      \"origin_rail_departed\": \"\",\n      \"origin_rail_notified\": \"\",\n      \"dest_dray_dispatched_consignee\": \"\",\n      \"dest_dray_outgated_consignee\": \"\",\n      \"arrived_consignee\": \"\",\n      \"unloaded_consignee\": \"\",\n      \"terminated_consignee\": \"\",\n      \"release_datetime\": \"\",\n      \"pickup_dray_outgated_container_id\": \"\",\n      \"departed_shipper_container_id\": \"\",\n      \"waybill_container_id\": \"\",\n      \"waybill_reference_number\": \"\",\n      \"dest_dray_outgated_container_id\": \"\",\n      \"unloaded_container_id\": \"\",\n      \"terminated_name\": \"\",\n      \"terminated_city\": \"\",\n      \"terminated_state\": \"\",\n      \"pickup_dray_drop_hook\": \"\",\n      \"dest_dray_drop_hook\": \"\",\n      \"leg_carrier_line_haul_rate_type\": \"\",\n      \"leg_carrier_line_haul_rate_hours\": \"\",\n      \"leg_carrier_line_haul_rate\": \"\",\n      \"leg_carrier_line_haul_pay_percent\": \"\",\n      \"leg_total_carrier_line_haul_rate\": \"\",\n      \"ramp_free_time_ends\": \"\",\n      \"leg_start_address\": \"\",\n      \"leg_end_address\": \"\",\n      \"cross_town_outgated_ramp\": \"\",\n      \"cross_town_ingated_ramp\": \"\",\n      \"dest_rail_departed\": \"\",\n      \"dest_rail_notified\": \"\",\n      \"leg_carrier_max_rate\": \"\",\n      \"leg_start_timezone\": \"\",\n      \"leg_end_timezone\": \"\"\n    }\n  ],\n  \"accessorial_lines\": [\n    {\n      \"accessorial\": \"anim \",\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"carrier_id\": \"tempor cupidatat\",\n      \"carrier_rate\": \"minim reprehenderit eiusmod velit\",\n      \"customer_rate\": \"pariatur nostrud anim\",\n      \"release\": true,\n      \"intermodal_leg_id\": 45624355,\n      \"line_num\": 37714645,\n      \"spot_id\": -60878079,\n      \"quote_id\": 71102019\n    },\n    {\n      \"accessorial\": \"mollit tempor\",\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"carrier_id\": \"minim nostrud non do\",\n      \"carrier_rate\": \"commodo adipisicing esse cillum\",\n      \"customer_rate\": \"laboris eiusmod do\",\n      \"release\": false,\n      \"intermodal_leg_id\": 48842198,\n      \"line_num\": 95026777,\n      \"spot_id\": -19688198,\n      \"quote_id\": 81141721\n    }\n  ],\n  \"items\": {\n    \"load_info\": {\n      \"id\": 101,\n      \"shipment_pro\": 245602\n    },\n    \"order\": 1,\n    \"pieces\": 150,\n    \"pallets\": 10,\n    \"weight\": 5500,\n    \"item_class\": \"\",\n    \"product_code\": \"\",\n    \"req_hazmat\": true,\n    \"description\": \"\",\n    \"item_type\": \"\",\n    \"length\": 44,\n    \"width\": 10,\n    \"cube\": 66\n  },\n  \"instruction\": {\n    \"customer\": {}\n  },\n  \"reserved_by_user\": {\n    \"user\": {}\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"errors\": [\n        \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    ],\n    \"content\": {}\n}"}],"_postman_id":"90d75c15-db26-4619-a38e-043a680af0d7"},{"name":"Shipments","id":"d1abdd9e-9245-4dfb-a098-6e419a877857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shipment\": {\n\t\t\"mode\": \"BROKERAGE\",\n\t\t\"load_description\": \"LUMBER\",\n\t\t\"weight\": \"10000\",\n\t\t\"customer\": { \"id\": 10 },\n\t\t\"carrier\": \"\",\n\t\t\"bill_to\": { \"id\": 10 },\n\t\t\"office\": \"\",\n\t\t\"sales_representative_name\": \"\",\n\t\t\"service_representative_user_username\": \"\",\n\t\t\"dispatcher_assigned_user_username\": \"\",\n\t\t\"dispatcher_actual_user_username\": \"\",\n\t\t\"tariff\": \"\",\n\t\t\"status\": \"\",\n\t\t\"revenue_type_code\": \"\",\n\t\t\"revenue_type_description\": \"\",\n\t\t\"equipment_type_code\": \"F\",\n\t\t\"equipment_type_description\": \"FLATBED\"\n\t\t\"miles_customer\": \"\",\n\t\t\"miles_truck\": \"\",\n\t\t\"footage\": \"\",\n\t\t\"pieces\": \"\",\n\t\t\"weight_billable\": \"\",\n\t\t\"freight_class\": \"\",\n\t\t\"declared_value\": \"\",\n\t\t\"req_hazmat\": \"\",\n\t\t\"req_temp\": false,\n\t\t\"req_max_temp\": \"\",\n\t\t\"req_min_temp\": \"\",\n\t\t\"req_pre_cooled\": \"\",\n\t\t\"req_lift_gate_pickup\": false,\n\t\t\"req_lift_gate_delivery\": false,\n\t\t\"req_inside_pickup\": false,\n\t\t\"req_inside_delivery\": false,\n\t\t\"req_delivery\": \"\",\n\t\t\"req_pallet_exchange\": false,\n\t\t\"req_pallet_exchange_in\": \"\",\n\t\t\"req_pallet_exchange_out\": \"\",\n\t\t\"req_tarp\": false,\n\t\t\"req_tarp_size\": \"\",\n\t\t\"req_permits\": false,\n\t\t\"req_oversized\": false,\n\t\t\"req_escorts\": false,\n\t\t\"req_FSMA\": false,\n\t\t\"req_seal\": false,\n\t\t\"req_straps_chains\": false,\n\t\t\"req_teams\": false,\n\t\t\"req_labor\": false,\n\t\t\"boards_all\": \"\",\n\t\t\"boards_our\": \"\",\n\t\t\"boards_no_broker\": false,\n\t\t\"mark_hot\": false,\n\t\t\"mark_high_risk\": false,\n\t\t\"mark_blind\": false,\n\t\t\"office\": \"\",\n\t\t\"track_dispatched\": \"\",\n\t\t\"track_pickup\": \"\",\n\t\t\"track_arrived\": \"\",\n\t\t\"track_loaded\": \"\",\n\t\t\"track_delivered\": \"\",\n\t\t\"track_signed_by\": \"\",\n\t\t\"track_osd\": \"\",\n\t\t\"rate_customer_line_haul_rate\": \"0.0\",\n\t\t\"rate_customer_hours\": 0,\n\t\t\"rate_customer_fsc_percentage\": \"0.0\",\n\t\t\"rate_customer_fsc_per_mile\": \"0.0\",\n\t\t\"rate_carrier_line_haul_rate\": \"0.0\",\n\t\t\"rate_carrier_hours\": 0,\n\t\t\"pickup_city\": \"\",\n\t\t\"pickup_state\": \"\",\n\t\t\"pickup_zip\": \"\",\n\t\t\"pickup_name\": \"\",\n\t\t\"cons_name\": \"\",\n\t\t\"cons_zip\": \"\",\n\t\t\"cons_state\": \"\",\n\t\t\"cons_city\": \"\",\n\t\t\"pickup_appt\": \"\",\n\t\t\"cons_appt\": \"\",\n\t\t\"ready_date\": \"\",\n\t\t\"req_customs_bonded\": \"\",\n\t\t\"container_number\": \"\",\n\t\t\"trailer_number\": \"\",\n\t\t\"manifest_number\": \"\",\n\t\t\"agent_id\": \"\",\n\t\t\"confirm_sent\": \"\",\n\t\t\"confirm_rec\": \"\",\n\t\t\"dispatched\": \"\",\n\t\t\"signed_by\": \"\",\n\t\t\"osd\": \"\",\n\t\t\"pickup_lat\": \"\",\n\t\t\"pickup_long\": \"\",\n\t\t\"cons_lat\": \"\",\n\t\t\"cons_long\": \"\",\n\t\t\"pickup_account_number\": \"\",\n\t\t\"cons_account_number\": \"\",\n\t\t\"pro\": \"\",\n\t\t\"last_audit\": \"\",\n\t\t\"tariff\": \"\",\n\t\t\"quote\": \"\",\n\t\t\"routing_num\": \"\",\n\t\t\"waybill_num_1\": \"\",\n\t\t\"waybill_num_2\": \"\",\n\t\t\"waybill_num_3\": \"\",\n\t\t\"booking_num\": \"\",\n\t\t\"seal_num\": \"\",\n\t\t\"stcc_num\": \"\",\n\t\t\"void_reason\": \"\",\n\t\t\"void_other_reason\": \"\",\n\t\t\"uncover_reason\": \"\",\n\t\t\"uncover_notes\": \"\",\n\t\t\"hawb_num\": \"\",\n\t\t\"truck_num\": \"\",\n\t\t\"dispatcher\": \"\",\n\t\t\"pick_stop_progress\": \"\",\n\t\t\"carrier_ref\": \"\",\n\t\t\"auto_add_available_truck\": true,\n\t\t\"intermodal_type\": \"\",\n\t\t\"customer_line_haul_rate_type\": \"\",\n\t\t\"dest_ramp_id\": \"\",\n\t\t\"rate_carrier_line_haul_rate_type\": \"\",\n\t\t\"rate_carrier_line_haul_pay_percent\": \"0.0\",\n\t\t\"customer_ref_num\": \"\",\n\t\t\"bl_num\": \"\",\n\t\t\"load_num\": \"\",\n\t\t\"references\": [],\n\t\t\"last_saved_total_customer_rate\": \"\",\n\t\t\"dispatched_reason_id\": \"\",\n\t\t\"reserved_by_user_id\": \"\",\n\t\t\"reserved_until_datetime\": \"\",\n\t\t\"released_at_datetime\": \"\",\n\t\t\"rate_carrier_max_rate\": \"0.0\",\n\t\t\"driver_1_ref_driver\": \"\",\n\t\t\"driver_1_cell\": \"\",\n\t\t\"driver_1_email\": \"\",\n\t\t\"driver_2_ref_driver\": \"\",\n\t\t\"driver_2_cell\": \"\",\n\t\t\"driver_2_email\": \"\",\n\t\t\"driver_origin_city\": \"\",\n\t\t\"driver_origin_state\": \"\",\n\t\t\"driver_empty_miles\": \"\",\n\t\t\"late_check_call_last_processed\": \"\",\n\t\t\"customer_total_rates\": \"0.0\",\n\t\t\"carrier_total_rates\": \"0.0\",\n\t\t\"gross_profit\": \"0.0\",\n\t\t\"net_margin\": \"0.0\",\n\t\t\"pick_count\": \"\",\n\t\t\"stop_count\": \"\",\n\t\t\"open_events\": \"\",\n\t\t\"mass_release\": false,\n\t\t\"current_stop_num\": 0,\n\t\t\"any_bids\": false,\n\t\t\"ship_date_filter_string\": \"\",\n\t\t\"pick_up_date_filter_string\": \"\",\n\t\t\"delivery_date_filter_string\": \"\",\n\t\t\"dispatcher_email\": \"\",\n\t\t\"post_to_all_load_boards\": false,\n\t\t\"post_to_internal_load_board\": false,\n\t\t\"dispatcher_phone\": \"\",\n\t\t\"req_tonu\": false,\n\t\t\"rate_carrier_suggested_market_rate\": \"0.0\",\n\t\t\"exception_detention_check\": false,\n\t\t\"exception_blank_appt\": false,\n\t\t\"carrier_email\": \"\",\n    \"pick_stops\": [\n      {\n        \"stop_num\": 1,\n        \"event_type\": \"P\",\n        \"pieces\": \"\",\n        \"weight\": \"\",\n        \"pallets\": \"\",\n        \"account_number\": \"\",\n        \"references\": [\n          \"\",\n          \"\",\n          \"\",\n          \"\",\n          \"\",\n          \"\"\n        ],\n        \"notes\": \"\",\n        \"appt_note\": \"\",\n        \"received_by\": \"\",\n        \"seal\": \"\",\n        \"shipment_pro\": \"\",\n        \"ready_or_deliver\": \"2022-04-20T00:00:00.000-04:00\",\n        \"appt_start\": \"\",\n        \"appt_end\": \"\",\n        \"arrival\": \"\",\n        \"departure\": \"\",\n        \"appt_start_date\": \"\",\n        \"appt_eta_start\": \"\",\n        \"appt_eta_end\": \"\",\n        \"appt_confirmed\": false,\n        \"appt_fcfs\": false,\n        \"item_description\": \"\",\n        \"apptRange\": false,\n        \"etaRange\": false,\n        \"location_name\": \"ALJEX SUPPLY CO.\",\n        \"contact\": \"\",\n        \"hours\": \"\",\n        \"phone\": \"\",\n        \"email\": \"\",\n        \"pick_stop_site_id\": 10,\n        \"location\": {\n          \"name\": \"\",\n          \"address\": \"123 MAIN ST\",\n          \"city\": \"COUDERSPORT\",\n          \"state\": \"PA\",\n          \"zip\": \"16915\",\n          \"country\": \"\",\n          \"contact\": \"\",\n          \"phone\": \"\",\n          \"hours\": \"\",\n          \"email\": \"\",\n          \"vision_account_number\": \"\",\n          \"vision_bill_to_account_number\": \"\",\n          \"address_2\": \"\"\n        }\n      },\n      {\n        \"stop_num\": 2,\n        \"event_type\": \"S\",\n        \"pieces\": \"\",\n        \"weight\": \"\",\n        \"pallets\": \"\",\n        \"account_number\": \"\",\n        \"references\": [\n          \"\",\n          \"\",\n          \"\",\n          \"\",\n          \"\",\n          \"\"\n        ],\n        \"notes\": \"\",\n        \"appt_note\": \"\",\n        \"received_by\": \"\",\n        \"seal\": \"\",\n        \"shipment_pro\": \"\",\n        \"ready_or_deliver\": \"\",\n        \"appt_start\": \"\",\n        \"appt_end\": \"\",\n        \"arrival\": \"\",\n        \"departure\": \"\",\n        \"appt_start_date\": \"\",\n        \"appt_eta_start\": \"\",\n        \"appt_eta_end\": \"\",\n        \"appt_confirmed\": false,\n        \"appt_fcfs\": false,\n        \"item_description\": \"\",\n        \"apptRange\": false,\n        \"etaRange\": false,\n        \"location_name\": \"ABC SUPPLY\",\n        \"contact\": \"\",\n        \"hours\": \"\",\n        \"phone\": \"(888) 789-7875\",\n        \"email\": \"\",\n        \"location\": {\n          \"name\": \"\",\n          \"address\": \"4860 SPRING GROVE AVE\",\n          \"city\": \"ATLANTA\",\n          \"state\": \"GA\",\n          \"zip\": \"\",\n          \"country\": \"\",\n          \"contact\": \"\",\n          \"phone\": \"\",\n          \"hours\": \"\",\n          \"email\": \"\",\n          \"vision_account_number\": \"\",\n          \"vision_bill_to_account_number\": \"\",\n          \"address_2\": \"\"\n        }\n      }\n    ],\n    \"accessorial_lines\": [\n      {\n        \"accessorial\": \"Line Haul\",\n        \"carrier\": \"\",\n        \"carrier_rate\": \"0.0\",\n        \"customer_rate\": \"0.0\",\n        \"line_num\": 1,\n        \"intermodal_leg_id\": \"\",\n        \"release\": false,\n        \"leg_type\": \"\",\n      },\n      {\n        \"accessorial\": \"FUEL\",\n        \"carrier\": \"\",\n        \"carrier_rate\": \"0.0\",\n        \"customer_rate\": \"0.0\",\n        \"line_num\": 2,\n        \"intermodal_leg_id\": \"\",\n        \"release\": false,\n        \"leg_type\": \"\",\n      }\n    ],\n    \"instruction_special_instructions\": \"\",\n\t\t\"instruction_pickup_instructions\": \"\",\n\t\t\"instruction_customer_instructions\": \"\",\n\t\t\"instruction_consignee_instructions\": \"\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro","description":"<p>Use this endpoint to update a shipment. POST shipment required fields apply to PUT shipment.</p>\n<p>Your payload should include only those fields that you want updated. Shipment lifecycle status are affected by the following:</p>\n<p>OPEN - no carrier</p>\n<p>COVERED - carrier present</p>\n<p>PICKUP - first stop has arrived date/time present</p>\n<p>LOADED - first stop has departed date/time present</p>\n<p>CONSIGNEE - last stop has arrived date/time present</p>\n<p>DELIVERED - last stop has departed date/time present</p>\n<p>RELEASED - released date/time present</p>\n<p>Please note that the chronology of stop appointments, and arrived and departed date/times updated via Aljex Live API, is not validated. Validation of chronology should be implemented in your code. Chronology <strong>is</strong> enforced in the Aljex Live UI. Failure to validate chronolgy in your code may lead to conflicts when a shipment is viewed and/or updated in the UI.</p>\n<p>Additionally, required fields are enforced only in the Aljex Live UI. Any fields configured to be required in the UI should always be populated to avoid conflicts with the UI.</p>\n<p>Requirements for specific fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Identifier</strong></th>\n<th><strong>Specify As</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer</td>\n<td>aljex_id (Aljex-wide ID)  <br /></td>\n<td>{ \"aljex_id\": \"123\" } or \"customer_aljex_id\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>DUNS</td>\n<td>{ \"duns_num\": \"123\" } or \"customer_duns_num\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Aljex Live record ID</td>\n<td>\"customer\": { \"id\": \"123\" } or \"customer_id\": \"123\"</td>\n</tr>\n<tr>\n<td>Bill-to (Note: Bill-to will default to customer's bill-to if not specified</td>\n<td>aljex_id (Aljex-wide ID)</td>\n<td>\"bill_to\": { \"aljex_id\": \"123\" } or \"bill_to_aljex_id\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>DUNS</td>\n<td>\"bill_to\": { \"duns_num\": \"123\" } or \"bill_to_duns_num\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Aljex Live record ID</td>\n<td>\"bill_to\": { \"id\": \"123\" } or \"bill_to_id\": \"123\"</td>\n</tr>\n<tr>\n<td>Carrier</td>\n<td>aljex_id (Aljex-wide ID)</td>\n<td>{ \"aljex_id\": \"123\" } or \"carrier_aljex_id\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Carrier's MC</td>\n<td>\"carrier\": { \"mc_num\": \"123\" } or \"carrier_mc_num\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Carrier's DOT</td>\n<td>\"carrier\": { \"dot_num\": \"123\" } or \"carrier_dot_num\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Carrier's SCAC</td>\n<td>\"carrier\": { \"scac_num\": \"123\" } or \"carrier_scac_num\": \"123\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Aljex Live record ID</td>\n<td>\"carrier\": { \"id\": \"123\" } or \"carrier_id\": \"123\"</td>\n</tr>\n<tr>\n<td>Equipment Type</td>\n<td>Aljex-wide code</td>\n<td>\"equipment_type\": {\"code\": 'E\"} or \"equipment_type_code\": \"E\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Aljex Live record ID</td>\n<td>\"equipment_type\": { \"id\": \"123\" } or \"equipment_type_id\": \"123\"</td>\n</tr>\n<tr>\n<td>Revenue Type</td>\n<td>Aljex-wide code</td>\n<td>\"revenue_type\": {\"code\": 'E\"} or \"revenue_type_code\": \"E\"</td>\n</tr>\n<tr>\n<td></td>\n<td>Aljex Live record ID</td>\n<td>\"revenue_type\": { \"id\": \"123\" } or \"revenue_type_id\": \"123\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["shipments",":pro"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"123456","key":"pro"}]}},"response":[{"id":"045af430-4c1f-4a7d-b7d0-8c8052e6ad7e","name":"Shipment updated","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\t\"shipment\": {\n\t\t\"pick_stops\": [\n\t\t\t{\n                \"stop_num\": 1,\n\t\t\t\t\"arrival\": \"2021-01-07T12:15:00.000-06:00\"\n\t\t\t}\n        ]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["shipments",":pro"],"variable":[{"key":"pro","value":"123456","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{ \n\t\"content\": {\n\t\t\"shipment\": {\n\t\t\t\"pro\": 11545,\n\t\t\t\"status\": \"OPEN\",\n\t\t\t\"customer\": {\n\t\t\t\t\"id\": 10,\n\t\t\t\t\"name\": \"ALJEX SUPPLY CO.\",\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"city\": \"\",\n\t\t\t\t\"state\": \"\",\n\t\t\t\t\"zip\": \"\",\n\t\t\t\t\"country\": \"\",\n\t\t\t\t\"contact\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"hours\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"duns_num\": \"\",\n\t\t\t\t\"vision_id\": \"100010\",\n\t\t\t},\n\t\t\t\"carrier\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"mc_num\": \"\",\n\t\t\t\t\"dot_num\": \"\",\n\t\t\t\t\"scac_num\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"city\": \"\",\n\t\t\t\t\"state\": \"\",\n\t\t\t\t\"zip\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"insurance_agent\": \"\",\n\t\t\t\t\"insurance_agent_address\": \"\",\n\t\t\t\t\"insurance_agent_city\": \"\",\n\t\t\t\t\"insurance_agent_state\": \"\",\n\t\t\t\t\"insurance_agent_zip\": \"\",\n\t\t\t\t\"insurance_agent_phone\": \"\",\n\t\t\t\t\"insurance_policy_number\": \"\",\n\t\t\t\t\"cargo_insurance_company_name\": \"\",\n\t\t\t\t\"cargo_insurance_policy_number\": \"\",\n\t\t\t\t\"cargo_insurance_amount\": \"\",\n\t\t\t\t\"cargo_insurance_expire_date\": \"\",\n\t\t\t\t\"liability_insurance_company_name\": \"\",\n\t\t\t\t\"liability_insurance_policy_number\": \"\",\n\t\t\t\t\"liability_insurance_amount\": \"\",\n\t\t\t\t\"liability_insurance_expire_date\": \"\",\n\t\t\t\t\"general_liability_insurance_company_name\": \"\",\n\t\t\t\t\"general_liability_insurance_policy_number\": \"\",\n\t\t\t\t\"general_liability_insurance_amount\": \"\",\n\t\t\t\t\"general_liability_insurance_expire_date\": \"\",\n\t\t\t\t\"work_comp_insurance_company_name\": \"\",\n\t\t\t\t\"work_comp_insurance_policy_number\": \"\",\n\t\t\t\t\"work_comp_insurance_amount\": \"\",\n\t\t\t\t\"work_comp_insurance_expire_date\": \"\",\n\t\t\t\t\"vision_id\": \"\"\n\t\t\t},\n\t\t\t\"bill_to\": {\n\t\t\t\t\"id\": 10,\n\t\t\t\t\"name\": \"ALJEX SUPPLY CO.\",\n\t\t\t\t\"address\": \"\",\n\t\t\t\t\"city\": \"\",\n\t\t\t\t\"state\": \"\",\n\t\t\t\t\"zip\": \"\",\n\t\t\t\t\"country\": \"\",\n\t\t\t\t\"contact\": \"\",\n\t\t\t\t\"phone\": \"\",\n\t\t\t\t\"hours\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"duns_num\": \"\",\n\t\t\t\t\"vision_id\": \"100010\",\n\t\t\t},\n\t\t\t\"office\": \"\",\n\t\t\t\"miles_customer\": \"735\",\n\t\t\t\"miles_truck\": \"760\",\n\t\t\t\"footage\": \"\",\n\t\t\t\"pieces\": \"\",\n\t\t\t\"weight\": 10000,\n\t\t\t\"weight_billable\": \"\",\n\t\t\t\"freight_class\": \"\",\n\t\t\t\"load_description\": \"LUMBER\",\n\t\t\t\"declared_value\": \"100000\",\n\t\t\t\"req_hazmat\": \"\",\n\t\t\t\"req_temp\": false,\n\t\t\t\"req_max_temp\": \"\",\n\t\t\t\"req_min_temp\": \"\",\n\t\t\t\"req_pre_cooled\": \"\",\n\t\t\t\"req_lift_gate_pickup\": false,\n\t\t\t\"req_lift_gate_delivery\": false,\n\t\t\t\"req_inside_pickup\": false,\n\t\t\t\"req_inside_delivery\": false,\n\t\t\t\"req_delivery\": \"\",\n\t\t\t\"req_pallet_exchange\": true,\n\t\t\t\"req_pallet_exchange_in\": \"50\",\n\t\t\t\"req_pallet_exchange_out\": \"55\",\n\t\t\t\"req_tarp\": false,\n\t\t\t\"req_tarp_size\": \"\",\n\t\t\t\"req_permits\": false,\n\t\t\t\"req_oversized\": false,\n\t\t\t\"req_escorts\": false,\n\t\t\t\"req_FSMA\": false,\n\t\t\t\"req_seal\": false,\n\t\t\t\"req_straps_chains\": false,\n\t\t\t\"req_teams\": false,\n\t\t\t\"req_labor\": false,\n\t\t\t\"boards_all\": \"\",\n\t\t\t\"boards_our\": \"\",\n\t\t\t\"boards_no_broker\": false,\n\t\t\t\"mark_hot\": false,\n\t\t\t\"mark_high_risk\": false,\n\t\t\t\"mark_blind\": false,\n\t\t\t\"office\": \"\",\n\t\t\t\"track_dispatched\": \"\",\n\t\t\t\"track_pickup\": \"\",\n\t\t\t\"track_arrived\": \"\",\n\t\t\t\"track_loaded\": \"\",\n\t\t\t\"track_delivered\": \"\",\n\t\t\t\"track_signed_by\": \"\",\n\t\t\t\"track_osd\": \"\",\n\t\t\t\"rate_customer_line_haul_rate\": \"1000.0\",\n\t\t\t\"rate_customer_hours\": 0,\n\t\t\t\"rate_customer_fsc_percentage\": \"0.0\",\n\t\t\t\"rate_customer_fsc_per_mile\": \"0.0\",\n\t\t\t\"rate_carrier_line_haul_rate\": \"800.0\",\n\t\t\t\"rate_carrier_hours\": 0,\n\t\t\t\"created_at\": \"2022-04-20T08:36:34.106-04:00\",\n\t\t\t\"updated_at\": \"2022-04-20T09:09:34.568-04:00\",\n\t\t\t\"carrier_id\": \"\",\n\t\t\t\"mode\": \"BROKERAGE\",\n\t\t\t\"pickup_city\": \"\",\n\t\t\t\"pickup_state\": \"\",\n\t\t\t\"pickup_zip\": \"\",\n\t\t\t\"pickup_name\": \"\",\n\t\t\t\"cons_name\": \"\",\n\t\t\t\"cons_zip\": \"\",\n\t\t\t\"cons_state\": \"\",\n\t\t\t\"cons_city\": \"\",\n\t\t\t\"pickup_appt\": \"\",\n\t\t\t\"cons_appt\": \"\",\n\t\t\t\"ready_date\": \"\",\n\t\t\t\"req_customs_bonded\": \"\",\n\t\t\t\"container_number\": \"\",\n\t\t\t\"trailer_number\": \"\",\n\t\t\t\"manifest_number\": \"\",\n\t\t\t\"revenue_type_id\": \"\",\n\t\t\t\"equipment_type_id\": 16,\n\t\t\t\"agent_id\": \"\",\n\t\t\t\"confirm_sent\": \"\",\n\t\t\t\"confirm_rec\": \"\",\n\t\t\t\"dispatched\": \"\",\n\t\t\t\"signed_by\": \"\",\n\t\t\t\"osd\": \"\",\n\t\t\t\"pickup_lat\": \"\",\n\t\t\t\"pickup_long\": \"\",\n\t\t\t\"cons_lat\": \"\",\n\t\t\t\"cons_long\": \"\",\n\t\t\t\"pickup_account_number\": \"\",\n\t\t\t\"cons_account_number\": \"\",\n\t\t\t\"pro\": 11545,\n\t\t\t\"last_audit\": \"2022-04-20T08:36:34.552-04:00\",\n\t\t\t\"tariff\": \"\",\n\t\t\t\"quote\": \"\",\n\t\t\t\"routing_num\": \"\",\n\t\t\t\"waybill_num_1\": \"\",\n\t\t\t\"waybill_num_2\": \"\",\n\t\t\t\"waybill_num_3\": \"\",\n\t\t\t\"booking_num\": \"\",\n\t\t\t\"seal_num\": \"\",\n\t\t\t\"stcc_num\": \"\",\n\t\t\t\"void_reason\": \"\",\n\t\t\t\"void_other_reason\": \"\",\n\t\t\t\"uncover_reason\": \"\",\n\t\t\t\"uncover_notes\": \"\",\n\t\t\t\"hawb_num\": \"\",\n\t\t\t\"truck_num\": \"\",\n\t\t\t\"dispatcher\": \"\",\n\t\t\t\"customer_id\": 10,\n\t\t\t\"bill_to_id\": 10,\n\t\t\t\"pick_stop_progress\": \"\",\n\t\t\t\"carrier_ref\": \"\",\n\t\t\t\"sales_representative_id\": 2,\n\t\t\t\"service_representative_id\": \"\",\n\t\t\t\"dispatcher_assigned_id\": \"\",\n\t\t\t\"dispatcher_actual_id\": \"\",\n\t\t\t\"auto_add_available_truck\": true,\n\t\t\t\"intermodal_type\": \"\",\n\t\t\t\"last_status_change\": \"\",\n\t\t\t\"customer_line_haul_rate_type\": \"Flat Rate\",\n\t\t\t\"pickup_ramp_id\": \"\",\n\t\t\t\"cross_town_pu_ramp_id\": \"\",\n\t\t\t\"cross_town_dest_ramp_id\": \"\",\n\t\t\t\"dest_ramp_id\": \"\",\n\t\t\t\"rate_carrier_line_haul_rate_type\": \"Flat Rate\",\n\t\t\t\"rate_carrier_line_haul_pay_percent\": \"0.0\",\n\t\t\t\"customer_ref_num\": \"\",\n\t\t\t\"bl_num\": \"\",\n\t\t\t\"load_num\": \"\",\n\t\t\t\"references\": [],\n\t\t\t\"last_saved_total_customer_rate\": \"0.0\",\n\t\t\t\"dispatched_reason_id\": \"\",\n\t\t\t\"reserved_by_user_id\": \"\",\n\t\t\t\"reserved_until_datetime\": \"\",\n\t\t\t\"released_at_datetime\": \"\",\n\t\t\t\"service_representative_user_id\": \"\",\n\t\t\t\"dispatcher_assigned_user_id\": \"\",\n\t\t\t\"rate_carrier_max_rate\": \"0.0\",\n\t\t\t\"driver_1_ref_driver\": \"\",\n\t\t\t\"driver_1_cell\": \"\",\n\t\t\t\"driver_1_email\": \"\",\n\t\t\t\"driver_2_ref_driver\": \"\",\n\t\t\t\"driver_2_cell\": \"\",\n\t\t\t\"driver_2_email\": \"\",\n\t\t\t\"driver_origin_city\": \"\",\n\t\t\t\"driver_origin_state\": \"\",\n\t\t\t\"driver_empty_miles\": \"\",\n\t\t\t\"late_check_call_last_processed\": \"\",\n\t\t\t\"customer_total_rates\": \"0.0\",\n\t\t\t\"carrier_total_rates\": \"0.0\",\n\t\t\t\"gross_profit\": \"0.0\",\n\t\t\t\"net_margin\": \"\",\n\t\t\t\"pick_count\": 1,\n\t\t\t\"stop_count\": 1,\n\t\t\t\"open_events\": \"\",\n\t\t\t\"mass_release\": false,\n\t\t\t\"current_stop_num\": 0,\n\t\t\t\"any_bids\": false,\n\t\t\t\"ship_date_filter_string\": \"2022-04-20\",\n\t\t\t\"pick_up_date_filter_string\": \"\",\n\t\t\t\"delivery_date_filter_string\": \"\",\n\t\t\t\"dispatcher_email\": \"\",\n\t\t\t\"post_to_all_load_boards\": false,\n\t\t\t\"post_to_internal_load_board\": false,\n\t\t\t\"dispatcher_phone\": \"\",\n\t\t\t\"req_tonu\": false,\n\t\t\t\"rate_carrier_suggested_market_rate\": \"0.0\",\n\t\t\t\"exception_detention_check\": false,\n\t\t\t\"exception_blank_appt\": true,\n\t\t\t\"carrier_email\": \"\",\n\t\t\t\"revenue_type\": \"\",\n\t\t\t\"equipment_type\": \"F\",\n\t\t\t\"tariff\": \"\",\n\t\t\t\"quote\": \"\",\n\t\t\t\"service_representative_user\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t},\n\t\t\t\"dispatcher_assigned_user\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t},\n\t\t\t\"pick_stops\": [\n\t\t\t\t{\n\t\t\t\t\t\"stop_num\": 1,\n\t\t\t\t\t\"event_type\": \"P\",\n\t\t\t\t\t\"pieces\": \"\",\n\t\t\t\t\t\"weight\": \"\",\n\t\t\t\t\t\"pallets\": \"\",\n\t\t\t\t\t\"account_number\": \"\",\n\t\t\t\t\t\"references\": [\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\"\n\t\t\t\t\t],\n\t\t\t\t\t\"notes\": \"\",\n\t\t\t\t\t\"appt_note\": \"\",\n\t\t\t\t\t\"received_by\": \"\",\n\t\t\t\t\t\"seal\": \"\",\n\t\t\t\t\t\"shipment_pro\": 11545,\n\t\t\t\t\t\"id\": 2780,\n\t\t\t\t\t\"ready_or_deliver\": \"2022-04-20T00:00:00.000-04:00\",\n\t\t\t\t\t\"appt_start\": \"2022-04-20T09:30:00.000-04:00\",\n\t\t\t\t\t\"appt_end\": \"\",\n\t\t\t\t\t\"arrival\": \"\",\n\t\t\t\t\t\"departure\": \"\",\n\t\t\t\t\t\"appt_start_date\": \"\",\n\t\t\t\t\t\"appt_eta_start\": \"\",\n\t\t\t\t\t\"appt_eta_end\": \"\",\n\t\t\t\t\t\"appt_confirmed\": false,\n\t\t\t\t\t\"appt_fcfs\": false,\n\t\t\t\t\t\"item_description\": \"\",\n\t\t\t\t\t\"apptRange\": false,\n\t\t\t\t\t\"etaRange\": false,\n\t\t\t\t\t\"location_name\": \"ALJEX SUPPLY CO.\",\n\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\"phone\": \"\",\n\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\"pick_stop_site_id\": 10,\n\t\t\t\t\t\"location\": {\n\t\t\t\t\t\t\"id\": 10,\n\t\t\t\t\t\t\"name\": \"\",\n\t\t\t\t\t\t\"address\": \"123 MAIN ST\",\n\t\t\t\t\t\t\"city\": \"COUDERSPORT\",\n\t\t\t\t\t\t\"state\": \"PA\",\n\t\t\t\t\t\t\"zip\": \"16915\",\n\t\t\t\t\t\t\"country\": \"\",\n\t\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\t\"phone\": \"\",\n\t\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\t\"latitude\": \"41.773926\",\n\t\t\t\t\t\t\"longitude\": \"-78.021034\",\n\t\t\t\t\t\t\"created_at\": \"2022-03-29T10:58:29.587-04:00\",\n\t\t\t\t\t\t\"updated_at\": \"2022-03-29T11:09:29.587-04:00\",\n\t\t\t\t\t\t\"company_id\": \"\",\n\t\t\t\t\t\t\"is_primary_location\": false,\n\t\t\t\t\t\t\"vision_account_number\": \"\",\n\t\t\t\t\t\t\"vision_bill_to_account_number\": \"\",\n\t\t\t\t\t\t\"timezone\": \"America/New_York\",\n\t\t\t\t\t\t\"address_2\": \"\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"stop_num\": 2,\n\t\t\t\t\t\"event_type\": \"S\",\n\t\t\t\t\t\"pieces\": \"\",\n\t\t\t\t\t\"weight\": \"\",\n\t\t\t\t\t\"pallets\": \"\",\n\t\t\t\t\t\"account_number\": \"\",\n\t\t\t\t\t\"references\": [\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\",\n\t\t\t\t\t\t\"\"\n\t\t\t\t\t],\n\t\t\t\t\t\"notes\": \"\",\n\t\t\t\t\t\"appt_note\": \"\",\n\t\t\t\t\t\"received_by\": \"\",\n\t\t\t\t\t\"seal\": \"\",\n\t\t\t\t\t\"shipment_pro\": 11545,\n\t\t\t\t\t\"id\": 2781,\n\t\t\t\t\t\"ready_or_deliver\": \"2022-04-21T14:20:00.000-04:00\"\n\t\t\t\t\t\"appt_start\": \"\",\n\t\t\t\t\t\"appt_end\": \"\",\n\t\t\t\t\t\"arrival\": \"\",\n\t\t\t\t\t\"departure\": \"\",\n\t\t\t\t\t\"appt_start_date\": \"\",\n\t\t\t\t\t\"appt_eta_start\": \"\",\n\t\t\t\t\t\"appt_eta_end\": \"\",\n\t\t\t\t\t\"appt_confirmed\": false,\n\t\t\t\t\t\"appt_fcfs\": false,\n\t\t\t\t\t\"item_description\": \"\",\n\t\t\t\t\t\"apptRange\": false,\n\t\t\t\t\t\"etaRange\": false,\n\t\t\t\t\t\"location_name\": \"ABC SUPPLY\",\n\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\"phone\": \"(888) 789-7875\",\n\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\"pick_stop_site_id\": 9,\n\t\t\t\t\t\"location\": {\n\t\t\t\t\t\t\"id\": 9,\n\t\t\t\t\t\t\"name\": \"\",\n\t\t\t\t\t\t\"address\": \"4860 SPRING GROVE AVE\",\n\t\t\t\t\t\t\"city\": \"ATLANTA\",\n\t\t\t\t\t\t\"state\": \"GA\",\n\t\t\t\t\t\t\"zip\": \"\",\n\t\t\t\t\t\t\"country\": \"\",\n\t\t\t\t\t\t\"contact\": \"\",\n\t\t\t\t\t\t\"phone\": \"\",\n\t\t\t\t\t\t\"hours\": \"\",\n\t\t\t\t\t\t\"email\": \"\",\n\t\t\t\t\t\t\"latitude\": \"33.915382\",\n\t\t\t\t\t\t\"longitude\": \"-84.299469\",\n\t\t\t\t\t\t\"created_at\": \"2022-03-29T10:58:28.502-04:00\",\n\t\t\t\t\t\t\"updated_at\": \"2022-03-29T11:09:28.502-04:00\",\n\t\t\t\t\t\t\"company_id\": \"\",\n\t\t\t\t\t\t\"is_primary_location\": false,\n\t\t\t\t\t\t\"vision_account_number\": \"\",\n\t\t\t\t\t\t\"vision_bill_to_account_number\": \"\",\n\t\t\t\t\t\t\"timezone\": \"America/New_York\",\n\t\t\t\t\t\t\"address_2\": \"\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"intermodal_legs\": [],\n\t\t\t\"accessorial_lines\": [\n\t\t\t\t{\n\t\t\t\t\t\"accessorial\": \"Line Haul\",\n\t\t\t\t\t\"carrier\": \"\",\n\t\t\t\t\t\"carrier_rate\": \"0.0\",\n\t\t\t\t\t\"customer_rate\": \"0.0\",\n\t\t\t\t\t\"line_num\": 1,\n\t\t\t\t\t\"intermodal_leg_id\": \"\",\n\t\t\t\t\t\"release\": false,\n\t\t\t\t\t\"leg_type\": \"\",\n\t\t\t\t\t\"id\": 3140\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"accessorial\": \"FUEL\",\n\t\t\t\t\t\"carrier\": \"\",\n\t\t\t\t\t\"carrier_rate\": \"0.0\",\n\t\t\t\t\t\"customer_rate\": \"0.0\",\n\t\t\t\t\t\"line_num\": 2,\n\t\t\t\t\t\"intermodal_leg_id\": \"\",\n\t\t\t\t\t\"release\": false,\n\t\t\t\t\t\"leg_type\": \"\",\n\t\t\t\t\t\"id\": 3141\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"instruction\": \"\",\n\t\t\t\"shipment_critical_update_log\": {\n\t\t\t\t\"id\": 1675,\n\t\t\t\t\"created_by\": \"\",\n\t\t\t\t\"reserved_set_at\": \"\",\n\t\t\t\t\"reserved_set_by\": \"\",\n\t\t\t\t\"covered_set_at\": \"\",\n\t\t\t\t\"covered_set_by\": \"\",\n\t\t\t\t\"carrier_lh_rate_set_at\": \"\",\n\t\t\t\t\"carrier_lh_rate_set_by\": \"\",\n\t\t\t\t\"carrier_confirmation_sent_set_at\": \"\",\n\t\t\t\t\"carrier_confirmation_sent_set_by\": \"\",\n\t\t\t\t\"carrier_confirmation_received_set_at\": \"\",\n\t\t\t\t\"carrier_confirmation_received_set_by\": \"\",\n\t\t\t\t\"tonu_set_at\": \"\",\n\t\t\t\t\"tonu_set_by\": \"\",\n\t\t\t\t\"dispatched_set_at\": \"\",\n\t\t\t\t\"dispatched_set_by\": \"\",\n\t\t\t\t\"first_pick_eta_set_at\": \"\",\n\t\t\t\t\"first_pick_eta_set_by\": \"\",\n\t\t\t\t\"first_pick_departed_set_at\": \"\",\n\t\t\t\t\"first_pick_departed_set_by\": \"\",\n\t\t\t\t\"last_pick_departed_set_at\": \"\",\n\t\t\t\t\"last_pick_departed_set_by\": \"\",\n\t\t\t\t\"released_set_at\": \"\",\n\t\t\t\t\"released_set_by\": \"\",\n\t\t\t\t\"invoice_posted_set_at\": \"\",\n\t\t\t\t\"invoice_posted_set_by\": \"\",\n\t\t\t\t\"invoice_paid_set_at\": \"\",\n\t\t\t\t\"invoice_paid_set_by\": \"\",\n\t\t\t\t\"shipment_pro\": 11545\n\t\t\t},\n\t\t\t\"sales_representative\": {\n\t\t\t\t\"id\": 2,\n\t\t\t\t\"person_id\": \"\",\n\t\t\t\t\"created_at\": \"2022-03-29T10:57:46.140-04:00\",\n\t\t\t\t\"updated_at\": \"2022-03-29T10:57:46.140-04:00\",\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"rep_id\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"retired\": false,\n\t\t\t\t\"user_id\": \"\",\n\t\t\t\t\"email_quotes\": false,\n\t\t\t\t\"email_tags\": false,\n\t\t\t\t\"email_credit_changes\": false,\n\t\t\t\t\"email_short_pays\": false,\n\t\t\t\t\"email_low_brokerages\": false,\n\t\t\t\t\"email_customer_aging\": false,\n\t\t\t\t\"email_commission_report\": false,\n\t\t\t\t\"email_shipment_report\": false,\n\t\t\t\t\"commission_pay_type\": \"\",\n\t\t\t\t\"commission_pay_percentage\": \"\",\n\t\t\t\t\"commission_pay_flat_amount\": \"\",\n\t\t\t\t\"commission_minimum_house_cut\": \"\",\n\t\t\t\t\"commission_overhead_deduction_type\": \"\",\n\t\t\t\t\"commission_overhead_deduction_flat_amount\": \"\",\n\t\t\t\t\"commission_overhead_deduction_percentage\": \"\",\n\t\t\t\t\"commission_minimum_house_profit_percentage\": \"\",\n\t\t\t\t\"commission_minimum_gross_profit_before_commission\": \"\",\n\t\t\t\t\"commission_minimum_percentage_before_commission\": \"\",\n\t\t\t\t\"commission_minimum_amount\": \"\",\n\t\t\t\t\"commission_creation_source\": \"\",\n\t\t\t\t\"commission_days_before_no_commission\": \"\",\n\t\t\t\t\"commission_expense_source\": \"\",\n\t\t\t\t\"commission_line_haul_only\": false,\n\t\t\t\t\"vendor_name\": \"\",\n\t\t\t\t\"vendor_address\": \"\",\n\t\t\t\t\"vendor_address_2\": \"\",\n\t\t\t\t\"vendor_city\": \"\",\n\t\t\t\t\"vendor_state\": \"\",\n\t\t\t\t\"vendor_zip\": \"\",\n\t\t\t\t\"vendor_phone\": \"\",\n\t\t\t\t\"vendor_federal_id\": \"\",\n\t\t\t\t\"vendor_federal_or_ssn\": \"\",\n\t\t\t\t\"vendor_w9_on_file\": false,\n\t\t\t\t\"vendor_send_1099\": false,\n\t\t\t\t\"vendor_bill_to_name\": \"\",\n\t\t\t\t\"vendor_bill_to_address\": \"\",\n\t\t\t\t\"vendor_bill_to_address_2\": \"\",\n\t\t\t\t\"vendor_bill_to_city\": \"\",\n\t\t\t\t\"vendor_bill_to_state\": \"\",\n\t\t\t\t\"vendor_bill_to_zip\": \"\",\n\t\t\t\t\"vendor_bill_to_phone\": \"\",\n\t\t\t\t\"agent_id\": \"\"\n\t\t\t},\n\t\t\t\"dispatcher_actual\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t},\n\t\t\t\"reserved_by_user\": {\n\t\t\t\t\"id\": \"\",\n\t\t\t\t\"created_at\": \"\",\n\t\t\t\t\"updated_at\": \"\",\n\t\t\t\t\"auth_uid\": \"\",\n\t\t\t\t\"email_notifications\": \"\",\n\t\t\t\t\"phone_notifications\": \"\",\n\t\t\t\t\"title\": \"\",\n\t\t\t\t\"first_name\": \"\",\n\t\t\t\t\"last_name\": \"\",\n\t\t\t\t\"fax\": \"\",\n\t\t\t\t\"phone_2\": \"\",\n\t\t\t\t\"email_2\": \"\",\n\t\t\t\t\"username\": \"\",\n\t\t\t\t\"email\": \"\",\n\t\t\t\t\"phone_number\": \"\",\n\t\t\t\t\"form_template_id\": \"\",\n\t\t\t\t\"default_intermodal_template_id\": \"\",\n\t\t\t\t\"default_column_template_id\": \"\",\n\t\t\t\t\"deleted\": \"\",\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\n\t\t\t\t\"role_id\": \"\",\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\n\t\t\t\t\"permission_to_change_customer\": \"\",\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\n\t\t\t\t\"permission_to_create_shipments\": \"\",\n\t\t\t\t\"permission_to_release_shipments\": \"\",\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\n\t\t\t}\n\t\t}\n\t},\n\t\"message\": \"\",\n\t\"errors\": []\n}"},{"id":"4906fd3a-8aab-4803-b7d0-b2a72fc90772","name":"Bad request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"load_info\": {\n    \"mode\": \"BROKERAGE\",\n    \"equipment_type\": {},\n    \"revenue_type\": {},\n    \"load_description\": \"LUMBER\",\n    \"id\": 101,\n    \"miles_customer\": 543,\n    \"miles_truck\": 523,\n    \"footage\": \"44\",\n    \"pieces\": \"1500\",\n    \"weight\": \"44000\",\n    \"weight_billable\": \"44000\",\n    \"freight_class\": \"in officia culpa consectetur dolore\",\n    \"declared_value\": 98000,\n    \"req_hazmat\": false,\n    \"req_temp\": true,\n    \"req_max_temp\": 25,\n    \"req_min_temp\": -10,\n    \"req_pre_cooled\": true,\n    \"req_lift_gate_pickup\": true,\n    \"req_lift_gate_delivery\": true,\n    \"req_inside_pickup\": false,\n    \"req_inside_delivery\": true,\n    \"req_delivery\": true,\n    \"req_pallet_exchange\": false,\n    \"req_pallet_exchange_in\": \"nisi elit laboris aliqua\",\n    \"req_pallet_exchange_out\": \"aute ut enim eiusmod\",\n    \"req_tarp\": true,\n    \"req_tarp_size\": \"Lorem dolor\",\n    \"req_permits\": false,\n    \"req_oversized\": false,\n    \"req_escorts\": false,\n    \"req_FSMA\": false,\n    \"req_seal\": false,\n    \"req_straps_chains\": true,\n    \"req_teams\": true,\n    \"req_labor\": true,\n    \"req_customs_bonded\": true,\n    \"rate_customer_hours\": \"95\",\n    \"rate_customer_fsc_percentage\": \"15\",\n    \"rate_customer_fsc_per_mile\": \"0.95\",\n    \"rate_carrier_line_haul_rate\": \"2500\",\n    \"rate_carrier_hours\": \"95\",\n    \"trailer_number\": \"est ut\",\n    \"seal_num\": \"in\",\n    \"stcc_num\": \"id\",\n    \"hawb_num\": \"minim aute dolore exercitation ullamco\",\n    \"truck_num\": \"veli\",\n    \"dispatcher\": \"Bob Gibson\",\n    \"carrier_ref\": \"XYZ123\",\n    \"customer_line_haul_rate_type\": \"flat rate\",\n    \"rate_carrier_line_haul_rate_type\": \"flat rate\",\n    \"rate_carrier_line_haul_pay_percent\": \"velit\",\n    \"customer_ref_num\": \"ABC789\",\n    \"references\": [\n      \"REF_1\",\n      \"REF_2\"\n    ]\n  },\n  \"customer\": {\n    \"customer\": {\n      \"name\": \"\",\n      \"address\": \"\",\n      \"city\": \"\",\n      \"state\": \"\",\n      \"zip\": \"\",\n      \"country\": \"\",\n      \"contact\": \"\",\n      \"phone\": \"\",\n      \"hours\": \"\",\n      \"email\": \"5nSMFCBMccm@ucCmHjSCgFY.dh\",\n      \"created_at\": \"\",\n      \"updated_at\": \"\",\n      \"route\": \"\",\n      \"billable\": \"\",\n      \"email_alt_1\": \"toBBI6Q8V@NbRrapHXOUSbhhhWhVMPyrrMLfstwqT.hx\",\n      \"email_alt_2\": \"gC4@fDvBYQQODetcQcnfzbmbKoCEnMknpusL.hxwk\",\n      \"email_alt_3\": \"BQnr7bvga@LkXComStY.tvj\",\n      \"email_alt_4\": \"UUi@mxP.vk\",\n      \"email_alt_5\": \"he2mM@AwQvmQgC.jntq\",\n      \"company_status\": \"\",\n      \"type\": \"\",\n      \"portal_login\": \"\",\n      \"vision_id\": \"\",\n      \"portal_password\": \"\",\n      \"vision_old_system_id\": \"\",\n      \"past_due_letters\": \"\",\n      \"prebill_covered\": \"\",\n      \"prebill_delivered\": \"\",\n      \"auto_release\": \"\",\n      \"auto_off_bill_hold_release\": \"\",\n      \"mileage_on_invoice\": \"\",\n      \"delivery_date_on_invoice\": \"\",\n      \"customer_portal_add_shipments\": \"\",\n      \"multiple_reference_numbers\": \"\",\n      \"factor\": \"\",\n      \"on_mailing\": \"\",\n      \"items_on_invoice\": \"\",\n      \"reference_po_number\": \"\",\n      \"epay\": \"\",\n      \"terms_for_invoice\": \"\",\n      \"fsc_method\": \"\",\n      \"sic_code\": \"\",\n      \"edi_receiver_id\": \"\",\n      \"efp_invoice\": \"\",\n      \"revenue_type\": \"\",\n      \"currency\": \"\",\n      \"fsc_percentage\": \"\",\n      \"naics_code\": \"\",\n      \"hidden_discount_percentage\": \"\",\n      \"reference_numbers_to_epay\": \"\",\n      \"customer_url\": \"\",\n      \"accounting_email_1\": \"jP-p9pCYODFKCp@ZJPJPMqpJfWnfVqe.nist\",\n      \"accounting_email_2\": \"vMlXuqgXGNRRY@HXBPViXGQpVbNIpywf.eq\",\n      \"accounting_fax\": \"\",\n      \"accounting_attention\": \"\",\n      \"billing_notes\": \"\",\n      \"confirmation_contact_arrived_pickup\": \"\",\n      \"confirmation_contact_pickup\": \"\",\n      \"confirmation_contact_delivery\": \"\",\n      \"confirmation_contact_email_fax\": \"\",\n      \"confirmation_contact_fax\": \"\",\n      \"confirmation_contact_email\": \"\",\n      \"confirmation_contact_attn\": \"\",\n      \"ap_contact_name\": \"\",\n      \"ap_contact_phone\": \"\",\n      \"ap_contact_email\": \"eqUec29XX3J@iObNqztkXGTtBjdldobblYTKasOB.ko\",\n      \"missed_appointment_sales_rep\": \"\",\n      \"missed_appointment_assigned_dispatcher\": \"\",\n      \"missed_appointment_actual_dispatcher\": \"\",\n      \"missed_appointment_created_by\": \"\",\n      \"missed_appointment_service_rep\": \"\",\n      \"aljex_to_aljex_login\": \"\",\n      \"aljex_to_aljex_password\": \"\",\n      \"aljex_to_aljex_host\": \"\",\n      \"aljex_to_aljex_start_script\": \"\",\n      \"is_broker\": \"\",\n      \"broker_bond_number\": \"\",\n      \"broker_bond_company\": \"\",\n      \"broker_bond_phone\": \"\",\n      \"broker_bond_mc_num\": \"\",\n      \"confirmation_notes\": \"\",\n      \"confirmation_text\": \"\",\n      \"primary_contact_name\": \"\",\n      \"primary_contact_title\": \"\",\n      \"primary_contact_phone\": \"\",\n      \"primary_contact_extension\": \"\",\n      \"primary_contact_work_hours\": \"\",\n      \"primary_contact_birthday\": \"\",\n      \"primary_contact_home_address\": \"\",\n      \"primary_contact_home_phone\": \"\",\n      \"primary_contact_family_info\": \"\",\n      \"primary_contact_fax\": \"\",\n      \"secondary_contact_name\": \"\",\n      \"secondary_contact_title\": \"\",\n      \"secondary_contact_phone\": \"\",\n      \"secondary_contact_extension\": \"\",\n      \"secondary_contact_work_hours\": \"\",\n      \"secondary_contact_birthday\": \"\",\n      \"secondary_contact_home_address\": \"\",\n      \"secondary_contact_home_phone\": \"\",\n      \"secondary_contact_family_info\": \"\",\n      \"secondary_contact_fax\": \"\",\n      \"intransit_contact_email_check_call_reports\": \"\",\n      \"intransit_contact_frequency\": \"\",\n      \"intransit_contact_email_detention_warning\": \"\",\n      \"pod_contact_email\": \"\",\n      \"db_rating\": \"\",\n      \"ar_insured_amount\": \"\",\n      \"credit_limit\": \"\",\n      \"high_credit\": \"\",\n      \"unbilled\": \"\",\n      \"ytd_billing\": \"\",\n      \"total_sales\": \"\",\n      \"shipment_last_30_days\": \"\",\n      \"cancelled_ytd\": \"\",\n      \"db_date\": \"\",\n      \"risk_rating\": \"\",\n      \"original_credit_limit\": \"\",\n      \"balance_due\": \"\",\n      \"projected_month_amount\": \"\",\n      \"shipments_ytd\": \"\",\n      \"shipments_total\": \"\",\n      \"cancelled_total\": \"\",\n      \"avg_dtp\": \"\",\n      \"first_shipment\": \"\",\n      \"last_shipment\": \"\",\n      \"change_to_status_n\": \"\",\n      \"change_to_status_y\": \"\",\n      \"cover_trusted_only\": \"\",\n      \"require_contract_addendum\": \"\",\n      \"delivery_appointment\": \"\",\n      \"hazardous_material\": \"\",\n      \"pallet_exchange\": \"\",\n      \"temperature_control\": \"\",\n      \"auto_calculate_mileage\": \"\",\n      \"pc_miler_version\": \"\",\n      \"known_shipper\": \"\",\n      \"unlimited_ps\": \"\",\n      \"post_load_boards\": \"\",\n      \"incident_management\": \"\",\n      \"prevent_duplicate_refs\": \"\",\n      \"minimum_power_units\": \"\",\n      \"minimum_declared_value\": \"\",\n      \"target_brokerage_percentage\": \"\",\n      \"temperature_default\": \"\",\n      \"mileage_type\": \"\",\n      \"latitude\": \"\",\n      \"longitude\": \"\",\n      \"address_2\": \"\",\n      \"fax\": \"\",\n      \"office\": \"\",\n      \"customer_portal_login\": \"\",\n      \"customer_portal_password\": \"\",\n      \"macropoint_mpid\": \"\",\n      \"customer_type\": \"\",\n      \"billto_account_number\": \"\",\n      \"old_system_id\": \"\",\n      \"freight_description\": \"\",\n      \"next_call\": \"\",\n      \"last_call\": \"\",\n      \"ramps_airport\": \"\",\n      \"ramps_airport_area\": \"\",\n      \"intermodal_ramp_city\": \"\",\n      \"intermodal_ramp_state\": \"\",\n      \"lead_status\": \"\",\n      \"sales_rep\": \"\",\n      \"ltl_assigned_dispatcher\": \"\",\n      \"ltl_sales_rep\": \"\",\n      \"assigned_collector\": \"\",\n      \"lead_source\": \"\",\n      \"assigned_dispatcher\": \"\",\n      \"service_rep\": \"\",\n      \"block_sales_rep_change\": \"\",\n      \"commission_end_date\": \"\",\n      \"bol\": \"\",\n      \"carrier_invoice\": \"\",\n      \"delivery_receipt\": \"\",\n      \"scale_ticket\": \"\",\n      \"original_docs\": \"\",\n      \"carrier_rate_conf\": \"\",\n      \"customer_rate_conf\": \"\",\n      \"interchange\": \"\",\n      \"suggested_routing\": \"\",\n      \"tariff_number\": \"\",\n      \"default_rate_type\": \"\",\n      \"managed_shipment_fee\": \"\",\n      \"declared_value\": \"\",\n      \"gain_share_percentage_max\": \"\",\n      \"overhead_deduction\": \"\",\n      \"split_of_profit\": \"\",\n      \"account_number\": \"\",\n      \"representative_id\": \"\",\n      \"is_customer\": \"\",\n      \"location\": {\n        \"name\": \"in anim est Ut\",\n        \"address\": \"sunt in eu ea\",\n        \"city\": \"dolore occaecat aliquip amet non\",\n        \"state\": \"in incididunt ut dolore\",\n        \"zip\": \"cillum\",\n        \"country\": \"cillum laborum\",\n        \"contact\": \"commodo aliquip\",\n        \"phone\": \"minim occaeca\",\n        \"hours\": \"laborum\",\n        \"email\": \"deserun\",\n        \"is_primary_location\": true,\n        \"vision_account_number\": \"100001\",\n        \"vision_bill_to_account_number\": \"100001\"\n      }\n    }\n  },\n  \"carrier\": {\n    \"name\": \"\",\n    \"address\": \"\",\n    \"city\": \"\",\n    \"state\": \"\",\n    \"zip\": \"\",\n    \"country\": \"\",\n    \"contact\": \"\",\n    \"phone\": \"\"\n  },\n  \"stops\": [\n    {\n      \"ready_or_deliver\": \"nulla ullamco\",\n      \"location\": {\n        \"name\": \"non\",\n        \"address\": \"culpa incididunt est aliqua\",\n        \"city\": \"occaecat non voluptate ut\",\n        \"state\": \"mollit ullamco proident\",\n        \"zip\": \"officia sit\",\n        \"country\": \"dolor officia cup\",\n        \"contact\": \"in occaecat s\",\n        \"phone\": \"sunt in do deserunt\",\n        \"hours\": \"amet ad cupidatat non\",\n        \"email\": \"magna in\",\n        \"is_primary_location\": false,\n        \"vision_account_number\": \"100001\",\n        \"vision_bill_to_account_number\": \"100001\"\n      },\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"stop_num\": \"consectetur\",\n      \"stop_type\": \"ad voluptate sed in\",\n      \"pieces\": \"tempor in Duis Excepteur ci\",\n      \"weight\": \"reprehenderit magna\",\n      \"pallets\": \"ea laboris quis velit eiusmod\",\n      \"account_number\": \"nostrud est aliquip\",\n      \"references\": [\n        \"Lorem qui aliquip culpa\",\n        \"commodo eiusmod\"\n      ],\n      \"notes\": \"aute ullamco ut aliqua\",\n      \"appt_note\": \"ut pariatur\",\n      \"seal\": \"eu tempor \",\n      \"appt_start\": \"2020-10-31T02:10:00\",\n      \"appt_end\": \"2020-10-31T02:10:00\",\n      \"appt_start_date\": \"2020-10-31T00:00:00\",\n      \"item_description\": \"aliqu\",\n      \"apptRange\": false\n    },\n    {\n      \"ready_or_deliver\": \"incid\",\n      \"location\": {\n        \"name\": \"esse sunt ullamco fugiat tempor\",\n        \"address\": \"ex sed ea\",\n        \"city\": \"in\",\n        \"state\": \"eu nisi qui fugiat cupidatat\",\n        \"zip\": \"esse ad ut dolor\",\n        \"country\": \"non dolore sint\",\n        \"contact\": \"tempor\",\n        \"phone\": \"consequat et veniam\",\n        \"hours\": \"adipisicing mollit occaecat\",\n        \"email\": \"sunt aute ipsum magna\",\n        \"is_primary_location\": false,\n        \"vision_account_number\": \"100001\",\n        \"vision_bill_to_account_number\": \"100001\"\n      },\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"stop_num\": \"sed cupidatat in ea\",\n      \"stop_type\": \"\",\n      \"pieces\": \"do ad ipsum\",\n      \"weight\": \"ipsum esse\",\n      \"pallets\": \"commodo tempor est\",\n      \"account_number\": \"amet adipisicing\",\n      \"references\": [\n        \"et velit ullamco fugiat\",\n        \"anim ullamco nulla tempor\"\n      ],\n      \"notes\": \"aliqua voluptate ea dolor proident\",\n      \"appt_note\": \"Lorem tempor incididunt\",\n      \"seal\": \"culpa quis aliquip\",\n      \"appt_start\": \"2020-10-31T02:10:00\",\n      \"appt_end\": \"2020-10-31T02:10:00\",\n      \"appt_start_date\": \"2020-10-31T00:00:00\",\n      \"item_description\": \"deserunt ut nisi\",\n      \"apptRange\": false\n    }\n  ],\n  \"intermodal_legs\": [\n    {\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"release\": \"\",\n      \"status\": \"\",\n      \"reference\": \"\",\n      \"carrier_id\": \"\",\n      \"leg_type\": \"\",\n      \"leg_start_name\": \"\",\n      \"leg_start_city\": \"\",\n      \"leg_start_state\": \"\",\n      \"leg_start_zip\": \"\",\n      \"leg_end_name\": \"\",\n      \"leg_end_city\": \"\",\n      \"leg_end_state\": \"\",\n      \"leg_end_zip\": \"\",\n      \"appt_eta\": \"\",\n      \"pickup_dray_dispatched\": \"\",\n      \"pickup_dray_outgated\": \"\",\n      \"arrived_shipper\": \"\",\n      \"departed_shipper\": \"\",\n      \"waybill\": \"\",\n      \"ingated_to_rail\": \"\",\n      \"origin_rail_departed\": \"\",\n      \"origin_rail_notified\": \"\",\n      \"dest_dray_dispatched_consignee\": \"\",\n      \"dest_dray_outgated_consignee\": \"\",\n      \"arrived_consignee\": \"\",\n      \"unloaded_consignee\": \"\",\n      \"terminated_consignee\": \"\",\n      \"release_datetime\": \"\",\n      \"pickup_dray_outgated_container_id\": \"\",\n      \"departed_shipper_container_id\": \"\",\n      \"waybill_container_id\": \"\",\n      \"waybill_reference_number\": \"\",\n      \"dest_dray_outgated_container_id\": \"\",\n      \"unloaded_container_id\": \"\",\n      \"terminated_name\": \"\",\n      \"terminated_city\": \"\",\n      \"terminated_state\": \"\",\n      \"pickup_dray_drop_hook\": \"\",\n      \"dest_dray_drop_hook\": \"\",\n      \"leg_carrier_line_haul_rate_type\": \"\",\n      \"leg_carrier_line_haul_rate_hours\": \"\",\n      \"leg_carrier_line_haul_rate\": \"\",\n      \"leg_carrier_line_haul_pay_percent\": \"\",\n      \"leg_total_carrier_line_haul_rate\": \"\",\n      \"ramp_free_time_ends\": \"\",\n      \"leg_start_address\": \"\",\n      \"leg_end_address\": \"\",\n      \"cross_town_outgated_ramp\": \"\",\n      \"cross_town_ingated_ramp\": \"\",\n      \"dest_rail_departed\": \"\",\n      \"dest_rail_notified\": \"\",\n      \"leg_carrier_max_rate\": \"\",\n      \"leg_start_timezone\": \"\",\n      \"leg_end_timezone\": \"\"\n    },\n    {\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"release\": \"\",\n      \"status\": \"\",\n      \"reference\": \"\",\n      \"carrier_id\": \"\",\n      \"leg_type\": \"\",\n      \"leg_start_name\": \"\",\n      \"leg_start_city\": \"\",\n      \"leg_start_state\": \"\",\n      \"leg_start_zip\": \"\",\n      \"leg_end_name\": \"\",\n      \"leg_end_city\": \"\",\n      \"leg_end_state\": \"\",\n      \"leg_end_zip\": \"\",\n      \"appt_eta\": \"\",\n      \"pickup_dray_dispatched\": \"\",\n      \"pickup_dray_outgated\": \"\",\n      \"arrived_shipper\": \"\",\n      \"departed_shipper\": \"\",\n      \"waybill\": \"\",\n      \"ingated_to_rail\": \"\",\n      \"origin_rail_departed\": \"\",\n      \"origin_rail_notified\": \"\",\n      \"dest_dray_dispatched_consignee\": \"\",\n      \"dest_dray_outgated_consignee\": \"\",\n      \"arrived_consignee\": \"\",\n      \"unloaded_consignee\": \"\",\n      \"terminated_consignee\": \"\",\n      \"release_datetime\": \"\",\n      \"pickup_dray_outgated_container_id\": \"\",\n      \"departed_shipper_container_id\": \"\",\n      \"waybill_container_id\": \"\",\n      \"waybill_reference_number\": \"\",\n      \"dest_dray_outgated_container_id\": \"\",\n      \"unloaded_container_id\": \"\",\n      \"terminated_name\": \"\",\n      \"terminated_city\": \"\",\n      \"terminated_state\": \"\",\n      \"pickup_dray_drop_hook\": \"\",\n      \"dest_dray_drop_hook\": \"\",\n      \"leg_carrier_line_haul_rate_type\": \"\",\n      \"leg_carrier_line_haul_rate_hours\": \"\",\n      \"leg_carrier_line_haul_rate\": \"\",\n      \"leg_carrier_line_haul_pay_percent\": \"\",\n      \"leg_total_carrier_line_haul_rate\": \"\",\n      \"ramp_free_time_ends\": \"\",\n      \"leg_start_address\": \"\",\n      \"leg_end_address\": \"\",\n      \"cross_town_outgated_ramp\": \"\",\n      \"cross_town_ingated_ramp\": \"\",\n      \"dest_rail_departed\": \"\",\n      \"dest_rail_notified\": \"\",\n      \"leg_carrier_max_rate\": \"\",\n      \"leg_start_timezone\": \"\",\n      \"leg_end_timezone\": \"\"\n    }\n  ],\n  \"accessorial_lines\": [\n    {\n      \"accessorial\": \"anim \",\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"carrier_id\": \"tempor cupidatat\",\n      \"carrier_rate\": \"minim reprehenderit eiusmod velit\",\n      \"customer_rate\": \"pariatur nostrud anim\",\n      \"release\": true,\n      \"intermodal_leg_id\": 45624355,\n      \"line_num\": 37714645,\n      \"spot_id\": -60878079,\n      \"quote_id\": 71102019\n    },\n    {\n      \"accessorial\": \"mollit tempor\",\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"carrier_id\": \"minim nostrud non do\",\n      \"carrier_rate\": \"commodo adipisicing esse cillum\",\n      \"customer_rate\": \"laboris eiusmod do\",\n      \"release\": false,\n      \"intermodal_leg_id\": 48842198,\n      \"line_num\": 95026777,\n      \"spot_id\": -19688198,\n      \"quote_id\": 81141721\n    }\n  ],\n  \"items\": {\n    \"load_info\": {\n      \"id\": 101,\n      \"shipment_pro\": 245602\n    },\n    \"order\": 1,\n    \"pieces\": 150,\n    \"pallets\": 10,\n    \"weight\": 5500,\n    \"item_class\": \"\",\n    \"product_code\": \"\",\n    \"req_hazmat\": true,\n    \"description\": \"\",\n    \"item_type\": \"\",\n    \"length\": 44,\n    \"width\": 10,\n    \"cube\": 66\n  },\n  \"instruction\": {\n    \"customer\": {}\n  },\n  \"reserved_by_user\": {\n    \"user\": {}\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["shipments",":pro"],"variable":[{"key":"pro","value":"123456","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    },\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    }\n  ]\n}"},{"id":"99d55a07-d1be-400a-b837-1ec3382bbded","name":"Conflict","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"load_info\": {\n    \"mode\": \"BROKERAGE\",\n    \"equipment_type\": {},\n    \"revenue_type\": {},\n    \"load_description\": \"LUMBER\",\n    \"id\": 101,\n    \"miles_customer\": 543,\n    \"miles_truck\": 523,\n    \"footage\": \"44\",\n    \"pieces\": \"1500\",\n    \"weight\": \"44000\",\n    \"weight_billable\": \"44000\",\n    \"freight_class\": \"in officia culpa consectetur dolore\",\n    \"declared_value\": 98000,\n    \"req_hazmat\": false,\n    \"req_temp\": true,\n    \"req_max_temp\": 25,\n    \"req_min_temp\": -10,\n    \"req_pre_cooled\": true,\n    \"req_lift_gate_pickup\": true,\n    \"req_lift_gate_delivery\": true,\n    \"req_inside_pickup\": false,\n    \"req_inside_delivery\": true,\n    \"req_delivery\": true,\n    \"req_pallet_exchange\": false,\n    \"req_pallet_exchange_in\": \"nisi elit laboris aliqua\",\n    \"req_pallet_exchange_out\": \"aute ut enim eiusmod\",\n    \"req_tarp\": true,\n    \"req_tarp_size\": \"Lorem dolor\",\n    \"req_permits\": false,\n    \"req_oversized\": false,\n    \"req_escorts\": false,\n    \"req_FSMA\": false,\n    \"req_seal\": false,\n    \"req_straps_chains\": true,\n    \"req_teams\": true,\n    \"req_labor\": true,\n    \"req_customs_bonded\": true,\n    \"rate_customer_hours\": \"95\",\n    \"rate_customer_fsc_percentage\": \"15\",\n    \"rate_customer_fsc_per_mile\": \"0.95\",\n    \"rate_carrier_line_haul_rate\": \"2500\",\n    \"rate_carrier_hours\": \"95\",\n    \"trailer_number\": \"est ut\",\n    \"seal_num\": \"in\",\n    \"stcc_num\": \"id\",\n    \"hawb_num\": \"minim aute dolore exercitation ullamco\",\n    \"truck_num\": \"veli\",\n    \"dispatcher\": \"Bob Gibson\",\n    \"carrier_ref\": \"XYZ123\",\n    \"customer_line_haul_rate_type\": \"flat rate\",\n    \"rate_carrier_line_haul_rate_type\": \"flat rate\",\n    \"rate_carrier_line_haul_pay_percent\": \"velit\",\n    \"customer_ref_num\": \"ABC789\",\n    \"references\": [\n      \"REF_1\",\n      \"REF_2\"\n    ]\n  },\n  \"customer\": {\n    \"customer\": {\n      \"name\": \"\",\n      \"address\": \"\",\n      \"city\": \"\",\n      \"state\": \"\",\n      \"zip\": \"\",\n      \"country\": \"\",\n      \"contact\": \"\",\n      \"phone\": \"\",\n      \"hours\": \"\",\n      \"email\": \"5nSMFCBMccm@ucCmHjSCgFY.dh\",\n      \"created_at\": \"\",\n      \"updated_at\": \"\",\n      \"route\": \"\",\n      \"billable\": \"\",\n      \"email_alt_1\": \"toBBI6Q8V@NbRrapHXOUSbhhhWhVMPyrrMLfstwqT.hx\",\n      \"email_alt_2\": \"gC4@fDvBYQQODetcQcnfzbmbKoCEnMknpusL.hxwk\",\n      \"email_alt_3\": \"BQnr7bvga@LkXComStY.tvj\",\n      \"email_alt_4\": \"UUi@mxP.vk\",\n      \"email_alt_5\": \"he2mM@AwQvmQgC.jntq\",\n      \"company_status\": \"\",\n      \"type\": \"\",\n      \"portal_login\": \"\",\n      \"vision_id\": \"\",\n      \"portal_password\": \"\",\n      \"vision_old_system_id\": \"\",\n      \"past_due_letters\": \"\",\n      \"prebill_covered\": \"\",\n      \"prebill_delivered\": \"\",\n      \"auto_release\": \"\",\n      \"auto_off_bill_hold_release\": \"\",\n      \"mileage_on_invoice\": \"\",\n      \"delivery_date_on_invoice\": \"\",\n      \"customer_portal_add_shipments\": \"\",\n      \"multiple_reference_numbers\": \"\",\n      \"factor\": \"\",\n      \"on_mailing\": \"\",\n      \"items_on_invoice\": \"\",\n      \"reference_po_number\": \"\",\n      \"epay\": \"\",\n      \"terms_for_invoice\": \"\",\n      \"fsc_method\": \"\",\n      \"sic_code\": \"\",\n      \"edi_receiver_id\": \"\",\n      \"efp_invoice\": \"\",\n      \"revenue_type\": \"\",\n      \"currency\": \"\",\n      \"fsc_percentage\": \"\",\n      \"naics_code\": \"\",\n      \"hidden_discount_percentage\": \"\",\n      \"reference_numbers_to_epay\": \"\",\n      \"customer_url\": \"\",\n      \"accounting_email_1\": \"jP-p9pCYODFKCp@ZJPJPMqpJfWnfVqe.nist\",\n      \"accounting_email_2\": \"vMlXuqgXGNRRY@HXBPViXGQpVbNIpywf.eq\",\n      \"accounting_fax\": \"\",\n      \"accounting_attention\": \"\",\n      \"billing_notes\": \"\",\n      \"confirmation_contact_arrived_pickup\": \"\",\n      \"confirmation_contact_pickup\": \"\",\n      \"confirmation_contact_delivery\": \"\",\n      \"confirmation_contact_email_fax\": \"\",\n      \"confirmation_contact_fax\": \"\",\n      \"confirmation_contact_email\": \"\",\n      \"confirmation_contact_attn\": \"\",\n      \"ap_contact_name\": \"\",\n      \"ap_contact_phone\": \"\",\n      \"ap_contact_email\": \"eqUec29XX3J@iObNqztkXGTtBjdldobblYTKasOB.ko\",\n      \"missed_appointment_sales_rep\": \"\",\n      \"missed_appointment_assigned_dispatcher\": \"\",\n      \"missed_appointment_actual_dispatcher\": \"\",\n      \"missed_appointment_created_by\": \"\",\n      \"missed_appointment_service_rep\": \"\",\n      \"aljex_to_aljex_login\": \"\",\n      \"aljex_to_aljex_password\": \"\",\n      \"aljex_to_aljex_host\": \"\",\n      \"aljex_to_aljex_start_script\": \"\",\n      \"is_broker\": \"\",\n      \"broker_bond_number\": \"\",\n      \"broker_bond_company\": \"\",\n      \"broker_bond_phone\": \"\",\n      \"broker_bond_mc_num\": \"\",\n      \"confirmation_notes\": \"\",\n      \"confirmation_text\": \"\",\n      \"primary_contact_name\": \"\",\n      \"primary_contact_title\": \"\",\n      \"primary_contact_phone\": \"\",\n      \"primary_contact_extension\": \"\",\n      \"primary_contact_work_hours\": \"\",\n      \"primary_contact_birthday\": \"\",\n      \"primary_contact_home_address\": \"\",\n      \"primary_contact_home_phone\": \"\",\n      \"primary_contact_family_info\": \"\",\n      \"primary_contact_fax\": \"\",\n      \"secondary_contact_name\": \"\",\n      \"secondary_contact_title\": \"\",\n      \"secondary_contact_phone\": \"\",\n      \"secondary_contact_extension\": \"\",\n      \"secondary_contact_work_hours\": \"\",\n      \"secondary_contact_birthday\": \"\",\n      \"secondary_contact_home_address\": \"\",\n      \"secondary_contact_home_phone\": \"\",\n      \"secondary_contact_family_info\": \"\",\n      \"secondary_contact_fax\": \"\",\n      \"intransit_contact_email_check_call_reports\": \"\",\n      \"intransit_contact_frequency\": \"\",\n      \"intransit_contact_email_detention_warning\": \"\",\n      \"pod_contact_email\": \"\",\n      \"db_rating\": \"\",\n      \"ar_insured_amount\": \"\",\n      \"credit_limit\": \"\",\n      \"high_credit\": \"\",\n      \"unbilled\": \"\",\n      \"ytd_billing\": \"\",\n      \"total_sales\": \"\",\n      \"shipment_last_30_days\": \"\",\n      \"cancelled_ytd\": \"\",\n      \"db_date\": \"\",\n      \"risk_rating\": \"\",\n      \"original_credit_limit\": \"\",\n      \"balance_due\": \"\",\n      \"projected_month_amount\": \"\",\n      \"shipments_ytd\": \"\",\n      \"shipments_total\": \"\",\n      \"cancelled_total\": \"\",\n      \"avg_dtp\": \"\",\n      \"first_shipment\": \"\",\n      \"last_shipment\": \"\",\n      \"change_to_status_n\": \"\",\n      \"change_to_status_y\": \"\",\n      \"cover_trusted_only\": \"\",\n      \"require_contract_addendum\": \"\",\n      \"delivery_appointment\": \"\",\n      \"hazardous_material\": \"\",\n      \"pallet_exchange\": \"\",\n      \"temperature_control\": \"\",\n      \"auto_calculate_mileage\": \"\",\n      \"pc_miler_version\": \"\",\n      \"known_shipper\": \"\",\n      \"unlimited_ps\": \"\",\n      \"post_load_boards\": \"\",\n      \"incident_management\": \"\",\n      \"prevent_duplicate_refs\": \"\",\n      \"minimum_power_units\": \"\",\n      \"minimum_declared_value\": \"\",\n      \"target_brokerage_percentage\": \"\",\n      \"temperature_default\": \"\",\n      \"mileage_type\": \"\",\n      \"latitude\": \"\",\n      \"longitude\": \"\",\n      \"address_2\": \"\",\n      \"fax\": \"\",\n      \"office\": \"\",\n      \"customer_portal_login\": \"\",\n      \"customer_portal_password\": \"\",\n      \"macropoint_mpid\": \"\",\n      \"customer_type\": \"\",\n      \"billto_account_number\": \"\",\n      \"old_system_id\": \"\",\n      \"freight_description\": \"\",\n      \"next_call\": \"\",\n      \"last_call\": \"\",\n      \"ramps_airport\": \"\",\n      \"ramps_airport_area\": \"\",\n      \"intermodal_ramp_city\": \"\",\n      \"intermodal_ramp_state\": \"\",\n      \"lead_status\": \"\",\n      \"sales_rep\": \"\",\n      \"ltl_assigned_dispatcher\": \"\",\n      \"ltl_sales_rep\": \"\",\n      \"assigned_collector\": \"\",\n      \"lead_source\": \"\",\n      \"assigned_dispatcher\": \"\",\n      \"service_rep\": \"\",\n      \"block_sales_rep_change\": \"\",\n      \"commission_end_date\": \"\",\n      \"bol\": \"\",\n      \"carrier_invoice\": \"\",\n      \"delivery_receipt\": \"\",\n      \"scale_ticket\": \"\",\n      \"original_docs\": \"\",\n      \"carrier_rate_conf\": \"\",\n      \"customer_rate_conf\": \"\",\n      \"interchange\": \"\",\n      \"suggested_routing\": \"\",\n      \"tariff_number\": \"\",\n      \"default_rate_type\": \"\",\n      \"managed_shipment_fee\": \"\",\n      \"declared_value\": \"\",\n      \"gain_share_percentage_max\": \"\",\n      \"overhead_deduction\": \"\",\n      \"split_of_profit\": \"\",\n      \"account_number\": \"\",\n      \"representative_id\": \"\",\n      \"is_customer\": \"\",\n      \"location\": {\n        \"name\": \"in anim est Ut\",\n        \"address\": \"sunt in eu ea\",\n        \"city\": \"dolore occaecat aliquip amet non\",\n        \"state\": \"in incididunt ut dolore\",\n        \"zip\": \"cillum\",\n        \"country\": \"cillum laborum\",\n        \"contact\": \"commodo aliquip\",\n        \"phone\": \"minim occaeca\",\n        \"hours\": \"laborum\",\n        \"email\": \"deserun\",\n        \"is_primary_location\": true,\n        \"vision_account_number\": \"100001\",\n        \"vision_bill_to_account_number\": \"100001\"\n      }\n    }\n  },\n  \"carrier\": {\n    \"name\": \"\",\n    \"address\": \"\",\n    \"city\": \"\",\n    \"state\": \"\",\n    \"zip\": \"\",\n    \"country\": \"\",\n    \"contact\": \"\",\n    \"phone\": \"\"\n  },\n  \"stops\": [\n    {\n      \"ready_or_deliver\": \"nulla ullamco\",\n      \"location\": {\n        \"name\": \"non\",\n        \"address\": \"culpa incididunt est aliqua\",\n        \"city\": \"occaecat non voluptate ut\",\n        \"state\": \"mollit ullamco proident\",\n        \"zip\": \"officia sit\",\n        \"country\": \"dolor officia cup\",\n        \"contact\": \"in occaecat s\",\n        \"phone\": \"sunt in do deserunt\",\n        \"hours\": \"amet ad cupidatat non\",\n        \"email\": \"magna in\",\n        \"is_primary_location\": false,\n        \"vision_account_number\": \"100001\",\n        \"vision_bill_to_account_number\": \"100001\"\n      },\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"stop_num\": \"consectetur\",\n      \"stop_type\": \"ad voluptate sed in\",\n      \"pieces\": \"tempor in Duis Excepteur ci\",\n      \"weight\": \"reprehenderit magna\",\n      \"pallets\": \"ea laboris quis velit eiusmod\",\n      \"account_number\": \"nostrud est aliquip\",\n      \"references\": [\n        \"Lorem qui aliquip culpa\",\n        \"commodo eiusmod\"\n      ],\n      \"notes\": \"aute ullamco ut aliqua\",\n      \"appt_note\": \"ut pariatur\",\n      \"seal\": \"eu tempor \",\n      \"appt_start\": \"2020-10-31T02:10:00\",\n      \"appt_end\": \"2020-10-31T02:10:00\",\n      \"appt_start_date\": \"2020-10-31T00:00:00\",\n      \"item_description\": \"aliqu\",\n      \"apptRange\": false\n    },\n    {\n      \"ready_or_deliver\": \"incid\",\n      \"location\": {\n        \"name\": \"esse sunt ullamco fugiat tempor\",\n        \"address\": \"ex sed ea\",\n        \"city\": \"in\",\n        \"state\": \"eu nisi qui fugiat cupidatat\",\n        \"zip\": \"esse ad ut dolor\",\n        \"country\": \"non dolore sint\",\n        \"contact\": \"tempor\",\n        \"phone\": \"consequat et veniam\",\n        \"hours\": \"adipisicing mollit occaecat\",\n        \"email\": \"sunt aute ipsum magna\",\n        \"is_primary_location\": false,\n        \"vision_account_number\": \"100001\",\n        \"vision_bill_to_account_number\": \"100001\"\n      },\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"stop_num\": \"sed cupidatat in ea\",\n      \"stop_type\": \"\",\n      \"pieces\": \"do ad ipsum\",\n      \"weight\": \"ipsum esse\",\n      \"pallets\": \"commodo tempor est\",\n      \"account_number\": \"amet adipisicing\",\n      \"references\": [\n        \"et velit ullamco fugiat\",\n        \"anim ullamco nulla tempor\"\n      ],\n      \"notes\": \"aliqua voluptate ea dolor proident\",\n      \"appt_note\": \"Lorem tempor incididunt\",\n      \"seal\": \"culpa quis aliquip\",\n      \"appt_start\": \"2020-10-31T02:10:00\",\n      \"appt_end\": \"2020-10-31T02:10:00\",\n      \"appt_start_date\": \"2020-10-31T00:00:00\",\n      \"item_description\": \"deserunt ut nisi\",\n      \"apptRange\": false\n    }\n  ],\n  \"intermodal_legs\": [\n    {\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"release\": \"\",\n      \"status\": \"\",\n      \"reference\": \"\",\n      \"carrier_id\": \"\",\n      \"leg_type\": \"\",\n      \"leg_start_name\": \"\",\n      \"leg_start_city\": \"\",\n      \"leg_start_state\": \"\",\n      \"leg_start_zip\": \"\",\n      \"leg_end_name\": \"\",\n      \"leg_end_city\": \"\",\n      \"leg_end_state\": \"\",\n      \"leg_end_zip\": \"\",\n      \"appt_eta\": \"\",\n      \"pickup_dray_dispatched\": \"\",\n      \"pickup_dray_outgated\": \"\",\n      \"arrived_shipper\": \"\",\n      \"departed_shipper\": \"\",\n      \"waybill\": \"\",\n      \"ingated_to_rail\": \"\",\n      \"origin_rail_departed\": \"\",\n      \"origin_rail_notified\": \"\",\n      \"dest_dray_dispatched_consignee\": \"\",\n      \"dest_dray_outgated_consignee\": \"\",\n      \"arrived_consignee\": \"\",\n      \"unloaded_consignee\": \"\",\n      \"terminated_consignee\": \"\",\n      \"release_datetime\": \"\",\n      \"pickup_dray_outgated_container_id\": \"\",\n      \"departed_shipper_container_id\": \"\",\n      \"waybill_container_id\": \"\",\n      \"waybill_reference_number\": \"\",\n      \"dest_dray_outgated_container_id\": \"\",\n      \"unloaded_container_id\": \"\",\n      \"terminated_name\": \"\",\n      \"terminated_city\": \"\",\n      \"terminated_state\": \"\",\n      \"pickup_dray_drop_hook\": \"\",\n      \"dest_dray_drop_hook\": \"\",\n      \"leg_carrier_line_haul_rate_type\": \"\",\n      \"leg_carrier_line_haul_rate_hours\": \"\",\n      \"leg_carrier_line_haul_rate\": \"\",\n      \"leg_carrier_line_haul_pay_percent\": \"\",\n      \"leg_total_carrier_line_haul_rate\": \"\",\n      \"ramp_free_time_ends\": \"\",\n      \"leg_start_address\": \"\",\n      \"leg_end_address\": \"\",\n      \"cross_town_outgated_ramp\": \"\",\n      \"cross_town_ingated_ramp\": \"\",\n      \"dest_rail_departed\": \"\",\n      \"dest_rail_notified\": \"\",\n      \"leg_carrier_max_rate\": \"\",\n      \"leg_start_timezone\": \"\",\n      \"leg_end_timezone\": \"\"\n    },\n    {\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"release\": \"\",\n      \"status\": \"\",\n      \"reference\": \"\",\n      \"carrier_id\": \"\",\n      \"leg_type\": \"\",\n      \"leg_start_name\": \"\",\n      \"leg_start_city\": \"\",\n      \"leg_start_state\": \"\",\n      \"leg_start_zip\": \"\",\n      \"leg_end_name\": \"\",\n      \"leg_end_city\": \"\",\n      \"leg_end_state\": \"\",\n      \"leg_end_zip\": \"\",\n      \"appt_eta\": \"\",\n      \"pickup_dray_dispatched\": \"\",\n      \"pickup_dray_outgated\": \"\",\n      \"arrived_shipper\": \"\",\n      \"departed_shipper\": \"\",\n      \"waybill\": \"\",\n      \"ingated_to_rail\": \"\",\n      \"origin_rail_departed\": \"\",\n      \"origin_rail_notified\": \"\",\n      \"dest_dray_dispatched_consignee\": \"\",\n      \"dest_dray_outgated_consignee\": \"\",\n      \"arrived_consignee\": \"\",\n      \"unloaded_consignee\": \"\",\n      \"terminated_consignee\": \"\",\n      \"release_datetime\": \"\",\n      \"pickup_dray_outgated_container_id\": \"\",\n      \"departed_shipper_container_id\": \"\",\n      \"waybill_container_id\": \"\",\n      \"waybill_reference_number\": \"\",\n      \"dest_dray_outgated_container_id\": \"\",\n      \"unloaded_container_id\": \"\",\n      \"terminated_name\": \"\",\n      \"terminated_city\": \"\",\n      \"terminated_state\": \"\",\n      \"pickup_dray_drop_hook\": \"\",\n      \"dest_dray_drop_hook\": \"\",\n      \"leg_carrier_line_haul_rate_type\": \"\",\n      \"leg_carrier_line_haul_rate_hours\": \"\",\n      \"leg_carrier_line_haul_rate\": \"\",\n      \"leg_carrier_line_haul_pay_percent\": \"\",\n      \"leg_total_carrier_line_haul_rate\": \"\",\n      \"ramp_free_time_ends\": \"\",\n      \"leg_start_address\": \"\",\n      \"leg_end_address\": \"\",\n      \"cross_town_outgated_ramp\": \"\",\n      \"cross_town_ingated_ramp\": \"\",\n      \"dest_rail_departed\": \"\",\n      \"dest_rail_notified\": \"\",\n      \"leg_carrier_max_rate\": \"\",\n      \"leg_start_timezone\": \"\",\n      \"leg_end_timezone\": \"\"\n    }\n  ],\n  \"accessorial_lines\": [\n    {\n      \"accessorial\": \"anim \",\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"carrier_id\": \"tempor cupidatat\",\n      \"carrier_rate\": \"minim reprehenderit eiusmod velit\",\n      \"customer_rate\": \"pariatur nostrud anim\",\n      \"release\": true,\n      \"intermodal_leg_id\": 45624355,\n      \"line_num\": 37714645,\n      \"spot_id\": -60878079,\n      \"quote_id\": 71102019\n    },\n    {\n      \"accessorial\": \"mollit tempor\",\n      \"id\": 123,\n      \"shipment_pro\": 123,\n      \"carrier_id\": \"minim nostrud non do\",\n      \"carrier_rate\": \"commodo adipisicing esse cillum\",\n      \"customer_rate\": \"laboris eiusmod do\",\n      \"release\": false,\n      \"intermodal_leg_id\": 48842198,\n      \"line_num\": 95026777,\n      \"spot_id\": -19688198,\n      \"quote_id\": 81141721\n    }\n  ],\n  \"items\": {\n    \"load_info\": {\n      \"id\": 101,\n      \"shipment_pro\": 245602\n    },\n    \"order\": 1,\n    \"pieces\": 150,\n    \"pallets\": 10,\n    \"weight\": 5500,\n    \"item_class\": \"\",\n    \"product_code\": \"\",\n    \"req_hazmat\": true,\n    \"description\": \"\",\n    \"item_type\": \"\",\n    \"length\": 44,\n    \"width\": 10,\n    \"cube\": 66\n  },\n  \"instruction\": {\n    \"customer\": {}\n  },\n  \"reserved_by_user\": {\n    \"user\": {}\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["shipments",":pro"],"variable":[{"key":"pro","value":"123456","description":"(Required) "}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    },\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    }\n  ]\n}"}],"_postman_id":"d1abdd9e-9245-4dfb-a098-6e419a877857"},{"name":"Shipments Cover (book with a carrier)","id":"2620955f-427c-41a8-9ac2-29af8a07eb11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipment\": {\r\n        \"carrier\": {\r\n            \"dot_number\": \"12345\",\r\n            \"mc_number\": \"98765\",\r\n            \"scac_number\": \"ABCD\",\r\n            \"aljex_id\": \"3000000001\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro/cover","description":"<p>Use this endpoint to cover (book) a shipment with a carrier. The request must supply the carrier's DOT number, MC number, SCAC, OR Aljex ID in the carrier component of the payload. Only one of these values needs to be supplied.</p>\n<p>Upon successfully covering a shipment with a carrier, an Automatic Rate Confirmation (ARC) will be sent to the carrier.</p>\n","urlObject":{"path":["shipments",":pro","cover"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[{"type":"any","value":"123456","key":"pro"}]}},"response":[{"id":"515e011a-6937-4d21-8953-9e55fc46abae","name":"Shipment object","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shipment\": {\r\n      \"carrier_dot\": \"12345\",\r\n      \"carrier_mc\": \"98765\",\r\n      \"carrier_scac\": \"ABCD\"\r\n  }\r\n}"},"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro/cover","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["shipments",":pro","cover"],"variable":[{"key":"pro","value":"123456"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{ \r\n\t\"content\": {\r\n\t\t\"shipment\": {\r\n\t\t\t\"pro\": 11545,\r\n\t\t\t\"status\": \"OPEN\",\r\n\t\t\t\"customer\": {\r\n\t\t\t\t\"id\": 10,\r\n\t\t\t\t\"name\": \"ALJEX SUPPLY CO.\",\r\n\t\t\t\t\"address\": \"\",\r\n\t\t\t\t\"city\": \"\",\r\n\t\t\t\t\"state\": \"\",\r\n\t\t\t\t\"zip\": \"\",\r\n\t\t\t\t\"country\": \"\",\r\n\t\t\t\t\"contact\": \"\",\r\n\t\t\t\t\"phone\": \"\",\r\n\t\t\t\t\"hours\": \"\",\r\n\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\"duns_num\": \"\",\r\n\t\t\t\t\"vision_id\": \"100010\",\r\n\t\t\t},\r\n\t\t\t\"carrier\": {\r\n\t\t\t\t\"id\": \"\",\r\n\t\t\t\t\"name\": \"\",\r\n\t\t\t\t\"mc_num\": \"\",\r\n\t\t\t\t\"dot_num\": \"\",\r\n\t\t\t\t\"scac_num\": \"\",\r\n\t\t\t\t\"phone\": \"\",\r\n\t\t\t\t\"created_at\": \"\",\r\n\t\t\t\t\"updated_at\": \"\",\r\n\t\t\t\t\"address\": \"\",\r\n\t\t\t\t\"city\": \"\",\r\n\t\t\t\t\"state\": \"\",\r\n\t\t\t\t\"zip\": \"\",\r\n\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\"insurance_agent\": \"\",\r\n\t\t\t\t\"insurance_agent_address\": \"\",\r\n\t\t\t\t\"insurance_agent_city\": \"\",\r\n\t\t\t\t\"insurance_agent_state\": \"\",\r\n\t\t\t\t\"insurance_agent_zip\": \"\",\r\n\t\t\t\t\"insurance_agent_phone\": \"\",\r\n\t\t\t\t\"insurance_policy_number\": \"\",\r\n\t\t\t\t\"cargo_insurance_company_name\": \"\",\r\n\t\t\t\t\"cargo_insurance_policy_number\": \"\",\r\n\t\t\t\t\"cargo_insurance_amount\": \"\",\r\n\t\t\t\t\"cargo_insurance_expire_date\": \"\",\r\n\t\t\t\t\"liability_insurance_company_name\": \"\",\r\n\t\t\t\t\"liability_insurance_policy_number\": \"\",\r\n\t\t\t\t\"liability_insurance_amount\": \"\",\r\n\t\t\t\t\"liability_insurance_expire_date\": \"\",\r\n\t\t\t\t\"general_liability_insurance_company_name\": \"\",\r\n\t\t\t\t\"general_liability_insurance_policy_number\": \"\",\r\n\t\t\t\t\"general_liability_insurance_amount\": \"\",\r\n\t\t\t\t\"general_liability_insurance_expire_date\": \"\",\r\n\t\t\t\t\"work_comp_insurance_company_name\": \"\",\r\n\t\t\t\t\"work_comp_insurance_policy_number\": \"\",\r\n\t\t\t\t\"work_comp_insurance_amount\": \"\",\r\n\t\t\t\t\"work_comp_insurance_expire_date\": \"\",\r\n\t\t\t\t\"vision_id\": \"\"\r\n\t\t\t},\r\n\t\t\t\"bill_to\": {\r\n\t\t\t\t\"id\": 10,\r\n\t\t\t\t\"name\": \"ALJEX SUPPLY CO.\",\r\n\t\t\t\t\"address\": \"\",\r\n\t\t\t\t\"city\": \"\",\r\n\t\t\t\t\"state\": \"\",\r\n\t\t\t\t\"zip\": \"\",\r\n\t\t\t\t\"country\": \"\",\r\n\t\t\t\t\"contact\": \"\",\r\n\t\t\t\t\"phone\": \"\",\r\n\t\t\t\t\"hours\": \"\",\r\n\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\"duns_num\": \"\",\r\n\t\t\t\t\"vision_id\": \"100010\",\r\n\t\t\t},\r\n\t\t\t\"office\": \"\",\r\n\t\t\t\"miles_customer\": \"\",\r\n\t\t\t\"miles_truck\": \"\",\r\n\t\t\t\"footage\": \"\",\r\n\t\t\t\"pieces\": \"\",\r\n\t\t\t\"weight\": 10000,\r\n\t\t\t\"weight_billable\": \"\",\r\n\t\t\t\"freight_class\": \"\",\r\n\t\t\t\"load_description\": \"LUMBER\",\r\n\t\t\t\"declared_value\": \"\",\r\n\t\t\t\"req_hazmat\": \"\",\r\n\t\t\t\"req_temp\": false,\r\n\t\t\t\"req_max_temp\": \"\",\r\n\t\t\t\"req_min_temp\": \"\",\r\n\t\t\t\"req_pre_cooled\": \"\",\r\n\t\t\t\"req_lift_gate_pickup\": false,\r\n\t\t\t\"req_lift_gate_delivery\": false,\r\n\t\t\t\"req_inside_pickup\": false,\r\n\t\t\t\"req_inside_delivery\": false,\r\n\t\t\t\"req_delivery\": \"\",\r\n\t\t\t\"req_pallet_exchange\": false,\r\n\t\t\t\"req_pallet_exchange_in\": \"\",\r\n\t\t\t\"req_pallet_exchange_out\": \"\",\r\n\t\t\t\"req_tarp\": false,\r\n\t\t\t\"req_tarp_size\": \"\",\r\n\t\t\t\"req_permits\": false,\r\n\t\t\t\"req_oversized\": false,\r\n\t\t\t\"req_escorts\": false,\r\n\t\t\t\"req_FSMA\": false,\r\n\t\t\t\"req_seal\": false,\r\n\t\t\t\"req_straps_chains\": false,\r\n\t\t\t\"req_teams\": false,\r\n\t\t\t\"req_labor\": false,\r\n\t\t\t\"boards_all\": \"\",\r\n\t\t\t\"boards_our\": \"\",\r\n\t\t\t\"boards_no_broker\": false,\r\n\t\t\t\"mark_hot\": false,\r\n\t\t\t\"mark_high_risk\": false,\r\n\t\t\t\"mark_blind\": false,\r\n\t\t\t\"office\": \"\",\r\n\t\t\t\"track_dispatched\": \"\",\r\n\t\t\t\"track_pickup\": \"\",\r\n\t\t\t\"track_arrived\": \"\",\r\n\t\t\t\"track_loaded\": \"\",\r\n\t\t\t\"track_delivered\": \"\",\r\n\t\t\t\"track_signed_by\": \"\",\r\n\t\t\t\"track_osd\": \"\",\r\n\t\t\t\"rate_customer_line_haul_rate\": \"0.0\",\r\n\t\t\t\"rate_customer_hours\": 0,\r\n\t\t\t\"rate_customer_fsc_percentage\": \"0.0\",\r\n\t\t\t\"rate_customer_fsc_per_mile\": \"0.0\",\r\n\t\t\t\"rate_carrier_line_haul_rate\": \"0.0\",\r\n\t\t\t\"rate_carrier_hours\": 0,\r\n\t\t\t\"created_at\": \"2022-04-20T08:36:34.106-04:00\",\r\n\t\t\t\"updated_at\": \"2022-04-20T08:36:34.568-04:00\",\r\n\t\t\t\"carrier_id\": \"\",\r\n\t\t\t\"mode\": \"BROKERAGE\",\r\n\t\t\t\"pickup_city\": \"\",\r\n\t\t\t\"pickup_state\": \"\",\r\n\t\t\t\"pickup_zip\": \"\",\r\n\t\t\t\"pickup_name\": \"\",\r\n\t\t\t\"cons_name\": \"\",\r\n\t\t\t\"cons_zip\": \"\",\r\n\t\t\t\"cons_state\": \"\",\r\n\t\t\t\"cons_city\": \"\",\r\n\t\t\t\"pickup_appt\": \"\",\r\n\t\t\t\"cons_appt\": \"\",\r\n\t\t\t\"ready_date\": \"\",\r\n\t\t\t\"req_customs_bonded\": \"\",\r\n\t\t\t\"container_number\": \"\",\r\n\t\t\t\"trailer_number\": \"\",\r\n\t\t\t\"manifest_number\": \"\",\r\n\t\t\t\"revenue_type_id\": \"\",\r\n\t\t\t\"equipment_type_id\": 16,\r\n\t\t\t\"agent_id\": \"\",\r\n\t\t\t\"confirm_sent\": \"\",\r\n\t\t\t\"confirm_rec\": \"\",\r\n\t\t\t\"dispatched\": \"\",\r\n\t\t\t\"signed_by\": \"\",\r\n\t\t\t\"osd\": \"\",\r\n\t\t\t\"pickup_lat\": \"\",\r\n\t\t\t\"pickup_long\": \"\",\r\n\t\t\t\"cons_lat\": \"\",\r\n\t\t\t\"cons_long\": \"\",\r\n\t\t\t\"pickup_account_number\": \"\",\r\n\t\t\t\"cons_account_number\": \"\",\r\n\t\t\t\"pro\": 11545,\r\n\t\t\t\"last_audit\": \"2022-04-20T08:36:34.552-04:00\",\r\n\t\t\t\"tariff\": \"\",\r\n\t\t\t\"quote\": \"\",\r\n\t\t\t\"routing_num\": \"\",\r\n\t\t\t\"waybill_num_1\": \"\",\r\n\t\t\t\"waybill_num_2\": \"\",\r\n\t\t\t\"waybill_num_3\": \"\",\r\n\t\t\t\"booking_num\": \"\",\r\n\t\t\t\"seal_num\": \"\",\r\n\t\t\t\"stcc_num\": \"\",\r\n\t\t\t\"void_reason\": \"\",\r\n\t\t\t\"void_other_reason\": \"\",\r\n\t\t\t\"uncover_reason\": \"\",\r\n\t\t\t\"uncover_notes\": \"\",\r\n\t\t\t\"hawb_num\": \"\",\r\n\t\t\t\"truck_num\": \"\",\r\n\t\t\t\"dispatcher\": \"\",\r\n\t\t\t\"customer_id\": 10,\r\n\t\t\t\"bill_to_id\": 10,\r\n\t\t\t\"pick_stop_progress\": \"\",\r\n\t\t\t\"carrier_ref\": \"\",\r\n\t\t\t\"sales_representative_id\": 2,\r\n\t\t\t\"service_representative_id\": \"\",\r\n\t\t\t\"dispatcher_assigned_id\": \"\",\r\n\t\t\t\"dispatcher_actual_id\": \"\",\r\n\t\t\t\"auto_add_available_truck\": true,\r\n\t\t\t\"intermodal_type\": \"\",\r\n\t\t\t\"last_status_change\": \"\",\r\n\t\t\t\"customer_line_haul_rate_type\": \"\",\r\n\t\t\t\"pickup_ramp_id\": \"\",\r\n\t\t\t\"cross_town_pu_ramp_id\": \"\",\r\n\t\t\t\"cross_town_dest_ramp_id\": \"\",\r\n\t\t\t\"dest_ramp_id\": \"\",\r\n\t\t\t\"rate_carrier_line_haul_rate_type\": \"\",\r\n\t\t\t\"rate_carrier_line_haul_pay_percent\": \"0.0\",\r\n\t\t\t\"customer_ref_num\": \"\",\r\n\t\t\t\"bl_num\": \"\",\r\n\t\t\t\"load_num\": \"\",\r\n\t\t\t\"references\": [],\r\n\t\t\t\"last_saved_total_customer_rate\": \"0.0\",\r\n\t\t\t\"dispatched_reason_id\": \"\",\r\n\t\t\t\"reserved_by_user_id\": \"\",\r\n\t\t\t\"reserved_until_datetime\": \"\",\r\n\t\t\t\"released_at_datetime\": \"\",\r\n\t\t\t\"service_representative_user_id\": \"\",\r\n\t\t\t\"dispatcher_assigned_user_id\": \"\",\r\n\t\t\t\"rate_carrier_max_rate\": \"0.0\",\r\n\t\t\t\"driver_1_ref_driver\": \"\",\r\n\t\t\t\"driver_1_cell\": \"\",\r\n\t\t\t\"driver_1_email\": \"\",\r\n\t\t\t\"driver_2_ref_driver\": \"\",\r\n\t\t\t\"driver_2_cell\": \"\",\r\n\t\t\t\"driver_2_email\": \"\",\r\n\t\t\t\"driver_origin_city\": \"\",\r\n\t\t\t\"driver_origin_state\": \"\",\r\n\t\t\t\"driver_empty_miles\": \"\",\r\n\t\t\t\"late_check_call_last_processed\": \"\",\r\n\t\t\t\"customer_total_rates\": \"0.0\",\r\n\t\t\t\"carrier_total_rates\": \"0.0\",\r\n\t\t\t\"gross_profit\": \"0.0\",\r\n\t\t\t\"net_margin\": \"\",\r\n\t\t\t\"pick_count\": 1,\r\n\t\t\t\"stop_count\": 1,\r\n\t\t\t\"open_events\": \"\",\r\n\t\t\t\"mass_release\": false,\r\n\t\t\t\"current_stop_num\": 0,\r\n\t\t\t\"any_bids\": false,\r\n\t\t\t\"ship_date_filter_string\": \"2022-04-20\",\r\n\t\t\t\"pick_up_date_filter_string\": \"\",\r\n\t\t\t\"delivery_date_filter_string\": \"\",\r\n\t\t\t\"dispatcher_email\": \"\",\r\n\t\t\t\"post_to_all_load_boards\": false,\r\n\t\t\t\"post_to_internal_load_board\": false,\r\n\t\t\t\"dispatcher_phone\": \"\",\r\n\t\t\t\"req_tonu\": false,\r\n\t\t\t\"rate_carrier_suggested_market_rate\": \"0.0\",\r\n\t\t\t\"exception_detention_check\": false,\r\n\t\t\t\"exception_blank_appt\": true,\r\n\t\t\t\"carrier_email\": \"\",\r\n\t\t\t\"revenue_type\": \"\",\r\n\t\t\t\"equipment_type\": \"F\",\r\n\t\t\t\"tariff\": \"\",\r\n\t\t\t\"quote\": \"\",\r\n\t\t\t\"events\": [],\r\n\t\t\t\"audit_logs\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"id\": 1685,\r\n\t\t\t\t\t\"change_type\": \"Shipment\",\r\n\t\t\t\t\t\"username\": \"internal\",\r\n\t\t\t\t\t\"changelog\": {\r\n\t\t\t\t\t\t\"net_margin\": [\r\n\t\t\t\t\t\t\t\"0.0\",\r\n\t\t\t\t\t\t\t\"\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"pick_count\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t1\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_count\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t1\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"auto_updates\": true,\r\n\t\t\t\t\t\t\"ship_date_filter_string\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"2022-04-20\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"last_saved_total_customer_rate\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"0.0\"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"events_processed\": \"\",\r\n\t\t\t\t\t\"created_at\": \"2022-04-20T08:36:34.552-04:00\",\r\n\t\t\t\t\t\"updated_at\": \"2022-04-20T08:36:34.552-04:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"id\": 1684,\r\n\t\t\t\t\t\"change_type\": \"Shipment\",\r\n\t\t\t\t\t\"username\": \"admin\",\r\n\t\t\t\t\t\"changelog\": {\r\n\t\t\t\t\t\t\"weight\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t10000\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"bill_to\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"ALJEX SUPPLY CO.\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"customer\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"ALJEX SUPPLY CO.\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_2_phone\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"(888) 789-7875\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"carrier_email\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"equipment_type\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"F\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_1_stop_num\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t1\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_2_stop_num\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t2\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"load_description\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"LUMBER\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_1_event_type\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"P\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_1_references\": [\r\n\t\t\t\t\t\t\t[],\r\n\t\t\t\t\t\t\t[\r\n\t\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\t\"\"\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_2_event_type\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"S\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_2_references\": [\r\n\t\t\t\t\t\t\t[],\r\n\t\t\t\t\t\t\t[\r\n\t\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\t\"\"\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_1_shipment_pro\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t11545\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_2_shipment_pro\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t11545\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"sales_representative\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_1_location_name\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"ALJEX SUPPLY CO.\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_2_location_name\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"ABC SUPPLY\"\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"accessorial_1_release\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\tfalse\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"accessorial_2_release\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\tfalse\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"stop_1_ready_or_deliver\": [\r\n\t\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\t\"2022-04-20T00:00:00.000-04:00\"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"events_processed\": \"\",\r\n\t\t\t\t\t\"created_at\": \"2022-04-20T08:36:34.438-04:00\",\r\n\t\t\t\t\t\"updated_at\": \"2022-04-20T08:36:34.438-04:00\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"carrier_bids\": [],\r\n\t\t\t\"bids\": [],\r\n\t\t\t\"lock\": \"\",\r\n\t\t\t\"intermodal_type\": \"\",\r\n\t\t\t\"service_representative_user\": {\r\n\t\t\t\t\"id\": \"\",\r\n\t\t\t\t\"created_at\": \"\",\r\n\t\t\t\t\"updated_at\": \"\",\r\n\t\t\t\t\"auth_uid\": \"\",\r\n\t\t\t\t\"email_notifications\": \"\",\r\n\t\t\t\t\"phone_notifications\": \"\",\r\n\t\t\t\t\"title\": \"\",\r\n\t\t\t\t\"first_name\": \"\",\r\n\t\t\t\t\"last_name\": \"\",\r\n\t\t\t\t\"fax\": \"\",\r\n\t\t\t\t\"phone_2\": \"\",\r\n\t\t\t\t\"email_2\": \"\",\r\n\t\t\t\t\"username\": \"\",\r\n\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\"phone_number\": \"\",\r\n\t\t\t\t\"form_template_id\": \"\",\r\n\t\t\t\t\"default_intermodal_template_id\": \"\",\r\n\t\t\t\t\"default_column_template_id\": \"\",\r\n\t\t\t\t\"deleted\": \"\",\r\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\r\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\r\n\t\t\t\t\"role_id\": \"\",\r\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\r\n\t\t\t\t\"permission_to_change_customer\": \"\",\r\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\r\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\r\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\r\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\r\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\r\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\r\n\t\t\t\t\"permission_to_create_shipments\": \"\",\r\n\t\t\t\t\"permission_to_release_shipments\": \"\",\r\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\r\n\t\t\t},\r\n\t\t\t\"dispatcher_assigned_user\": {\r\n\t\t\t\t\"id\": \"\",\r\n\t\t\t\t\"created_at\": \"\",\r\n\t\t\t\t\"updated_at\": \"\",\r\n\t\t\t\t\"auth_uid\": \"\",\r\n\t\t\t\t\"email_notifications\": \"\",\r\n\t\t\t\t\"phone_notifications\": \"\",\r\n\t\t\t\t\"title\": \"\",\r\n\t\t\t\t\"first_name\": \"\",\r\n\t\t\t\t\"last_name\": \"\",\r\n\t\t\t\t\"fax\": \"\",\r\n\t\t\t\t\"phone_2\": \"\",\r\n\t\t\t\t\"email_2\": \"\",\r\n\t\t\t\t\"username\": \"\",\r\n\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\"phone_number\": \"\",\r\n\t\t\t\t\"form_template_id\": \"\",\r\n\t\t\t\t\"default_intermodal_template_id\": \"\",\r\n\t\t\t\t\"default_column_template_id\": \"\",\r\n\t\t\t\t\"deleted\": \"\",\r\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\r\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\r\n\t\t\t\t\"role_id\": \"\",\r\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\r\n\t\t\t\t\"permission_to_change_customer\": \"\",\r\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\r\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\r\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\r\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\r\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\r\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\r\n\t\t\t\t\"permission_to_create_shipments\": \"\",\r\n\t\t\t\t\"permission_to_release_shipments\": \"\",\r\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\r\n\t\t\t},\r\n\t\t\t\"pick_stops\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"stop_num\": 1,\r\n\t\t\t\t\t\"event_type\": \"P\",\r\n\t\t\t\t\t\"pieces\": \"\",\r\n\t\t\t\t\t\"weight\": \"\",\r\n\t\t\t\t\t\"pallets\": \"\",\r\n\t\t\t\t\t\"account_number\": \"\",\r\n\t\t\t\t\t\"references\": [\r\n\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\"\"\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"notes\": \"\",\r\n\t\t\t\t\t\"appt_note\": \"\",\r\n\t\t\t\t\t\"received_by\": \"\",\r\n\t\t\t\t\t\"seal\": \"\",\r\n\t\t\t\t\t\"shipment_pro\": 11545,\r\n\t\t\t\t\t\"id\": 2780,\r\n\t\t\t\t\t\"ready_or_deliver\": \"2022-04-20T00:00:00.000-04:00\",\r\n\t\t\t\t\t\"appt_start\": \"\",\r\n\t\t\t\t\t\"appt_end\": \"\",\r\n\t\t\t\t\t\"arrival\": \"\",\r\n\t\t\t\t\t\"departure\": \"\",\r\n\t\t\t\t\t\"appt_start_date\": \"\",\r\n\t\t\t\t\t\"appt_eta_start\": \"\",\r\n\t\t\t\t\t\"appt_eta_end\": \"\",\r\n\t\t\t\t\t\"appt_confirmed\": false,\r\n\t\t\t\t\t\"appt_fcfs\": false,\r\n\t\t\t\t\t\"item_description\": \"\",\r\n\t\t\t\t\t\"apptRange\": false,\r\n\t\t\t\t\t\"etaRange\": false,\r\n\t\t\t\t\t\"location_name\": \"ALJEX SUPPLY CO.\",\r\n\t\t\t\t\t\"contact\": \"\",\r\n\t\t\t\t\t\"hours\": \"\",\r\n\t\t\t\t\t\"phone\": \"\",\r\n\t\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\t\"pick_stop_site_id\": 10,\r\n\t\t\t\t\t\"location\": {\r\n\t\t\t\t\t\t\"id\": 10,\r\n\t\t\t\t\t\t\"name\": \"\",\r\n\t\t\t\t\t\t\"address\": \"123 MAIN ST\",\r\n\t\t\t\t\t\t\"city\": \"COUDERSPORT\",\r\n\t\t\t\t\t\t\"state\": \"PA\",\r\n\t\t\t\t\t\t\"zip\": \"16915\",\r\n\t\t\t\t\t\t\"country\": \"\",\r\n\t\t\t\t\t\t\"contact\": \"\",\r\n\t\t\t\t\t\t\"phone\": \"\",\r\n\t\t\t\t\t\t\"hours\": \"\",\r\n\t\t\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\t\t\"latitude\": \"41.773926\",\r\n\t\t\t\t\t\t\"longitude\": \"-78.021034\",\r\n\t\t\t\t\t\t\"created_at\": \"2022-03-29T10:58:29.587-04:00\",\r\n\t\t\t\t\t\t\"updated_at\": \"2022-03-29T10:58:29.587-04:00\",\r\n\t\t\t\t\t\t\"company_id\": \"\",\r\n\t\t\t\t\t\t\"is_primary_location\": false,\r\n\t\t\t\t\t\t\"vision_account_number\": \"\",\r\n\t\t\t\t\t\t\"vision_bill_to_account_number\": \"\",\r\n\t\t\t\t\t\t\"timezone\": \"America/New_York\",\r\n\t\t\t\t\t\t\"address_2\": \"\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"stop_num\": 2,\r\n\t\t\t\t\t\"event_type\": \"S\",\r\n\t\t\t\t\t\"pieces\": \"\",\r\n\t\t\t\t\t\"weight\": \"\",\r\n\t\t\t\t\t\"pallets\": \"\",\r\n\t\t\t\t\t\"account_number\": \"\",\r\n\t\t\t\t\t\"references\": [\r\n\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\"\",\r\n\t\t\t\t\t\t\"\"\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"notes\": \"\",\r\n\t\t\t\t\t\"appt_note\": \"\",\r\n\t\t\t\t\t\"received_by\": \"\",\r\n\t\t\t\t\t\"seal\": \"\",\r\n\t\t\t\t\t\"shipment_pro\": 11545,\r\n\t\t\t\t\t\"id\": 2781,\r\n\t\t\t\t\t\"ready_or_deliver\": \"\",\r\n\t\t\t\t\t\"appt_start\": \"\",\r\n\t\t\t\t\t\"appt_end\": \"\",\r\n\t\t\t\t\t\"arrival\": \"\",\r\n\t\t\t\t\t\"departure\": \"\",\r\n\t\t\t\t\t\"appt_start_date\": \"\",\r\n\t\t\t\t\t\"appt_eta_start\": \"\",\r\n\t\t\t\t\t\"appt_eta_end\": \"\",\r\n\t\t\t\t\t\"appt_confirmed\": false,\r\n\t\t\t\t\t\"appt_fcfs\": false,\r\n\t\t\t\t\t\"item_description\": \"\",\r\n\t\t\t\t\t\"apptRange\": false,\r\n\t\t\t\t\t\"etaRange\": false,\r\n\t\t\t\t\t\"location_name\": \"ABC SUPPLY\",\r\n\t\t\t\t\t\"contact\": \"\",\r\n\t\t\t\t\t\"hours\": \"\",\r\n\t\t\t\t\t\"phone\": \"(888) 789-7875\",\r\n\t\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\t\"pick_stop_site_id\": 9,\r\n\t\t\t\t\t\"location\": {\r\n\t\t\t\t\t\t\"id\": 9,\r\n\t\t\t\t\t\t\"name\": \"\",\r\n\t\t\t\t\t\t\"address\": \"4860 SPRING GROVE AVE\",\r\n\t\t\t\t\t\t\"city\": \"ATLANTA\",\r\n\t\t\t\t\t\t\"state\": \"GA\",\r\n\t\t\t\t\t\t\"zip\": \"\",\r\n\t\t\t\t\t\t\"country\": \"\",\r\n\t\t\t\t\t\t\"contact\": \"\",\r\n\t\t\t\t\t\t\"phone\": \"\",\r\n\t\t\t\t\t\t\"hours\": \"\",\r\n\t\t\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\t\t\"latitude\": \"33.915382\",\r\n\t\t\t\t\t\t\"longitude\": \"-84.299469\",\r\n\t\t\t\t\t\t\"created_at\": \"2022-03-29T10:58:28.502-04:00\",\r\n\t\t\t\t\t\t\"updated_at\": \"2022-03-29T10:58:28.502-04:00\",\r\n\t\t\t\t\t\t\"company_id\": \"\",\r\n\t\t\t\t\t\t\"is_primary_location\": false,\r\n\t\t\t\t\t\t\"vision_account_number\": \"\",\r\n\t\t\t\t\t\t\"vision_bill_to_account_number\": \"\",\r\n\t\t\t\t\t\t\"timezone\": \"America/New_York\",\r\n\t\t\t\t\t\t\"address_2\": \"\"\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"intermodal_legs\": [],\r\n\t\t\t\"accessorial_lines\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"accessorial\": \"Line Haul\",\r\n\t\t\t\t\t\"carrier\": \"\",\r\n\t\t\t\t\t\"carrier_rate\": \"0.0\",\r\n\t\t\t\t\t\"customer_rate\": \"0.0\",\r\n\t\t\t\t\t\"line_num\": 1,\r\n\t\t\t\t\t\"intermodal_leg_id\": \"\",\r\n\t\t\t\t\t\"release\": false,\r\n\t\t\t\t\t\"leg_type\": \"\",\r\n\t\t\t\t\t\"id\": 3140\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"accessorial\": \"FUEL\",\r\n\t\t\t\t\t\"carrier\": \"\",\r\n\t\t\t\t\t\"carrier_rate\": \"0.0\",\r\n\t\t\t\t\t\"customer_rate\": \"0.0\",\r\n\t\t\t\t\t\"line_num\": 2,\r\n\t\t\t\t\t\"intermodal_leg_id\": \"\",\r\n\t\t\t\t\t\"release\": false,\r\n\t\t\t\t\t\"leg_type\": \"\",\r\n\t\t\t\t\t\"id\": 3141\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"instruction\": \"\",\r\n\t\t\t\"shipment_critical_update_log\": {\r\n\t\t\t\t\"id\": 1675,\r\n\t\t\t\t\"created_by\": \"\",\r\n\t\t\t\t\"reserved_set_at\": \"\",\r\n\t\t\t\t\"reserved_set_by\": \"\",\r\n\t\t\t\t\"covered_set_at\": \"\",\r\n\t\t\t\t\"covered_set_by\": \"\",\r\n\t\t\t\t\"carrier_lh_rate_set_at\": \"\",\r\n\t\t\t\t\"carrier_lh_rate_set_by\": \"\",\r\n\t\t\t\t\"carrier_confirmation_sent_set_at\": \"\",\r\n\t\t\t\t\"carrier_confirmation_sent_set_by\": \"\",\r\n\t\t\t\t\"carrier_confirmation_received_set_at\": \"\",\r\n\t\t\t\t\"carrier_confirmation_received_set_by\": \"\",\r\n\t\t\t\t\"tonu_set_at\": \"\",\r\n\t\t\t\t\"tonu_set_by\": \"\",\r\n\t\t\t\t\"dispatched_set_at\": \"\",\r\n\t\t\t\t\"dispatched_set_by\": \"\",\r\n\t\t\t\t\"first_pick_eta_set_at\": \"\",\r\n\t\t\t\t\"first_pick_eta_set_by\": \"\",\r\n\t\t\t\t\"first_pick_departed_set_at\": \"\",\r\n\t\t\t\t\"first_pick_departed_set_by\": \"\",\r\n\t\t\t\t\"last_pick_departed_set_at\": \"\",\r\n\t\t\t\t\"last_pick_departed_set_by\": \"\",\r\n\t\t\t\t\"released_set_at\": \"\",\r\n\t\t\t\t\"released_set_by\": \"\",\r\n\t\t\t\t\"invoice_posted_set_at\": \"\",\r\n\t\t\t\t\"invoice_posted_set_by\": \"\",\r\n\t\t\t\t\"invoice_paid_set_at\": \"\",\r\n\t\t\t\t\"invoice_paid_set_by\": \"\",\r\n\t\t\t\t\"shipment_pro\": 11545\r\n\t\t\t},\r\n\t\t\t\"sales_representative\": {\r\n\t\t\t\t\"id\": 2,\r\n\t\t\t\t\"person_id\": \"\",\r\n\t\t\t\t\"created_at\": \"2022-03-29T10:57:46.140-04:00\",\r\n\t\t\t\t\"updated_at\": \"2022-03-29T10:57:46.140-04:00\",\r\n\t\t\t\t\"name\": \"\",\r\n\t\t\t\t\"rep_id\": \"\",\r\n\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\"retired\": false,\r\n\t\t\t\t\"user_id\": \"\",\r\n\t\t\t\t\"email_quotes\": false,\r\n\t\t\t\t\"email_tags\": false,\r\n\t\t\t\t\"email_credit_changes\": false,\r\n\t\t\t\t\"email_short_pays\": false,\r\n\t\t\t\t\"email_low_brokerages\": false,\r\n\t\t\t\t\"email_customer_aging\": false,\r\n\t\t\t\t\"email_commission_report\": false,\r\n\t\t\t\t\"email_shipment_report\": false,\r\n\t\t\t\t\"commission_pay_type\": \"\",\r\n\t\t\t\t\"commission_pay_percentage\": \"\",\r\n\t\t\t\t\"commission_pay_flat_amount\": \"\",\r\n\t\t\t\t\"commission_minimum_house_cut\": \"\",\r\n\t\t\t\t\"commission_overhead_deduction_type\": \"\",\r\n\t\t\t\t\"commission_overhead_deduction_flat_amount\": \"\",\r\n\t\t\t\t\"commission_overhead_deduction_percentage\": \"\",\r\n\t\t\t\t\"commission_minimum_house_profit_percentage\": \"\",\r\n\t\t\t\t\"commission_minimum_gross_profit_before_commission\": \"\",\r\n\t\t\t\t\"commission_minimum_percentage_before_commission\": \"\",\r\n\t\t\t\t\"commission_minimum_amount\": \"\",\r\n\t\t\t\t\"commission_creation_source\": \"\",\r\n\t\t\t\t\"commission_days_before_no_commission\": \"\",\r\n\t\t\t\t\"commission_expense_source\": \"\",\r\n\t\t\t\t\"commission_line_haul_only\": false,\r\n\t\t\t\t\"vendor_name\": \"\",\r\n\t\t\t\t\"vendor_address\": \"\",\r\n\t\t\t\t\"vendor_address_2\": \"\",\r\n\t\t\t\t\"vendor_city\": \"\",\r\n\t\t\t\t\"vendor_state\": \"\",\r\n\t\t\t\t\"vendor_zip\": \"\",\r\n\t\t\t\t\"vendor_phone\": \"\",\r\n\t\t\t\t\"vendor_federal_id\": \"\",\r\n\t\t\t\t\"vendor_federal_or_ssn\": \"\",\r\n\t\t\t\t\"vendor_w9_on_file\": false,\r\n\t\t\t\t\"vendor_send_1099\": false,\r\n\t\t\t\t\"vendor_bill_to_name\": \"\",\r\n\t\t\t\t\"vendor_bill_to_address\": \"\",\r\n\t\t\t\t\"vendor_bill_to_address_2\": \"\",\r\n\t\t\t\t\"vendor_bill_to_city\": \"\",\r\n\t\t\t\t\"vendor_bill_to_state\": \"\",\r\n\t\t\t\t\"vendor_bill_to_zip\": \"\",\r\n\t\t\t\t\"vendor_bill_to_phone\": \"\",\r\n\t\t\t\t\"agent_id\": \"\"\r\n\t\t\t},\r\n\t\t\t\"dispatcher_actual\": {\r\n\t\t\t\t\"id\": \"\",\r\n\t\t\t\t\"created_at\": \"\",\r\n\t\t\t\t\"updated_at\": \"\",\r\n\t\t\t\t\"auth_uid\": \"\",\r\n\t\t\t\t\"email_notifications\": \"\",\r\n\t\t\t\t\"phone_notifications\": \"\",\r\n\t\t\t\t\"title\": \"\",\r\n\t\t\t\t\"first_name\": \"\",\r\n\t\t\t\t\"last_name\": \"\",\r\n\t\t\t\t\"fax\": \"\",\r\n\t\t\t\t\"phone_2\": \"\",\r\n\t\t\t\t\"email_2\": \"\",\r\n\t\t\t\t\"username\": \"\",\r\n\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\"phone_number\": \"\",\r\n\t\t\t\t\"form_template_id\": \"\",\r\n\t\t\t\t\"default_intermodal_template_id\": \"\",\r\n\t\t\t\t\"default_column_template_id\": \"\",\r\n\t\t\t\t\"deleted\": \"\",\r\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\r\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\r\n\t\t\t\t\"role_id\": \"\",\r\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\r\n\t\t\t\t\"permission_to_change_customer\": \"\",\r\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\r\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\r\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\r\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\r\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\r\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\r\n\t\t\t\t\"permission_to_create_shipments\": \"\",\r\n\t\t\t\t\"permission_to_release_shipments\": \"\",\r\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\r\n\t\t\t},\r\n\t\t\t\"reserved_by_user\": {\r\n\t\t\t\t\"id\": \"\",\r\n\t\t\t\t\"created_at\": \"\",\r\n\t\t\t\t\"updated_at\": \"\",\r\n\t\t\t\t\"auth_uid\": \"\",\r\n\t\t\t\t\"email_notifications\": \"\",\r\n\t\t\t\t\"phone_notifications\": \"\",\r\n\t\t\t\t\"title\": \"\",\r\n\t\t\t\t\"first_name\": \"\",\r\n\t\t\t\t\"last_name\": \"\",\r\n\t\t\t\t\"fax\": \"\",\r\n\t\t\t\t\"phone_2\": \"\",\r\n\t\t\t\t\"email_2\": \"\",\r\n\t\t\t\t\"username\": \"\",\r\n\t\t\t\t\"email\": \"\",\r\n\t\t\t\t\"phone_number\": \"\",\r\n\t\t\t\t\"form_template_id\": \"\",\r\n\t\t\t\t\"default_intermodal_template_id\": \"\",\r\n\t\t\t\t\"default_column_template_id\": \"\",\r\n\t\t\t\t\"deleted\": \"\",\r\n\t\t\t\t\"default_split_screen_intermodal_template_id\": \"\",\r\n\t\t\t\t\"default_split_screen_brokerage_template_id\": \"\",\r\n\t\t\t\t\"role_id\": \"\",\r\n\t\t\t\t\"permission_to_change_bill_to\": \"\",\r\n\t\t\t\t\"permission_to_change_customer\": \"\",\r\n\t\t\t\t\"permission_to_change_no_broker\": \"\",\r\n\t\t\t\t\"permission_to_change_service_rep\": \"\",\r\n\t\t\t\t\"permission_to_change_declared_value\": \"\",\r\n\t\t\t\t\"permission_to_change_actual_dispatcher\": \"\",\r\n\t\t\t\t\"permission_to_change_assigned_dispatcher\": \"\",\r\n\t\t\t\t\"permission_to_change_ship_deliver_datetime\": \"\",\r\n\t\t\t\t\"permission_to_create_shipments\": \"\",\r\n\t\t\t\t\"permission_to_release_shipments\": \"\",\r\n\t\t\t\t\"permission_to_unreserve_shipments\": \"\"\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\"message\": \"\",\r\n\t\"errors\": []\r\n}"},{"id":"cecf49b5-1450-4b91-9122-06214461be06","name":"Not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shipment\": {\r\n      \"carrier_dot\": \"12345\",\r\n      \"carrier_mc\": \"98765\",\r\n      \"carrier_scac\": \"ABCD\"\r\n  }\r\n}"},"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro/cover","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["shipments",":pro","cover"],"variable":[{"key":"pro","value":"123456"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"\",\r\n    \"errors\": [\r\n        \"Pro not found\"\r\n    ],\r\n    \"content\": {}\r\n}"}],"_postman_id":"2620955f-427c-41a8-9ac2-29af8a07eb11"},{"name":"Shipment Release","id":"71aba469-688c-41d3-a001-448184ae8e80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro/release","urlObject":{"path":["shipments",":pro","release"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"pro"}]}},"response":[],"_postman_id":"71aba469-688c-41d3-a001-448184ae8e80"},{"name":"Shipment Void","id":"e020841b-7519-45a9-b3a3-6db4412a72cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro/void","urlObject":{"path":["shipments",":pro","void"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"pro"}]}},"response":[],"_postman_id":"e020841b-7519-45a9-b3a3-6db4412a72cc"},{"name":"Spot","id":"2f456b32-7a24-43bf-9aa1-f5cc11858dda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/spots/:spot_num","urlObject":{"path":["spots",":spot_num"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"spot_num"}]}},"response":[],"_postman_id":"2f456b32-7a24-43bf-9aa1-f5cc11858dda"},{"name":"Spots","id":"4fc78dfe-65b3-4a52-a5c6-623de85b062b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/spots","urlObject":{"path":["spots"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fc78dfe-65b3-4a52-a5c6-623de85b062b"},{"name":"Spot","id":"dbb7eac8-3b01-461c-9aab-f95e6e3b3506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/spots","urlObject":{"path":["spots"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbb7eac8-3b01-461c-9aab-f95e6e3b3506"},{"name":"Carrier Bids","id":"7534f7cb-24d7-4047-9c29-1a06343e7075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro/carrier_bids","urlObject":{"path":["shipments",":pro","carrier_bids"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"pro"}]}},"response":[],"_postman_id":"7534f7cb-24d7-4047-9c29-1a06343e7075"},{"name":"Carrier Bid","id":"edd1866b-f5b6-40df-a1cf-1f151df35db5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/shipments/:pro/carrier_bids","urlObject":{"path":["shipments",":pro","carrier_bids"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"pro"}]}},"response":[],"_postman_id":"edd1866b-f5b6-40df-a1cf-1f151df35db5"},{"name":"Carriers","id":"8e05ff37-1c9e-4c87-b240-11a3130f2ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/carrier/find_by?aljex_id=&dot_num&mc_num&scac_num","description":"<p>Carrier</p>\n","urlObject":{"path":["carrier","find_by"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[{"key":"aljex_id","value":""},{"key":"dot_num","value":null},{"key":"mc_num","value":null},{"key":"scac_num","value":null}],"variable":[]}},"response":[{"id":"4920880a-2994-42cf-ba3b-e411ec7ae804","name":"Carrier object","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/carriers?reference_type=dot&reference_value=9999997","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["carriers"],"query":[{"key":"reference_type","value":"dot"},{"key":"reference_value","value":"9999997"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{ carrier: {\n    \"id\": -47428467,\n    \"name\": \"\",\n    \"address\": \"\",\n    \"city\": \"\",\n    \"state\": \"\",\n    \"zip\": \"\",\n    \"country\": \"\",\n    \"contact\": \"\",\n    \"phone\": \"\"\n  }\n}"},{"id":"40060a81-0029-44ba-80ad-7438996674b7","name":"Bad request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/carriers?reference_type=dot&reference_value=9999997","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["carriers"],"query":[{"key":"reference_type","value":"dot"},{"key":"reference_value","value":"9999997"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    },\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    }\n  ]\n}"}],"_postman_id":"8e05ff37-1c9e-4c87-b240-11a3130f2ca1"},{"name":"Company (e.g., customer, terminal, warehouse, etc.) - find by","id":"84803fae-13cd-4a6f-9011-f9b6641ac665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/companies/find_by?aljex_id=1234&duns_num=122999321&account_number=123211&email=shipperco@example.com","description":"<p>Company</p>\n<p>A Company is a customer, warehouse, terminal or other entity represents either a shipper, bill-to of a shipper, or agent (e.g., consignee) of a shipper. A Company is uniquely identified by a DUNS number, Aljex ID, Aljex account number or email address. A Company can betrieved with a GET request using one or more of these identifiers. If email address is used and an exact match is not found, Companies with matching email domains will be returned.</p>\n","urlObject":{"path":["companies","find_by"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[{"key":"aljex_id","value":"1234"},{"key":"duns_num","value":"122999321"},{"key":"account_number","value":"123211"},{"key":"email","value":"shipperco@example.com"}],"variable":[]}},"response":[{"id":"7a246c54-a627-4b54-8c99-fe4111dbca6c","name":"Company object","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/companies/find_by?reference_type=old_system_id&reference_value=Ut amet occaecat","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["companies","find_by"],"query":[{"key":"reference_type","value":"old_system_id"},{"key":"reference_value","value":"Ut amet occaecat"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"customer\": {\n    \"id\": 1355,\n    \"name\": \"\",\n    \"address\": \"\",\n    \"city\": \"\",\n    \"state\": \"\",\n    \"zip\": \"\",\n    \"country\": \"\",\n    \"contact\": \"\",\n    \"phone\": \"\",\n    \"hours\": \"\",\n    \"email\": \"6lsPJp7S1241@VHPGwEIbT.lia\",\n    \"created_at\": \"\",\n    \"updated_at\": \"\",\n    \"route\": \"\",\n    \"billable\": \"\",\n    \"email_alt_1\": \"k7dO7j4U04cDaY@wGZ.hs\",\n    \"email_alt_2\": \"NlDOm1h@CFaGPmQOCaOaCtEKU.rtp\",\n    \"email_alt_3\": \"QMSi5EB5PP7@yiGVMNz.lb\",\n    \"email_alt_4\": \"A1NnGw@gFpRPnYNxqhZazxnP.ed\",\n    \"email_alt_5\": \"pi9UXYubrQS2@xPRGwhNzLDdkBSQbMIkVuVggiikMvtMA.yxr\",\n    \"company_status\": \"\",\n    \"type\": \"\",\n    \"portal_login\": \"\",\n    \"vision_id\": \"\",\n    \"portal_password\": \"\",\n    \"vision_old_system_id\": \"\",\n    \"past_due_letters\": \"\",\n    \"prebill_covered\": \"\",\n    \"prebill_delivered\": \"\",\n    \"auto_release\": \"\",\n    \"auto_off_bill_hold_release\": \"\",\n    \"mileage_on_invoice\": \"\",\n    \"delivery_date_on_invoice\": \"\",\n    \"customer_portal_add_shipments\": \"\",\n    \"multiple_reference_numbers\": \"\",\n    \"factor\": \"\",\n    \"on_mailing\": \"\",\n    \"items_on_invoice\": \"\",\n    \"reference_po_number\": \"\",\n    \"epay\": \"\",\n    \"terms_for_invoice\": \"\",\n    \"fsc_method\": \"\",\n    \"sic_code\": \"\",\n    \"edi_receiver_id\": \"\",\n    \"efp_invoice\": \"\",\n    \"revenue_type\": \"\",\n    \"currency\": \"\",\n    \"fsc_percentage\": \"\",\n    \"naics_code\": \"\",\n    \"hidden_discount_percentage\": \"\",\n    \"reference_numbers_to_epay\": \"\",\n    \"customer_url\": \"\",\n    \"accounting_email_1\": \"ePhDEJRy10@hZjCCjMh.gic\",\n    \"accounting_email_2\": \"6Qusc6@L.hng\",\n    \"accounting_fax\": \"\",\n    \"accounting_attention\": \"\",\n    \"billing_notes\": \"\",\n    \"confirmation_contact_arrived_pickup\": \"\",\n    \"confirmation_contact_pickup\": \"\",\n    \"confirmation_contact_delivery\": \"\",\n    \"confirmation_contact_email_fax\": \"\",\n    \"confirmation_contact_fax\": \"\",\n    \"confirmation_contact_email\": \"\",\n    \"confirmation_contact_attn\": \"\",\n    \"ap_contact_name\": \"\",\n    \"ap_contact_phone\": \"\",\n    \"ap_contact_email\": \"nRORX3ubD@ZOAUnxryzXksyOIaiRLGztVCULrpzXSJd.zkm\",\n    \"missed_appointment_sales_rep\": \"\",\n    \"missed_appointment_assigned_dispatcher\": \"\",\n    \"missed_appointment_actual_dispatcher\": \"\",\n    \"missed_appointment_created_by\": \"\",\n    \"missed_appointment_service_rep\": \"\",\n    \"aljex_to_aljex_login\": \"\",\n    \"aljex_to_aljex_password\": \"\",\n    \"aljex_to_aljex_host\": \"\",\n    \"aljex_to_aljex_start_script\": \"\",\n    \"is_broker\": \"\",\n    \"broker_bond_number\": \"\",\n    \"broker_bond_company\": \"\",\n    \"broker_bond_phone\": \"\",\n    \"broker_bond_mc_num\": \"\",\n    \"confirmation_notes\": \"\",\n    \"confirmation_text\": \"\",\n    \"primary_contact_name\": \"\",\n    \"primary_contact_title\": \"\",\n    \"primary_contact_phone\": \"\",\n    \"primary_contact_extension\": \"\",\n    \"primary_contact_work_hours\": \"\",\n    \"primary_contact_birthday\": \"\",\n    \"primary_contact_home_address\": \"\",\n    \"primary_contact_home_phone\": \"\",\n    \"primary_contact_family_info\": \"\",\n    \"primary_contact_fax\": \"\",\n    \"secondary_contact_name\": \"\",\n    \"secondary_contact_title\": \"\",\n    \"secondary_contact_phone\": \"\",\n    \"secondary_contact_extension\": \"\",\n    \"secondary_contact_work_hours\": \"\",\n    \"secondary_contact_birthday\": \"\",\n    \"secondary_contact_home_address\": \"\",\n    \"secondary_contact_home_phone\": \"\",\n    \"secondary_contact_family_info\": \"\",\n    \"secondary_contact_fax\": \"\",\n    \"intransit_contact_email_check_call_reports\": \"\",\n    \"intransit_contact_frequency\": \"\",\n    \"intransit_contact_email_detention_warning\": \"\",\n    \"pod_contact_email\": \"\",\n    \"db_rating\": \"\",\n    \"ar_insured_amount\": \"\",\n    \"credit_limit\": \"\",\n    \"high_credit\": \"\",\n    \"unbilled\": \"\",\n    \"ytd_billing\": \"\",\n    \"total_sales\": \"\",\n    \"shipment_last_30_days\": \"\",\n    \"cancelled_ytd\": \"\",\n    \"db_date\": \"\",\n    \"risk_rating\": \"\",\n    \"original_credit_limit\": \"\",\n    \"balance_due\": \"\",\n    \"projected_month_amount\": \"\",\n    \"shipments_ytd\": \"\",\n    \"shipments_total\": \"\",\n    \"cancelled_total\": \"\",\n    \"avg_dtp\": \"\",\n    \"first_shipment\": \"\",\n    \"last_shipment\": \"\",\n    \"change_to_status_n\": \"\",\n    \"change_to_status_y\": \"\",\n    \"cover_trusted_only\": \"\",\n    \"require_contract_addendum\": \"\",\n    \"delivery_appointment\": \"\",\n    \"hazardous_material\": \"\",\n    \"pallet_exchange\": \"\",\n    \"temperature_control\": \"\",\n    \"auto_calculate_mileage\": \"\",\n    \"pc_miler_version\": \"\",\n    \"known_shipper\": \"\",\n    \"unlimited_ps\": \"\",\n    \"post_load_boards\": \"\",\n    \"incident_management\": \"\",\n    \"prevent_duplicate_refs\": \"\",\n    \"minimum_power_units\": \"\",\n    \"minimum_declared_value\": \"\",\n    \"target_brokerage_percentage\": \"\",\n    \"temperature_default\": \"\",\n    \"mileage_type\": \"\",\n    \"latitude\": \"\",\n    \"longitude\": \"\",\n    \"address_2\": \"\",\n    \"fax\": \"\",\n    \"office\": \"\",\n    \"customer_portal_login\": \"\",\n    \"customer_portal_password\": \"\",\n    \"macropoint_mpid\": \"\",\n    \"customer_type\": \"\",\n    \"billto_account_number\": \"\",\n    \"old_system_id\": \"\",\n    \"freight_description\": \"\",\n    \"next_call\": \"\",\n    \"last_call\": \"\",\n    \"ramps_airport\": \"\",\n    \"ramps_airport_area\": \"\",\n    \"intermodal_ramp_city\": \"\",\n    \"intermodal_ramp_state\": \"\",\n    \"lead_status\": \"\",\n    \"sales_rep\": \"\",\n    \"ltl_assigned_dispatcher\": \"\",\n    \"ltl_sales_rep\": \"\",\n    \"assigned_collector\": \"\",\n    \"lead_source\": \"\",\n    \"assigned_dispatcher\": \"\",\n    \"service_rep\": \"\",\n    \"block_sales_rep_change\": \"\",\n    \"commission_end_date\": \"\",\n    \"bol\": \"\",\n    \"carrier_invoice\": \"\",\n    \"delivery_receipt\": \"\",\n    \"scale_ticket\": \"\",\n    \"original_docs\": \"\",\n    \"carrier_rate_conf\": \"\",\n    \"customer_rate_conf\": \"\",\n    \"interchange\": \"\",\n    \"suggested_routing\": \"\",\n    \"tariff_number\": \"\",\n    \"default_rate_type\": \"\",\n    \"managed_shipment_fee\": \"\",\n    \"declared_value\": \"\",\n    \"gain_share_percentage_max\": \"\",\n    \"overhead_deduction\": \"\",\n    \"split_of_profit\": \"\",\n    \"account_number\": \"\",\n    \"representative_id\": \"\",\n    \"is_customer\": \"\",\n    \"location\": {\n      \"id\": 1355,\n      \"name\": \"qui amet incididunt esse\",\n      \"address\": \"nisi ali\",\n      \"city\": \"et consectetur dolore sed\",\n      \"state\": \"in\",\n      \"zip\": \"Ut\",\n      \"country\": \"consectetur id \",\n      \"contact\": \"consequat sed proident laboris\",\n      \"phone\": \"eiusmod ex\",\n      \"hours\": \"qui consectetur nisi labore\",\n      \"email\": \"est ipsum sint consequat\",\n      \"latitude\": \"do ut\",\n      \"longitude\": \"voluptate in\",\n      \"is_primary_location\": true,\n      \"vision_account_number\": \"100001\",\n      \"vision_bill_to_account_number\": \"100001\",\n      \"timezone\": \"veniam occaecat consequat\"\n    }\n  }\n}"},{"id":"523bb938-f848-459d-9dde-3769575640cb","name":"Bad request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://aljex.descartes.com:3001/:tenant/api/v1/customers?reference_type=old_system_id&reference_value=Ut amet occaecat","host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"path":["customers"],"query":[{"key":"reference_type","value":"old_system_id"},{"key":"reference_value","value":"Ut amet occaecat"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    },\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    }\n  ]\n}"}],"_postman_id":"84803fae-13cd-4a6f-9011-f9b6641ac665"},{"name":"Company","id":"1bb52f26-c2be-41e7-b47c-a8f980af2403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/companies/:id","urlObject":{"path":["companies",":id"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1bb52f26-c2be-41e7-b47c-a8f980af2403"},{"name":"Companies","id":"b4c71654-2baf-4e1c-9e69-82da57fb2e3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/companies","urlObject":{"path":["companies"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4c71654-2baf-4e1c-9e69-82da57fb2e3d"},{"name":"Equipment types","id":"f1c0b2de-ceab-4492-a900-b02316173ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/equipment_types","description":"<p>Equipment types</p>\n","urlObject":{"path":["equipment_types"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[]}},"response":[{"id":"57eee7b6-7393-4434-800c-78f3871837d6","name":"Array of equipment types","originalRequest":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/equipment_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"equipment_types\": [\n    {\n      \"id\": 1,\n      \"code\": \"R\",\n      \"description\": \"Reefer\"\n    }\n  ]\n}"},{"id":"be4bda97-0a59-4779-9bae-a9ddb5202f0d","name":"Bad request","originalRequest":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/equipment_types"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    },\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    }\n  ]\n}"}],"_postman_id":"f1c0b2de-ceab-4492-a900-b02316173ff2"},{"name":"Revenue types","id":"1449253f-945d-4e18-beae-d19828914d9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/revenue_types","description":"<p>Revenue types</p>\n","urlObject":{"path":["revenue_types"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[]}},"response":[{"id":"31df9ef3-8d41-401f-a816-c34f2f54416f","name":"Array of revenue types","originalRequest":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/revenue_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"revenue_types\": [\n    {\n      \"id\": 1,\n      \"code\": \"LTL\",\n      \"description\": \"Less Than Truckload\"\n    }\n  ]\n}"},{"id":"4b4c30ca-5b1e-4bd2-bcb7-c4c948049b46","name":"Bad request","originalRequest":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/revenue_types"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    },\n    {\n      \"code\": 215,\n      \"message\": \"Syntax error. Datetime value must be in format YYYY-MM-DDTHH:MM:SS.\"\n    }\n  ]\n}"}],"_postman_id":"1449253f-945d-4e18-beae-d19828914d9a"},{"name":"Accessorials","id":"a1d16758-dc85-4a0a-8436-29458cda68bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/accessorials","urlObject":{"path":["accessorials"],"host":["https://aljex.descartes.com:3001/:tenant/api/v1"],"query":[],"variable":[]}},"response":[{"id":"bb21c893-8a78-4951-aeec-312dbef897f9","name":"Array of accessorials","originalRequest":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/accessorials"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  accessorials: [\r\n    { \r\n      \"id\": 1,\r\n      \"name\": \"FUEL\"\r\n    }\r\n  ]\r\n\r\n}"},{"id":"396e9c51-b72f-4f3b-b617-238d34905b07","name":"Bad request","originalRequest":{"method":"GET","header":[],"url":"https://aljex.descartes.com:3001/:tenant/api/v1/accessorials"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a1d16758-dc85-4a0a-8436-29458cda68bd"}],"event":[{"listen":"prerequest","script":{"id":"a204002f-ba0a-49e4-be92-36986407a323","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f129e38e-2c4c-4a77-8f63-b35b784ab877","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://aljex.descartes.com:3001/:tenant/api/v1","type":"string"},{"key":"tenant","value":":tenant","type":"string"}]}