POST api/InsertUpdateRoutePlanner
Request Information
URI Parameters
None.
Body Parameters
RouteList| Name | Description | Type | Additional information |
|---|---|---|---|
| obj | Collection of clsRoutePlanner |
None. |
|
| RouteId | integer |
None. |
|
| AgentId | integer |
None. |
|
| intAppointmentId | integer |
None. |
|
| PriorityNo | integer |
None. |
|
| RouteName | string |
None. |
|
| AgentLocationAddress | string |
None. |
|
| AgentLocationPostCode | string |
None. |
|
| AgentLocationLatitude | string |
None. |
|
| AgentLocationLongitude | string |
None. |
|
| AgentstartAdress | string |
None. |
|
| intCreatedId | integer |
None. |
|
| ErrorCode | integer |
None. |
|
| ErrorMsg | string |
None. |
|
| Type | string |
None. |
|
| bisalive | boolean |
None. |
|
| strAction | string |
None. |
|
| IntCreatedBy | integer |
None. |
|
| dteCreatedDate | date |
None. |
|
| intModifyBy | integer |
None. |
|
| dteModifyDate | date |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| ROWNUMBER | integer |
None. |
|
| strSearchText | string |
None. |
|
| orderColumn | string |
None. |
|
| orderDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"obj": [
{
"routeId": 1,
"agentId": 2,
"intAppointmentId": 3,
"priorityNo": 4,
"routeName": "sample string 5",
"agentLocationAddress": "sample string 6",
"agentLocationPostCode": "sample string 7",
"agentLocationLatitude": "sample string 8",
"agentLocationLongitude": "sample string 9",
"agentstartAdress": "sample string 10",
"intCreatedId": 11,
"errorCode": 12,
"errorMsg": "sample string 13",
"type": "sample string 14",
"bisalive": true,
"strAction": "sample string 16",
"intCreatedBy": 1,
"dteCreatedDate": "2025-12-11T02:38:37.5966287+00:00",
"intModifyBy": 1,
"dteModifyDate": "2025-12-11T02:38:37.5966287+00:00",
"pageNo": 17,
"pageSize": 18,
"totalRecord": 19,
"rownumber": 20,
"strSearchText": "sample string 21",
"orderColumn": "sample string 22",
"orderDir": "sample string 23"
},
{
"routeId": 1,
"agentId": 2,
"intAppointmentId": 3,
"priorityNo": 4,
"routeName": "sample string 5",
"agentLocationAddress": "sample string 6",
"agentLocationPostCode": "sample string 7",
"agentLocationLatitude": "sample string 8",
"agentLocationLongitude": "sample string 9",
"agentstartAdress": "sample string 10",
"intCreatedId": 11,
"errorCode": 12,
"errorMsg": "sample string 13",
"type": "sample string 14",
"bisalive": true,
"strAction": "sample string 16",
"intCreatedBy": 1,
"dteCreatedDate": "2025-12-11T02:38:37.5966287+00:00",
"intModifyBy": 1,
"dteModifyDate": "2025-12-11T02:38:37.5966287+00:00",
"pageNo": 17,
"pageSize": 18,
"totalRecord": 19,
"rownumber": 20,
"strSearchText": "sample string 21",
"orderColumn": "sample string 22",
"orderDir": "sample string 23"
}
],
"routeId": 1,
"agentId": 2,
"intAppointmentId": 3,
"priorityNo": 4,
"routeName": "sample string 5",
"agentLocationAddress": "sample string 6",
"agentLocationPostCode": "sample string 7",
"agentLocationLatitude": "sample string 8",
"agentLocationLongitude": "sample string 9",
"agentstartAdress": "sample string 10",
"intCreatedId": 11,
"errorCode": 12,
"errorMsg": "sample string 13",
"type": "sample string 14",
"bisalive": true,
"strAction": "sample string 16",
"intCreatedBy": 1,
"dteCreatedDate": "2025-12-11T02:38:37.5966287+00:00",
"intModifyBy": 1,
"dteModifyDate": "2025-12-11T02:38:37.5966287+00:00",
"pageNo": 17,
"pageSize": 18,
"totalRecord": 19,
"rownumber": 20,
"strSearchText": "sample string 21",
"orderColumn": "sample string 22",
"orderDir": "sample string 23"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.