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": "d4d2e26a-239c-4748-955d-7b71703d6a72",
"CustomerID": "8bff829d-8880-4275-a77d-08dca4d2d06c",
"Note": "sample string 3",
"CreatedByContactID": "29be88c5-68aa-48da-a5f8-6e12adc159d9",
"ModifiedByContactID": "0ca897f9-96e4-43c7-b9b2-84181cd65815",
"CreatedDate": "2025-12-14T21:48:22.7666927+00:00",
"ModifiedDate": "2025-12-14T21:48:22.7666927+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.