PUT Mobility/PutCustomerNote
Request Information
URI Parameters
None.
Body Parameters
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": "62f67487-b4a4-477d-a596-bccdc4de1a19",
"CustomerID": "551a342b-f90e-4c6c-bfc9-dc0b377d85bd",
"Note": "sample string 3",
"CreatedByContactID": "8fd41fe6-f796-4333-97b4-bd7bab801a5e",
"ModifiedByContactID": "1d159b8d-5e2f-4203-aa0d-f9c56de19333",
"CreatedDate": "2026-06-06T23:32:42.2634896+00:00",
"ModifiedDate": "2026-06-06T23:32:42.2634896+00:00"
}
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.