Changes an existing postal service in the database
Name | Type | Description |
---|---|---|
PostalServiceDetails | PostalService | Information about postal service |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/PostalServices/UpdatePostalService
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
PostalServiceDetails={
"PostalServiceName": "sample string 1",
"PostalServiceTag": "sample string 2",
"ServiceCountry": "sample string 3",
"PostalServiceCode": "sample string 4",
"Vendor": "sample string 5",
"PrintModule": "sample string 6",
"PrintModuleTitle": "sample string 7",
"pkPostalServiceId": "3b50e4a2-2e3d-43d4-bbf8-18f8b4d7d55e",
"TrackingNumberRequired": true,
"WeightRequired": true,
"IgnorePackagingGroup": true,
"fkShippingAPIConfigId": 12,
"IntegratedServiceId": "a0f63b21-b790-4bb1-8ddc-ec279097c4de"
}
This is an example of the response JSON. Results will vary depending on your data.