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": "24195b08-fb60-4e96-9ecf-5b7cbae43dd4",
"CustomerID": "61058997-c55b-4db2-afe7-4d338ece27b9",
"Note": "sample string 3",
"CreatedByContactID": "a44c24e5-c06f-4ed8-9f9d-812e7d32acb2",
"ModifiedByContactID": "45297ccd-4824-426c-bf01-4a0150c992f3",
"CreatedDate": "2026-02-14T11:32:54.813134+00:00",
"ModifiedDate": "2026-02-14T11:32:54.813134+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.