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": "f607fdd3-2f51-4297-ad4d-1f581a7fcd65",
"CustomerID": "1d9fce12-040f-49eb-96c8-40b1c69424ba",
"Note": "sample string 3",
"CreatedByContactID": "26657d97-4c07-49be-9868-5a358247d5e1",
"ModifiedByContactID": "2aac4718-c00b-4bc3-8c90-c1cb20e781ee",
"CreatedDate": "2025-12-14T21:48:58.5944319+00:00",
"ModifiedDate": "2025-12-14T21:48:58.5944319+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.