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": "dce5885d-597c-4a04-a94b-0cbc620875db",
"CustomerID": "fd8a1fca-4702-4e0f-9338-1c9ba9c72017",
"Note": "sample string 3",
"CreatedByContactID": "03990c7a-e9d6-4f1f-bcc9-de61017878ad",
"ModifiedByContactID": "e32995d3-483d-4fca-8843-dc5df3cc0e8c",
"CreatedDate": "2025-12-05T09:28:02.0415543+00:00",
"ModifiedDate": "2025-12-05T09:28:02.0415543+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.