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": "be2bdab4-f517-4a39-a587-fd74f5759b14",
"CustomerID": "be7c8e65-75d7-4cbc-87db-868b0feb1e76",
"Note": "sample string 3",
"CreatedByContactID": "24bb939a-f0af-46d3-8760-b5145618df4f",
"ModifiedByContactID": "c4e66e71-0c1d-44bc-9cc0-d1d96bedf8b9",
"CreatedDate": "2026-02-14T11:33:10.6931788+00:00",
"ModifiedDate": "2026-02-14T11:33:10.6931788+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.