POST api/v1/VisitDetails
Request Information
URI Parameters
None.
Body Parameters
VisitDetailsWithItems| Name | Description | Type | Additional information |
|---|---|---|---|
| visitDetail | VisitDetail |
None. |
|
| Items | Collection of integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VisitDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| VisitId | integer |
None. |
|
| Status | string |
None. |
|
| Duration | integer |
None. |
|
| Feedback | string |
None. |
|
| Note | string |
None. |
|
| Lat | string |
None. |
|
| Long | string |
None. |
|
| VisitLevel | string |
None. |
|
| UserId | string |
None. |
|
| Date | date |
None. |
|
| AspNetUser | AspNetUser |
None. |
|
| Visit | Visit |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: