PUT Mobility/PutCustomerNotes
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "c4f6a0db-76e3-469a-b937-ea9d5ef630c1",
"CustomerID": "f2a74de7-631c-40e7-9265-a9bddbe0603e",
"Note": "sample string 3",
"CreatedByContactID": "4733e093-32ae-47b2-90d2-a6ec61f48dfd",
"ModifiedByContactID": "bfd41088-2c27-40fa-a6c6-2bba3b6720a3",
"CreatedDate": "2026-04-20T09:52:15.7451219+00:00",
"ModifiedDate": "2026-04-20T09:52:15.7451219+00:00"
},
{
"$ref": "1"
}
]
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.