POST api/organizations/ggn/withdraw
Issues a new withdraw request
Request Information
URI Parameters
None.
Body Parameters
WithdrawViewModelName | Description | Type | Additional information |
---|---|---|---|
CaseNumber | string |
None. |
|
LicensePlate | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CaseNumber": "sample string 1", "LicensePlate": "sample string 2" }
application/xml, text/xml
Sample:
<WithdrawViewModel 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 1</CaseNumber> <LicensePlate>sample string 2</LicensePlate> </WithdrawViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HTTP Status Code
IHttpActionResultNone.