POST api/organizations/ggn/objection
Adds an objection.
Request Information
URI Parameters
None.
Body Parameters
A model describing the objection to add.
ObjectionViewModelName | Description | Type | Additional information |
---|---|---|---|
ProjectId | string |
None. |
|
CaseNumber | string |
None. |
|
LicensePlate | string |
None. |
|
ResultCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProjectId": "sample string 1", "CaseNumber": "sample string 2", "LicensePlate": "sample string 3", "ResultCode": "sample string 4" }
application/xml, text/xml
Sample:
<ObjectionViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VobeSoft.Shared.Models.Organizations.GGN.ViewModels.P1"> <CaseNumber>sample string 2</CaseNumber> <LicensePlate>sample string 3</LicensePlate> <ProjectId>sample string 1</ProjectId> <ResultCode>sample string 4</ResultCode> </ObjectionViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.