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": "9a47c693-da1f-4ed7-9d8b-5de540ad2175",
"CustomerID": "5a26b5e0-0371-48f4-bf6b-96cca59c26e0",
"Note": "sample string 3",
"CreatedByContactID": "dd019d81-2290-4885-87c0-5ba723cbe7fb",
"ModifiedByContactID": "2cf32683-deb4-4ff8-855d-6b15ea5f287e",
"CreatedDate": "2026-06-06T23:33:50.5274913+00:00",
"ModifiedDate": "2026-06-06T23:33:50.5274913+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.