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": "2a07dc26-b2e0-4600-a156-8bfd2183f578",
"CustomerID": "68505392-c78a-4a02-b83d-d763ef5f34be",
"Note": "sample string 3",
"CreatedByContactID": "d925e951-3489-4ae5-be84-4a2e6611d93b",
"ModifiedByContactID": "0636e9d1-8005-420e-92ae-35f803a10616",
"CreatedDate": "2026-03-11T11:55:26.7539027+00:00",
"ModifiedDate": "2026-03-11T11:55:26.7539027+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.