POST api/Customer/CustomerSiteVisit
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| aCustomer | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": 1,
"City": "sample string 2",
"State": "sample string 3",
"Country": "sample string 4",
"ProjectId": 5,
"DeveloperOrSaler": 6,
"ProjectName": "sample string 7",
"VisitDate": "sample string 8",
"VisitTime": "sample string 9",
"TimeAMPM": "sample string 10",
"NoofMembers": "sample string 11",
"VechileType": "sample string 12",
"PickUpLocation": "sample string 13"
}
text/html
Sample:
{"UserId":1,"City":"sample string 2","State":"sample string 3","Country":"sample string 4","ProjectId":5,"DeveloperOrSaler":6,"ProjectName":"sample string 7","VisitDate":"sample string 8","VisitTime":"sample string 9","TimeAMPM":"sample string 10","NoofMembers":"sample string 11","VechileType":"sample string 12","PickUpLocation":"sample string 13"}
application/xml, text/xml
Sample:
<CustomerSiteVisitBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <City>sample string 2</City> <Country>sample string 4</Country> <DeveloperOrSaler>6</DeveloperOrSaler> <NoofMembers>sample string 11</NoofMembers> <PickUpLocation>sample string 13</PickUpLocation> <ProjectId>5</ProjectId> <ProjectName>sample string 7</ProjectName> <State>sample string 3</State> <TimeAMPM>sample string 10</TimeAMPM> <UserId>1</UserId> <VechileType>sample string 12</VechileType> <VisitDate>sample string 8</VisitDate> <VisitTime>sample string 9</VisitTime> </CustomerSiteVisitBO>
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>