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": "3bb2d878-70c5-42bc-b39b-26a313c03e08",
"CustomerID": "6adfa669-ba79-4750-bf94-256afba2877e",
"Note": "sample string 3",
"CreatedByContactID": "b89a8ae5-3199-4ff8-87c0-4a7432b5615e",
"ModifiedByContactID": "937cac8e-4e78-4b17-b4b1-79eabdb038b0",
"CreatedDate": "2026-04-20T09:57:53.6092752+00:00",
"ModifiedDate": "2026-04-20T09:57:53.6092752+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.