Starting Feb 1st, 2023, new prices for SMS will be introduced
Details can be found on the Alerts page
No action is required, this change will be automatic
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
None.
Name | Description | Type | Additional information |
---|---|---|---|
Identifier |
Rating identifier |
globally unique identifier |
None. |
JobId |
Transport job identifier |
globally unique identifier |
None. |
Created |
The date/time (UTC) that the rating was created |
date |
None. |
Comments |
Comments about the rating |
string |
None. |
PercentageRating |
The rating percentage value [0; 100] |
decimal number |
None. |
{ "identifier": "1a1e0602-b6b1-4788-ab1e-1396e0c61007", "jobId": "3649182b-7bea-4f48-9b19-07bb2f3e8cca", "created": "2023-03-27T03:57:45.1002658+00:00", "comments": "sample string 4", "percentageRating": 5.1 }
<JobHandlerRatingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Swift.DeliveryAPI2"> <Comments>sample string 4</Comments> <Created>2023-03-27T03:57:45.1002658+00:00</Created> <Identifier>1a1e0602-b6b1-4788-ab1e-1396e0c61007</Identifier> <JobId>3649182b-7bea-4f48-9b19-07bb2f3e8cca</JobId> <PercentageRating>5.1</PercentageRating> </JobHandlerRatingModel>