Create record
| Scope: | create_record |
| App Type: | Citizen |
| Authorization Type: | Access token |
| Url: | /v3p/records |
| HTTP Method: | POST |
Request Information
Parameters
application/json
{
"serviceProviderCode": "ADBC",
"trackingId": 0,
"name": "test",
"module": "Licenses",
"type": {
"value": "Licenses/TradeName/Branch/BranchofaLocalCompany"
},
"reportedDate": "2014-01-05T17:00:00Z",
"shortNotes": "TestNotes",
"description": "Anewpaperadvertisementhasbeenpublished=",
"assignedToDepartment": "ADBC/DPE/ADMIN/NA/NA/NA/NA",
"assignedToStaff": "ADMIN",
"assignedDate": "2013-12-09T16:00:00Z",
"completedByDepartment": "ADBC/DPE/ADMIN/NA/NA/NA/NA",
"completedByStaff": "ADMIN",
"completedDate": "2014-01-15T16:00:00Z",
"closedByDepartment": "ADBC/DPE/ADMIN/NA/NA/NA/NA",
"closedByStaff": "ADMIN",
"closedDate": "2014-01-25T16:00:00Z",
"inspectorName": "ADMIN",
"inspectorId": "111",
"enforceDepartment": "ADBC/DPE/ADMIN/NA/NA/NA/NA",
"enforceOfficerId": "111",
"enforceOfficerName": "ADMIN",
"appearanceDate": "2014-01-05T16:00:00Z",
"priority": {
"value": "2"
},
"severity": {
"value": "1"
},
"reportedChannel": {
"value": "ACTIVITIESNOTONTRADENAME"
},
"statusReason": {
"value": "NotAudited"
},
"statusDate": "2013-12-10T21:54:37Z",
"createdBy": "ADMIN",
"scheduledDate": "2014-01-10T09:50:00Z",
"firstIssuedDate": "2014-01-05T16:00:00Z",
"isBooking": true,
"isInfraction": true,
"isMisdemeanor": true,
"isOffenseWitnessed": true,
"isDefendantSignature": false,
"completeDate": "2014-01-15T16:00:00Z",
"inspectorDepartment": "ADBC/DPE/ADMIN/NA/NA/NA/NA",
"reportedType": {
"value": "Emergency"
},
"status": {
"value": "Open"
},
"estimatedProductionUnit": 1,
"actualProductionUnit": 1
}
Response Information
application/json
{
"result": {
"status": {
"text": "string",
"value": "string"
},
"firstIssuedDate": "2014-01-01",
"enforceOfficerId": "string",
"estimatedCostPerUnit": 1234.56,
"enforceDepartment": "string",
"closedDate": "2014-01-01",
"infraction": true,
"misdemeanor": true,
"module": "string",
"estimatedDueDate": "2014-01-01",
"assignedDate": "2014-01-01",
"publicOwned": true,
"reportedDate": "2014-01-01",
"actualProductionUnit": 1234.56,
"completedDate": "2014-01-01",
"appearanceDate": "2014-01-01",
"id": "string",
"severity": {
"text": "string",
"value": "string"
},
"scheduledDate": "2014-01-01",
"totalJobCost": 1234.56,
"estimatedProductionUnit": 1234.56,
"completeDate": "2014-01-01",
"name": "string",
"priority": {
"text": "string",
"value": "string"
},
"trackingId": 12345678,
"enforceOfficerName": "string",
"statusDate": "2014-01-01",
"customId": "string",
"type": {
"category": "string",
"group": "string",
"text": "string",
"value": "string",
"display": "string",
"subType": "string",
"module": "string",
"type": "string",
"ID": "string"
},
"openedDate": "2014-01-01",
"recordClass": "string",
"assignedToStaff": "string",
"inspectorDepartment": "string",
"inspectorName": "string",
"numberOfBuildings": 12345678,
"description": "string",
"closedByDepartment": "string",
"offenseWitnessed": true,
"totalFee": 1234.56,
"constructionType": {
"text": "string",
"value": "string"
},
"jobValue": 1234.56,
"inPossessionTime": 1234.56,
"completedByStaff": "string",
"statusReason": {
"text": "string",
"value": "string"
},
"createdBy": "string",
"appearanceDayOfWeek": "string",
"undistributedCost": 1234.56,
"defendantSignature": true,
"completedByDepartment": "string",
"totalPay": 1234.56,
"overallApplicationTime": 1234.56,
"serviceProviderCode": "string",
"shortNotes": "string",
"assignedToDepartment": "string",
"booking": true,
"estimatedTotalJobCost": 1234.56,
"closedByStaff": "string",
"costPerUnit": 1234.56,
"reportedChannel": {
"text": "string",
"value": "string"
},
"housingUnits": 12345678,
"balance": 1234.56,
"initiatedProduct": "string",
"reportedType": {
"text": "string",
"value": "string"
},
"inspectorId": "string"
}
}