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": "0d6f1819-9fc2-4964-a9ce-e4e66a23e3a1",
"CustomerID": "c88fa62a-f498-419a-aa19-5a3a81304c69",
"Note": "sample string 3",
"CreatedByContactID": "c71d9a8e-03fa-4098-a4b9-ba25bc000cb1",
"ModifiedByContactID": "5ff5d146-b433-4630-a1ee-797d2c732551",
"CreatedDate": "2025-12-05T09:28:02.0570759+00:00",
"ModifiedDate": "2025-12-05T09:28:02.0570759+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.