POST api/Issues
Request Information
URI Parameters
None.
Body Parameters
IssueDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Message | string |
None. |
|
| Type | string |
None. |
|
| ShortUnique | string |
None. |
|
| InternalComment | string |
None. |
|
| SenderEmail | string |
None. |
|
| SenderName | string |
None. |
|
| SenderTelephone | string |
None. |
|
| SenderCustomerId | string |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| PersonId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| ChildrenCount | integer |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| Sent | boolean |
None. |
|
| AssignedTo | string |
None. |
|
| ResolvedBy | string |
None. |
|
| Person | PersonDto |
None. |
|
| PossiblePersons | Collection of EntityDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "bcdf22d5-c714-4bfb-8186-7da6439f5eac",
"message": "sample string 1",
"type": "sample string 2",
"shortUnique": "sample string 3",
"internalComment": "sample string 4",
"senderEmail": "sample string 5",
"senderName": "sample string 6",
"senderTelephone": "sample string 7",
"senderCustomerId": "sample string 8",
"clientId": "68856843-5e5e-4267-a55d-6a69183febcf",
"personId": "1ec5ae30-8b27-466f-a3bc-c64772b1f02d",
"productId": "ef4c75c6-a833-43e5-a28b-1b3abebd05d6",
"created": "2025-12-30T23:35:51.8049152+01:00",
"updated": "2025-12-30T23:35:51.8049152+01:00",
"childrenCount": 11,
"parentId": "89dad92c-fe64-4eea-b3e6-f757294fdc57",
"sent": true,
"assignedTo": "sample string 12",
"resolvedBy": "sample string 13",
"person": {
"id": "0d3aa7ab-f324-41f5-b446-3609307c84dd",
"firstname": "sample string 1",
"lastname": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"postcode": "sample string 5",
"city": "sample string 6",
"country": "sample string 7",
"telephone1": "sample string 8",
"dateOfBirth": "2025-12-30T23:35:51.8049152+01:00",
"email": "sample string 9",
"email2": "sample string 10",
"shortUnique": "sample string 11",
"personalNumber": "sample string 12",
"stop": true,
"created": "2025-12-30T23:35:51.8049152+01:00",
"updated": "2025-12-30T23:35:51.8049152+01:00",
"telephone2": "sample string 14",
"hasFailedTelephone": true,
"hasFailedEmail": true,
"gdprRemove": true,
"diseased": true,
"internalNotes": "sample string 19",
"lastNemoOrderImport": "2025-12-30T23:35:51.8049152+01:00",
"nemoOrderImportRetries": 1,
"stopEmailCampaigns": true,
"stopSmsCampaigns": true,
"lastCampaignDate": "2025-12-30T23:35:51.8049152+01:00",
"lastCartDate": "2025-12-30T23:35:51.8049152+01:00",
"lastAbandonCartReminder": "2025-12-30T23:35:51.8049152+01:00",
"lastOrderDate": "2025-12-30T23:35:51.8049152+01:00",
"lastRefillReminder": "2025-12-30T23:35:51.8049152+01:00",
"gender": "sample string 22",
"track": true,
"stopUntil": "2025-12-30T23:35:51.8049152+01:00",
"stopEmailCampaignsUntil": "2025-12-30T23:35:51.8049152+01:00",
"stopSmsCampaignsUntil": "2025-12-30T23:35:51.8049152+01:00",
"failedTelephoneDate": "2025-12-30T23:35:51.8049152+01:00",
"failedEmailDate": "2025-12-30T23:35:51.8049152+01:00",
"emailVerifiedDate": "2025-12-30T23:35:51.8049152+01:00",
"telephoneVerifiedDate": "2025-12-30T23:35:51.8049152+01:00",
"trakedBy": "sample string 24"
},
"possiblePersons": [
{
"id": "cda627aa-9dfa-4833-a0f0-2de7eadaf7d0",
"name": "sample string 2",
"type": "sample string 3"
},
{
"id": "cda627aa-9dfa-4833-a0f0-2de7eadaf7d0",
"name": "sample string 2",
"type": "sample string 3"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.