POST api/RoadGoogle
Documentation for 'PostSubmitRoadGoogleMap'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
InspectionString | Documentation for 'InspectionString'. |
Define this parameter in the request body. |
Request body formats
text/xml
Sample:
Sample not available.
text/plain
Sample:
Sample not available.
text/javascript
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/json
Sample:
"sample string 1"
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Result": true, "GoogleMapDetailList": [ { "InventoryId": 1, "InventoryType": "sample string 1", "Location": "sample string 2", "Location_Latitude": "sample string 3", "Location_Longitude": "sample string 4", "StartingPoint": "sample string 5", "StartingPoint_Latitude": "sample string 6", "StartingPoint_Longitude": "sample string 7", "EndPoint": "sample string 8", "EndPoint_Latitude": "sample string 9", "EndPoint_Longitude": "sample string 10", "Coordinates": "sample string 11", "OfficeId": 12, "UserId": 13, "IMEINo": "sample string 14", "AppLoginId": "sample string 15", "AppPassword": "sample string 16", "WSName": "sample string 17" }, { "InventoryId": 1, "InventoryType": "sample string 1", "Location": "sample string 2", "Location_Latitude": "sample string 3", "Location_Longitude": "sample string 4", "StartingPoint": "sample string 5", "StartingPoint_Latitude": "sample string 6", "StartingPoint_Longitude": "sample string 7", "EndPoint": "sample string 8", "EndPoint_Latitude": "sample string 9", "EndPoint_Longitude": "sample string 10", "Coordinates": "sample string 11", "OfficeId": 12, "UserId": 13, "IMEINo": "sample string 14", "AppLoginId": "sample string 15", "AppPassword": "sample string 16", "WSName": "sample string 17" }, { "InventoryId": 1, "InventoryType": "sample string 1", "Location": "sample string 2", "Location_Latitude": "sample string 3", "Location_Longitude": "sample string 4", "StartingPoint": "sample string 5", "StartingPoint_Latitude": "sample string 6", "StartingPoint_Longitude": "sample string 7", "EndPoint": "sample string 8", "EndPoint_Latitude": "sample string 9", "EndPoint_Longitude": "sample string 10", "Coordinates": "sample string 11", "OfficeId": 12, "UserId": 13, "IMEINo": "sample string 14", "AppLoginId": "sample string 15", "AppPassword": "sample string 16", "WSName": "sample string 17" } ] }
text/xml
Sample:
<InventoryGoogleMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Calibre.DataAccess.ViewModel"><GoogleMapDetailList><GoogleMapDetail><AppLoginId>sample string 15</AppLoginId><AppPassword>sample string 16</AppPassword><Coordinates>sample string 11</Coordinates><EndPoint>sample string 8</EndPoint><EndPoint_Latitude>sample string 9</EndPoint_Latitude><EndPoint_Longitude>sample string 10</EndPoint_Longitude><IMEINo>sample string 14</IMEINo><InventoryId>1</InventoryId><InventoryType>sample string 1</InventoryType><Location>sample string 2</Location><Location_Latitude>sample string 3</Location_Latitude><Location_Longitude>sample string 4</Location_Longitude><OfficeId>12</OfficeId><StartingPoint>sample string 5</StartingPoint><StartingPoint_Latitude>sample string 6</StartingPoint_Latitude><StartingPoint_Longitude>sample string 7</StartingPoint_Longitude><UserId>13</UserId><WSName>sample string 17</WSName></GoogleMapDetail><GoogleMapDetail><AppLoginId>sample string 15</AppLoginId><AppPassword>sample string 16</AppPassword><Coordinates>sample string 11</Coordinates><EndPoint>sample string 8</EndPoint><EndPoint_Latitude>sample string 9</EndPoint_Latitude><EndPoint_Longitude>sample string 10</EndPoint_Longitude><IMEINo>sample string 14</IMEINo><InventoryId>1</InventoryId><InventoryType>sample string 1</InventoryType><Location>sample string 2</Location><Location_Latitude>sample string 3</Location_Latitude><Location_Longitude>sample string 4</Location_Longitude><OfficeId>12</OfficeId><StartingPoint>sample string 5</StartingPoint><StartingPoint_Latitude>sample string 6</StartingPoint_Latitude><StartingPoint_Longitude>sample string 7</StartingPoint_Longitude><UserId>13</UserId><WSName>sample string 17</WSName></GoogleMapDetail><GoogleMapDetail><AppLoginId>sample string 15</AppLoginId><AppPassword>sample string 16</AppPassword><Coordinates>sample string 11</Coordinates><EndPoint>sample string 8</EndPoint><EndPoint_Latitude>sample string 9</EndPoint_Latitude><EndPoint_Longitude>sample string 10</EndPoint_Longitude><IMEINo>sample string 14</IMEINo><InventoryId>1</InventoryId><InventoryType>sample string 1</InventoryType><Location>sample string 2</Location><Location_Latitude>sample string 3</Location_Latitude><Location_Longitude>sample string 4</Location_Longitude><OfficeId>12</OfficeId><StartingPoint>sample string 5</StartingPoint><StartingPoint_Latitude>sample string 6</StartingPoint_Latitude><StartingPoint_Longitude>sample string 7</StartingPoint_Longitude><UserId>13</UserId><WSName>sample string 17</WSName></GoogleMapDetail></GoogleMapDetailList><Message>sample string 1</Message><Result>true</Result></InventoryGoogleMap>