POST api/Competitor/VisitingDetailsEntry
Request Information
URI Parameters
None.
Body Parameters
VisitingDetailsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Visitingdetails | VisitingDetails |
None. |
|
| brndid | Collection of BrandModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"visitingdetails": {
"delrID": 1,
"salePotential": "sample string 2",
"paymtCollected": 3.0,
"vijayStockAvailable": "sample string 4",
"otherStockAvailable": "sample string 5",
"isOwnerAvail": true,
"remarkss": "sample string 7"
},
"brndid": [
{
"brnID": 1
},
{
"brnID": 1
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |