POST Cases/AddCase
Request Information
URI Parameters
None.
Body Parameters
Case| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ComplaintRef | string |
None. |
|
| ContactId | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| SubjectId | globally unique identifier |
None. |
|
| CaseTitle | string |
None. |
|
| IncidentDateTime | date |
None. |
|
| ServiceNumber | string |
None. |
|
| Location | string |
None. |
|
| DirectionOfTravel | string |
None. |
|
| BusStation | integer |
None. |
|
| StopNumber | string |
None. |
|
| StopLocation | string |
None. |
|
| LeafletNumber | string |
None. |
|
| SchoolId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "7633c80d-9355-4ecc-8161-8a96f7073d59",
"ComplaintRef": "sample string 1",
"ContactId": "4a0ef97a-1373-46df-8213-bd31e23ffd44",
"Description": "sample string 2",
"SubjectId": "2ebb0e65-2632-4026-88d8-9a6fb44ec01f",
"CaseTitle": "sample string 3",
"IncidentDateTime": "2026-08-25T02:04:27.9755885+00:00",
"ServiceNumber": "sample string 4",
"Location": "sample string 5",
"DirectionOfTravel": "sample string 6",
"BusStation": 1,
"StopNumber": "sample string 7",
"StopLocation": "sample string 8",
"LeafletNumber": "sample string 9",
"SchoolId": "916379f2-a921-4505-aa00-2f5dc11e856e"
}
application/xml, text/xml
Sample:
<Case xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComplaintPortalReWork.Models"> <BusStation>1</BusStation> <CaseTitle>sample string 3</CaseTitle> <ComplaintRef>sample string 1</ComplaintRef> <ContactId>4a0ef97a-1373-46df-8213-bd31e23ffd44</ContactId> <Description>sample string 2</Description> <DirectionOfTravel>sample string 6</DirectionOfTravel> <Id>7633c80d-9355-4ecc-8161-8a96f7073d59</Id> <IncidentDateTime>2026-08-25T02:04:27.9755885+00:00</IncidentDateTime> <LeafletNumber>sample string 9</LeafletNumber> <Location>sample string 5</Location> <SchoolId>916379f2-a921-4505-aa00-2f5dc11e856e</SchoolId> <ServiceNumber>sample string 4</ServiceNumber> <StopLocation>sample string 8</StopLocation> <StopNumber>sample string 7</StopNumber> <SubjectId>2ebb0e65-2632-4026-88d8-9a6fb44ec01f</SubjectId> </Case>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.