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": "7d798d4c-647a-4f63-8f6e-d24b0f9418bd",
"CustomerID": "fdf41bbe-0c20-4cac-bdf7-fb5c20ecca63",
"Note": "sample string 3",
"CreatedByContactID": "059fce4c-745b-482c-9a71-13317d94ccc3",
"ModifiedByContactID": "008dd24c-89e0-4ecc-aaaa-d1816066bb89",
"CreatedDate": "2025-12-05T09:28:01.8540368+00:00",
"ModifiedDate": "2025-12-05T09:28:01.8540368+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.