POST api/issues/reply/to/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

IssueDto
NameDescriptionTypeAdditional 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": "7f2bcca5-6c13-4e55-a643-a133b584d515",
  "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": "136d07b2-564e-4f00-92bd-50c4dd877821",
  "personId": "ecd9d6c1-4ed2-4bfc-9032-4b538c2b4f1b",
  "productId": "e30b2b9a-071d-458b-aaef-8b15168d3f30",
  "created": "2025-12-30T23:40:53.4837655+01:00",
  "updated": "2025-12-30T23:40:53.4837655+01:00",
  "childrenCount": 11,
  "parentId": "e5cfa8b8-85f0-470d-973a-cf7b83c49aca",
  "sent": true,
  "assignedTo": "sample string 12",
  "resolvedBy": "sample string 13",
  "person": {
    "id": "90e9ae15-b512-4d58-b5e5-7e19b09e154d",
    "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:40:53.4837655+01:00",
    "email": "sample string 9",
    "email2": "sample string 10",
    "shortUnique": "sample string 11",
    "personalNumber": "sample string 12",
    "stop": true,
    "created": "2025-12-30T23:40:53.4837655+01:00",
    "updated": "2025-12-30T23:40:53.4837655+01:00",
    "telephone2": "sample string 14",
    "hasFailedTelephone": true,
    "hasFailedEmail": true,
    "gdprRemove": true,
    "diseased": true,
    "internalNotes": "sample string 19",
    "lastNemoOrderImport": "2025-12-30T23:40:53.4837655+01:00",
    "nemoOrderImportRetries": 1,
    "stopEmailCampaigns": true,
    "stopSmsCampaigns": true,
    "lastCampaignDate": "2025-12-30T23:40:53.4837655+01:00",
    "lastCartDate": "2025-12-30T23:40:53.4837655+01:00",
    "lastAbandonCartReminder": "2025-12-30T23:40:53.4837655+01:00",
    "lastOrderDate": "2025-12-30T23:40:53.4837655+01:00",
    "lastRefillReminder": "2025-12-30T23:40:53.4837655+01:00",
    "gender": "sample string 22",
    "track": true,
    "stopUntil": "2025-12-30T23:40:53.4837655+01:00",
    "stopEmailCampaignsUntil": "2025-12-30T23:40:53.4837655+01:00",
    "stopSmsCampaignsUntil": "2025-12-30T23:40:53.4837655+01:00",
    "failedTelephoneDate": "2025-12-30T23:40:53.4837655+01:00",
    "failedEmailDate": "2025-12-30T23:40:53.4837655+01:00",
    "emailVerifiedDate": "2025-12-30T23:40:53.4837655+01:00",
    "telephoneVerifiedDate": "2025-12-30T23:40:53.4837655+01:00",
    "trakedBy": "sample string 24"
  },
  "possiblePersons": [
    {
      "id": "af3c1e0e-9ed6-4285-9fe0-412cf38e4644",
      "name": "sample string 2",
      "type": "sample string 3"
    },
    {
      "id": "af3c1e0e-9ed6-4285-9fe0-412cf38e4644",
      "name": "sample string 2",
      "type": "sample string 3"
    }
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.