POST api/cases/create

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Title": "sample string 1",
  "CustomerId": "8f5261e5-fa22-471a-82f5-13f8e16f619e",
  "CustomerType": "sample string 2",
  "FirstName": "sample string 3",
  "LastName": "sample string 4",
  "CompanyName": "sample string 5",
  "NewClass": 1,
  "NewClassLabel": "sample string 6",
  "PriorityCode": 1,
  "PriorityLabel": "sample string 7",
  "NewBeneficiaryType": 1,
  "NewBeneficiaryTypeLabel": "sample string 8",
  "NewTicketSubmissionChannel": 1,
  "NewTicketSubmissionChannelLabel": "sample string 9",
  "Description": "sample string 10",
  "Name": "sample string 11",
  "Email": "sample string 12",
  "Phone": "sample string 13",
  "NationalIdNumber": "sample string 14",
  "CompanyCRNumber": "sample string 15",
  "IncidentTitle": "sample string 16",
  "IncidentDescription": "sample string 17",
  "TicketTypeName": "sample string 18",
  "Attachments": [
    {
      "FileName": "sample string 1",
      "MimeType": "sample string 2",
      "FileContentBase64": "sample string 3"
    },
    {
      "FileName": "sample string 1",
      "MimeType": "sample string 2",
      "FileContentBase64": "sample string 3"
    },
    {
      "FileName": "sample string 1",
      "MimeType": "sample string 2",
      "FileContentBase64": "sample string 3"
    }
  ],
  "SkippedAttachments": [
    {},
    {},
    {}
  ]
}

application/xml, text/xml

Sample:
<CreateCaseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketSystemApi.Models">
  <Attachments>
    <FileAttachment>
      <FileContentBase64>sample string 3</FileContentBase64>
      <FileName>sample string 1</FileName>
      <MimeType>sample string 2</MimeType>
    </FileAttachment>
    <FileAttachment>
      <FileContentBase64>sample string 3</FileContentBase64>
      <FileName>sample string 1</FileName>
      <MimeType>sample string 2</MimeType>
    </FileAttachment>
    <FileAttachment>
      <FileContentBase64>sample string 3</FileContentBase64>
      <FileName>sample string 1</FileName>
      <MimeType>sample string 2</MimeType>
    </FileAttachment>
  </Attachments>
  <CompanyCRNumber>sample string 15</CompanyCRNumber>
  <CompanyName>sample string 5</CompanyName>
  <CustomerId>8f5261e5-fa22-471a-82f5-13f8e16f619e</CustomerId>
  <CustomerType>sample string 2</CustomerType>
  <Description>sample string 10</Description>
  <Email>sample string 12</Email>
  <FirstName>sample string 3</FirstName>
  <IncidentDescription>sample string 17</IncidentDescription>
  <IncidentTitle>sample string 16</IncidentTitle>
  <LastName>sample string 4</LastName>
  <Name>sample string 11</Name>
  <NationalIdNumber>sample string 14</NationalIdNumber>
  <NewBeneficiaryType>1</NewBeneficiaryType>
  <NewBeneficiaryTypeLabel>sample string 8</NewBeneficiaryTypeLabel>
  <NewClass>1</NewClass>
  <NewClassLabel>sample string 6</NewClassLabel>
  <NewTicketSubmissionChannel>1</NewTicketSubmissionChannel>
  <NewTicketSubmissionChannelLabel>sample string 9</NewTicketSubmissionChannelLabel>
  <Phone>sample string 13</Phone>
  <PriorityCode>1</PriorityCode>
  <PriorityLabel>sample string 7</PriorityLabel>
  <SkippedAttachments xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
    <d2p1:anyType />
  </SkippedAttachments>
  <TicketTypeName>sample string 18</TicketTypeName>
  <Title>sample string 1</Title>
</CreateCaseRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.