POST api/Visit/submitnonverifiedactivity
Request Information
URI Parameters
None.
Body Parameters
SubmitNonVerfiedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NonVerifiedDescription | string |
None. |
|
| ClientId | string |
None. |
|
| VisitId | integer |
None. |
|
| ChangedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NonVerifiedDescription": "sample string 1",
"ClientId": "sample string 2",
"VisitId": 3,
"ChangedBy": "sample string 4"
}
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. |