Back to main index

2.1.7   Remove a stop-off point from stop-off point list

The .in file

Attributes in [Head] section:

Type: 7
Allowed Mode: 0 (try once)
Allowed Blocking: 0 (non blocking)

Attributes in [StopOffPoint] section:

Sample .in file: Remove the stop-off point with the unique ID 682009486
[Head]
Type=7
Mode=0
Blocking=0

[StopOffPoint]
StopOffPointID=682009486

Note: Get the unique ID of a stop-off point with the "get the stop-off point list" request (chapter 2.1.6).

The .out file

Attributes in [StopOffPoint] section:

Sample .out file: The stop-off point with the unique ID 349896687 was successfully deleted
[Head]
Type=7
TypeDesc=remove stop-off point
Mode=0
ModeDesc=try once
Blocking=0
BlockingDesc=not blocking
Timestamp=682065750
Id=682065718
Result=2
ResultDesc=success and request deleted
ExecuteDuration=62

[StopOffPoint]
StopOffPointID=682009486
StopOffPointResult=1
StopOffPointResultDesc=stop-off point removed


Back to main index Top of page