EasyFreight API V2


Get Trade Party

<h1>Get Trade Party</h1> <h2>Request</h2> <ul> <li>Method: <strong>GET</strong></li> <li>URI: <code>/api/v2/tradeParties/{id}</code></li> </ul> <h2>Code Example</h2> <pre><code>Request: curl --location --request GET 'https://admin.easyfreight.solutions/api/v2/tradeParties/4158' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer xxxxxx' \ Response: HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 { &amp;quot;data&amp;quot;: { &amp;quot;id&amp;quot;: 4158, &amp;quot;code&amp;quot;: &amp;quot;ABC&amp;quot;, &amp;quot;type&amp;quot;: &amp;quot;US Forwarder&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;TEST NAME&amp;quot;, &amp;quot;billing_to_name&amp;quot;: &amp;quot;test&amp;quot;, &amp;quot;country&amp;quot;: &amp;quot;UNITED STATES&amp;quot;, &amp;quot;state&amp;quot;: null, &amp;quot;city&amp;quot;: null, &amp;quot;zipcode&amp;quot;: null, &amp;quot;address&amp;quot;: null, &amp;quot;billing_address&amp;quot;: &amp;quot;TEST BILLING ADDRESS&amp;quot;, &amp;quot;bl_address&amp;quot;: &amp;quot;TEST BL ADDRESS&amp;quot; } }</code></pre>

页面列表

ITEM_HTML