March 2020
Intermediate to advanced
534 pages
14h 15m
English
Let's say we want to pass data to a JSON service, which is required by the changeVehicleGroups operation.
Open the following URL in Internet Explorer: https://usnconeboxax1aos.cloud.onebox.dynamics.com/api/services/ConVMSServices/VehicleServices/changeVehicleGroup.
The JSON file the preceding link opens contains the following lines of code:
{"Parameters":[{"Name":"_contract","Type":"ConVMSVehicleGroupChangeContract"}],"Return":{"Name":"return","Type":"ConVMSMessageContract"}}
The actual JSON string that the request needs will follow the following pattern:
{"_contract":{"VehicleGroupId":"New vehicle group","VehicleId":"X0002","hideVehicleId":0,"parmCallId":"00000000-0000-0000-0000-000000000000","parmSessionIdx":0,"parmSessionLoginDateTime":"0001-01-01T00:00:00"}} ...Read now
Unlock full access