POST api/Partner/GetPartnerCallLogCustomer
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| aCall | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PartnerId": 1,
"LeadId": 2,
"CreatedDate": "sample string 3",
"CreatedTime": "sample string 4",
"CallId": 5,
"CustomerStage": "sample string 6",
"NoOfSiteVisitDone": "sample string 7",
"PropertyBuyTime": "sample string 8",
"PropertyBuyReason": "sample string 9",
"StageProjectId": 10,
"StageProjectName": "sample string 11",
"SiteVisitProjectId": 12,
"SiteVisitProjectName": "sample string 13",
"SuggestedProjectId": 14,
"SuggestedProjectName": "sample string 15",
"Location": "sample string 16",
"Suggestion": "sample string 17",
"OtherComment": "sample string 18"
}
text/html
Sample:
{"PartnerId":1,"LeadId":2,"CreatedDate":"sample string 3","CreatedTime":"sample string 4","CallId":5,"CustomerStage":"sample string 6","NoOfSiteVisitDone":"sample string 7","PropertyBuyTime":"sample string 8","PropertyBuyReason":"sample string 9","StageProjectId":10,"StageProjectName":"sample string 11","SiteVisitProjectId":12,"SiteVisitProjectName":"sample string 13","SuggestedProjectId":14,"SuggestedProjectName":"sample string 15","Location":"sample string 16","Suggestion":"sample string 17","OtherComment":"sample string 18"}
application/xml, text/xml
Sample:
<PartnerCallCustomerDetailsBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <CallId>5</CallId> <CreatedDate>sample string 3</CreatedDate> <CreatedTime>sample string 4</CreatedTime> <CustomerStage>sample string 6</CustomerStage> <LeadId>2</LeadId> <Location>sample string 16</Location> <NoOfSiteVisitDone>sample string 7</NoOfSiteVisitDone> <OtherComment>sample string 18</OtherComment> <PartnerId>1</PartnerId> <PropertyBuyReason>sample string 9</PropertyBuyReason> <PropertyBuyTime>sample string 8</PropertyBuyTime> <SiteVisitProjectId>12</SiteVisitProjectId> <SiteVisitProjectName>sample string 13</SiteVisitProjectName> <StageProjectId>10</StageProjectId> <StageProjectName>sample string 11</StageProjectName> <SuggestedProjectId>14</SuggestedProjectId> <SuggestedProjectName>sample string 15</SuggestedProjectName> <Suggestion>sample string 17</Suggestion> </PartnerCallCustomerDetailsBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"ResponseMessage": "sample string 2",
"ResponseValue": {}
}
text/html
Sample:
{"ResponseCode":1,"ResponseMessage":"sample string 2","ResponseValue":{}}
application/xml, text/xml
Sample:
<DataSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <ResponseCode>1</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> <ResponseValue /> </DataSubmit>