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": "a9bc0b2b-b584-4bd6-8944-6106685d54b4",
"CustomerID": "b85dd559-1df2-469c-9bb9-38c8d1c1f8f2",
"Note": "sample string 3",
"CreatedByContactID": "1c441080-1e87-40ac-b44b-5bbe39b9e724",
"ModifiedByContactID": "722635a2-af81-46e9-a9ae-5dec92409c2c",
"CreatedDate": "2026-02-14T11:33:08.5546767+00:00",
"ModifiedDate": "2026-02-14T11:33:08.5546767+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.