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": "c5df0aef-9b77-4786-8436-8b0df88946ea",
"CustomerID": "00070386-5471-4d76-8418-267039868bed",
"Note": "sample string 3",
"CreatedByContactID": "aa282e07-39c6-43cc-acf1-b043fc2c6625",
"ModifiedByContactID": "c2b4d92b-7965-4983-8985-6ce4cd728d23",
"CreatedDate": "2026-06-06T23:45:12.1733855+00:00",
"ModifiedDate": "2026-06-06T23:45:12.1733855+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.