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": "8ba53993-b4a2-453b-b9af-e17c83451f3c",
"CustomerID": "7047d63a-e804-41af-a5e1-6686a7fec47a",
"Note": "sample string 3",
"CreatedByContactID": "fc8568e1-52ea-4901-8f6a-a67e4c1300d6",
"ModifiedByContactID": "c678bc27-cb9c-450d-ba5b-8932ea227cd7",
"CreatedDate": "2025-12-05T09:28:02.2915209+00:00",
"ModifiedDate": "2025-12-05T09:28:02.2915209+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.