POST api/cases/create
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "79a93218-1f17-43fb-94e0-7b26cc3faafc",
"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"
}
application/xml, text/xml
Sample:
<CreateCaseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketSystemApi.Models"> <CompanyCRNumber>sample string 15</CompanyCRNumber> <CompanyName>sample string 5</CompanyName> <CustomerId>79a93218-1f17-43fb-94e0-7b26cc3faafc</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> <TicketTypeName>sample string 18</TicketTypeName> <Title>sample string 1</Title> </CreateCaseRequest>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.