POST api/Journey/GetJourneyPlan
Request Information
URI Parameters
None.
Body Parameters
GetUserParam| Name | Description | Type | Additional information |
|---|---|---|---|
| SalesmanId | string |
None. |
|
| TenantId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SalesmanId": "sample string 1",
"TenantId": "sample string 2"
}
application/xml, text/xml
Sample:
<GetUserParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JashanMallAPI.DataContracts"> <SalesmanId>sample string 1</SalesmanId> <TenantId>sample string 2</TenantId> </GetUserParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetJourneyPlan| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | JourneyDataContract |
None. |
|
| StatusCode | string |
None. |
|
| Message | string |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"JourneyPlanList": [
{
"JourneyPlanAssignmentID": "sample string 1",
"JourneyPlanID": "sample string 2",
"JourneyPlanName": "sample string 3",
"RegionID": "sample string 4",
"JourneyPlanCustomerID": "sample string 5",
"CustomerName": "sample string 6",
"CustomerAccountID": "sample string 7",
"CUSTOMER_ACCOUNT_NUMBER": "sample string 8",
"CustomerAccountName": "sample string 9",
"PACI_NUMBER": "sample string 10",
"CUSTOMER_SITE_ID": 11,
"CUSTOMER_NAME_AR": "sample string 12",
"RENT_DATA": "sample string 13",
"RENT_AMOUNT": "sample string 14",
"RENT_COMMENT": "sample string 15",
"CurrencyCode": "sample string 16",
"CustomerType": "sample string 17",
"Mobile": "sample string 18",
"Email": "sample string 19",
"AreaID": "sample string 20",
"WeekDayID": "sample string 21",
"WeekDayName": "sample string 22",
"Address": "sample string 23",
"GPS_GEOLOCATION": "sample string 24",
"ReasonDescription": "sample string 25",
"Sort": 26
},
{
"JourneyPlanAssignmentID": "sample string 1",
"JourneyPlanID": "sample string 2",
"JourneyPlanName": "sample string 3",
"RegionID": "sample string 4",
"JourneyPlanCustomerID": "sample string 5",
"CustomerName": "sample string 6",
"CustomerAccountID": "sample string 7",
"CUSTOMER_ACCOUNT_NUMBER": "sample string 8",
"CustomerAccountName": "sample string 9",
"PACI_NUMBER": "sample string 10",
"CUSTOMER_SITE_ID": 11,
"CUSTOMER_NAME_AR": "sample string 12",
"RENT_DATA": "sample string 13",
"RENT_AMOUNT": "sample string 14",
"RENT_COMMENT": "sample string 15",
"CurrencyCode": "sample string 16",
"CustomerType": "sample string 17",
"Mobile": "sample string 18",
"Email": "sample string 19",
"AreaID": "sample string 20",
"WeekDayID": "sample string 21",
"WeekDayName": "sample string 22",
"Address": "sample string 23",
"GPS_GEOLOCATION": "sample string 24",
"ReasonDescription": "sample string 25",
"Sort": 26
}
]
},
"StatusCode": "sample string 1",
"Message": "sample string 2",
"Status": "sample string 3"
}
application/xml, text/xml
Sample:
<GetJourneyPlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JashanMallAPI.DataContracts">
<Data>
<JourneyPlanList>
<JourneyPlan>
<Address>sample string 23</Address>
<AreaID>sample string 20</AreaID>
<CUSTOMER_ACCOUNT_NUMBER>sample string 8</CUSTOMER_ACCOUNT_NUMBER>
<CUSTOMER_NAME_AR>sample string 12</CUSTOMER_NAME_AR>
<CUSTOMER_SITE_ID>11</CUSTOMER_SITE_ID>
<CurrencyCode>sample string 16</CurrencyCode>
<CustomerAccountID>sample string 7</CustomerAccountID>
<CustomerAccountName>sample string 9</CustomerAccountName>
<CustomerName>sample string 6</CustomerName>
<CustomerType>sample string 17</CustomerType>
<Email>sample string 19</Email>
<GPS_GEOLOCATION>sample string 24</GPS_GEOLOCATION>
<JourneyPlanAssignmentID>sample string 1</JourneyPlanAssignmentID>
<JourneyPlanCustomerID>sample string 5</JourneyPlanCustomerID>
<JourneyPlanID>sample string 2</JourneyPlanID>
<JourneyPlanName>sample string 3</JourneyPlanName>
<Mobile>sample string 18</Mobile>
<PACI_NUMBER>sample string 10</PACI_NUMBER>
<RENT_AMOUNT>sample string 14</RENT_AMOUNT>
<RENT_COMMENT>sample string 15</RENT_COMMENT>
<RENT_DATA>sample string 13</RENT_DATA>
<ReasonDescription>sample string 25</ReasonDescription>
<RegionID>sample string 4</RegionID>
<Sort>26</Sort>
<WeekDayID>sample string 21</WeekDayID>
<WeekDayName>sample string 22</WeekDayName>
</JourneyPlan>
<JourneyPlan>
<Address>sample string 23</Address>
<AreaID>sample string 20</AreaID>
<CUSTOMER_ACCOUNT_NUMBER>sample string 8</CUSTOMER_ACCOUNT_NUMBER>
<CUSTOMER_NAME_AR>sample string 12</CUSTOMER_NAME_AR>
<CUSTOMER_SITE_ID>11</CUSTOMER_SITE_ID>
<CurrencyCode>sample string 16</CurrencyCode>
<CustomerAccountID>sample string 7</CustomerAccountID>
<CustomerAccountName>sample string 9</CustomerAccountName>
<CustomerName>sample string 6</CustomerName>
<CustomerType>sample string 17</CustomerType>
<Email>sample string 19</Email>
<GPS_GEOLOCATION>sample string 24</GPS_GEOLOCATION>
<JourneyPlanAssignmentID>sample string 1</JourneyPlanAssignmentID>
<JourneyPlanCustomerID>sample string 5</JourneyPlanCustomerID>
<JourneyPlanID>sample string 2</JourneyPlanID>
<JourneyPlanName>sample string 3</JourneyPlanName>
<Mobile>sample string 18</Mobile>
<PACI_NUMBER>sample string 10</PACI_NUMBER>
<RENT_AMOUNT>sample string 14</RENT_AMOUNT>
<RENT_COMMENT>sample string 15</RENT_COMMENT>
<RENT_DATA>sample string 13</RENT_DATA>
<ReasonDescription>sample string 25</ReasonDescription>
<RegionID>sample string 4</RegionID>
<Sort>26</Sort>
<WeekDayID>sample string 21</WeekDayID>
<WeekDayName>sample string 22</WeekDayName>
</JourneyPlan>
</JourneyPlanList>
</Data>
<Message>sample string 2</Message>
<Status>sample string 3</Status>
<StatusCode>sample string 1</StatusCode>
</GetJourneyPlan>