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": "f7043b50-562c-4f7a-8d2e-d43c7fc237e4",
"CustomerID": "b7b42032-f3e3-4a96-a155-ac98fcdcc779",
"Note": "sample string 3",
"CreatedByContactID": "998f275e-d337-4e0a-aa1d-7948840aa65c",
"ModifiedByContactID": "f05b261b-d09a-4441-8f54-fcc8f07d7c2b",
"CreatedDate": "2025-12-14T21:48:35.8988723+00:00",
"ModifiedDate": "2025-12-14T21:48:35.8988723+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.