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": "b4366bc9-ad90-41ee-8285-bd33f8fa1b39",
"CustomerID": "6ae03ae8-5658-4216-b631-6a26b0b5a6e3",
"Note": "sample string 3",
"CreatedByContactID": "4a71ed32-13b8-49ab-9c3a-2ebd6954562d",
"ModifiedByContactID": "7e1902af-c09b-4e35-9f9c-df18a1902abc",
"CreatedDate": "2026-06-06T23:32:03.7331718+00:00",
"ModifiedDate": "2026-06-06T23:32:03.7331718+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.