GET CVRP/Run?SessionId={SessionId}&CompanyId={CompanyId}&headerId={headerId}&maxCapacityRatio={maxCapacityRatio}&firstStopInMinutes={firstStopInMinutes}&sndStopInMinutes={sndStopInMinutes}&groupByRoutePostalROI={groupByRoutePostalROI}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | string |
None. |
|
| CompanyId | integer |
None. |
|
| headerId | integer |
Required |
|
| maxCapacityRatio | integer |
Default value is 80 |
|
| firstStopInMinutes | integer |
Default value is 15 |
|
| sndStopInMinutes | integer |
Default value is 2 |
|
| groupByRoutePostalROI | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ObjectReplyOfVRPResult| Name | Description | Type | Additional information |
|---|---|---|---|
| data | VRPResult |
None. |
|
| errorCode | integer |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json, text/javascript, application/x-protobuf
Sample:
Sample not available.