PUT Mobility/PutCustomerNote
Request Information
URI Parameters
None.
Body Parameters
CustomerNote| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
Required |
|
| Note | string |
Required |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "a7be368b-9e10-45ad-a603-d23580a259b7",
"CustomerID": "088c6afd-37f3-4979-b8cc-1c9bdf4b3df9",
"Note": "sample string 3",
"CreatedByContactID": "8c03aee2-d394-472e-8567-6ae7da63b9e3",
"ModifiedByContactID": "ae661de6-f568-4507-bf57-e68249f352ca",
"CreatedDate": "2026-06-29T02:59:11.5796753+00:00",
"ModifiedDate": "2026-06-29T02:59:11.5796753+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.