DELETE Mobility/DeleteCustomerNotes
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": "2ac0c7f4-d7d5-4294-8a08-cc9f0d114b1a",
"CustomerID": "0ed442d7-fb92-4650-a2be-43682086e43e",
"Note": "sample string 3",
"CreatedByContactID": "4f5f8816-5e3d-4cdf-a6ed-52e846455b9e",
"ModifiedByContactID": "ef467a17-80b1-4916-808d-753a56ea258c",
"CreatedDate": "2026-06-29T02:59:21.1443853+00:00",
"ModifiedDate": "2026-06-29T02:59:21.1443853+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.