curl --location -g --request PUT '{{ecommercev2_url}}/broker-shippings/67eea8d00a3dfed273499ccf' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"basicInformation": {
"name": {
"en": "Global Logistics Solutions",
"ar": "حلول اللوجستيات العالمية"
},
"type": {
"en": "International Shipping Company",
"ar": "شركة شحن دولية"
},
"commercialRegistrationNumber": 123456789,
"taxIdentificationNumber": 987654321
},
"service": {
"landFreight": false,
"airFreight": true,
"seaFreight": true,
"warehousingAndDistribution": false
},
"contract": {
"email": "contact@globallogistics.com",
"headOfficeAddress": "123 Logistics Avenue, Dubai Business Bay",
"phone": "+971 4 123 4562",
"country": "United Arab Emirates",
"website": "www.globallogistics.com"
},
"financial": {
"startDate": "2024-04-01T00:00:00Z",
"endDate": "2025-04-01T00:00:00Z",
"bankInformation": "Account details and banking information",
"attachments": [
{
"_id": "507f1f77bcf86cd799439012",
"path": "https://example.com/images/mens-accessories-2.jpg",
"service": "thumbnail"
},
{
"_id": "507f1f77bcf86cd799439012",
"path": "https://example.com/images/mens-accessories-2.jpg",
"service": "thumbnail"
}
]
}
}'