Master Place
Destinantion Master
URL
sales/master_place
Method
POST
Request Media type
application/json
Response Media type
application/json
Request Parameters
Parameter | Data Type | Min | Max | M/O | Sample Value | Comments |
---|---|---|---|---|---|---|
key | String | 32 | 32 | M | 5zimHFTFh9W3J6uNAeGApNnrwz9nSbUA | Key obtained from authentiaction. |
Response Values
Name | Data Type | Min Length | Max Length | M/O | Sample Value | Comments |
---|---|---|---|---|---|---|
place_details | Array | M | ||||
placeid | Integer | M | 1 | Place Id | ||
routeid | Integer | M | 1 | Route Id | ||
place | String | M | ALAMCHEARY ACL RT | Place name |
Sample Request
{
"key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq"
}
Sample Success Response
{
"place_details": [
{
"placeid": "1",
"routeid": "1",
"place": "ALAMCHEARY ACL RT"
}
],
"e": 200,
"msg": "Success"
}
Sample Failure Responses
{
"e": 404,
"msg": "File upload error."
}