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": "bf361deb-0307-4106-a14a-0e15dd8b9e0e",
"CustomerID": "46b304b4-e488-4389-9692-85b5275e8a48",
"Note": "sample string 3",
"CreatedByContactID": "67273d36-b7e5-440f-96d2-d065e4aa4369",
"ModifiedByContactID": "fce15cc5-a468-490f-8496-3d9ffc726cb4",
"CreatedDate": "2025-12-14T21:47:11.3161341+00:00",
"ModifiedDate": "2025-12-14T21:47:11.3161341+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.