POST Mobility/PostCustomerNotes
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": "3a8a7cd0-f7a8-4746-a284-27a1824dce70",
"CustomerID": "5250a477-9469-42fa-8aa1-5e6805f3df49",
"Note": "sample string 3",
"CreatedByContactID": "8586ffa5-f9ad-4de3-9d5d-e0d792a734bc",
"ModifiedByContactID": "7eabeb0a-72c1-422b-bc23-8edd5a86f232",
"CreatedDate": "2026-03-11T11:55:41.4496227+00:00",
"ModifiedDate": "2026-03-11T11:55:41.4496227+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.