PUT api/salesmen/customers/visits/{customervisitid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customervisitid | integer |
Required |
Body Parameters
tCustomer_Visits| Name | Description | Type | Additional information |
|---|---|---|---|
| CustVisit_ID | integer |
None. |
|
| DealerAccountNumber | string |
None. |
|
| VisitComments | string |
None. |
|
| DateCreated | date |
None. |
|
| TimeCreated | time interval |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustVisit_ID": 1,
"DealerAccountNumber": "sample string 2",
"VisitComments": "sample string 3",
"DateCreated": "2026-02-03T19:52:12.7721822-06:00",
"TimeCreated": "00:00:00.1234567"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.