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": "7be8c8e2-fd3d-4ca4-9226-8b34e95e2748",
"CustomerID": "aa360931-02dc-47be-99d7-02d3042167bc",
"Note": "sample string 3",
"CreatedByContactID": "60c2dc7a-1dae-4c4c-868b-e85fe3b46864",
"ModifiedByContactID": "f961f6cb-5c01-4bc2-82ff-ebda28583eb5",
"CreatedDate": "2026-02-14T11:34:58.4377832+00:00",
"ModifiedDate": "2026-02-14T11:34:58.4377832+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.