<back to all web services
ipsRequest
Enables viewiing, creation, updating and deletion of parking data
The following routes are available for this service:| POST | /plugin/ips/rwc | | |
|---|
ipsRequest Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| _id | body | ObjectId | No | |
| Sample | body | DateTime | No | |
| Payments | body | List<Payment> | Yes | |
Payment Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| TransmissionID | form | string | Yes | |
| TransmissionDateTime | form | string | Yes | |
| Zone | form | string | Yes | |
| Area | form | string | Yes | |
| SubArea | form | string | Yes | |
| StreetAddress | form | string | Yes | |
| MeterID | form | string | Yes | |
| EventType | form | string | Yes | |
| NewSession | form | NewSession | Yes | |
| AddTime | form | AddTime | Yes | |
| StartTime | form | string | Yes | |
| EndTime | form | string | Yes | |
| PaymentType | form | string | Yes | |
| SpaceName | form | string | Yes | |
| PlateNumber | form | string | Yes | |
NewSession Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| SessionID | form | string | Yes | |
| AmountPaid | form | string | Yes | |
AddTime Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| SessionID | form | string | Yes | |
| AmountPaid | form | string | Yes | |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /plugin/ips/rwc HTTP/1.1
Host: 188.138.100.94
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<ipsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ccsService.CustomerPlugin.us.redwoodcity">
<Payments>
<Payment>
<AddTime>
<AmountPaid>String</AmountPaid>
<SessionID>String</SessionID>
</AddTime>
<Area>String</Area>
<EndTime>String</EndTime>
<EventType>String</EventType>
<MeterID>String</MeterID>
<NewSession>
<AmountPaid>String</AmountPaid>
<SessionID>String</SessionID>
</NewSession>
<PaymentType>String</PaymentType>
<PlateNumber>String</PlateNumber>
<SpaceName>String</SpaceName>
<StartTime>String</StartTime>
<StreetAddress>String</StreetAddress>
<SubArea>String</SubArea>
<TransmissionDateTime>String</TransmissionDateTime>
<TransmissionID>String</TransmissionID>
<Zone>String</Zone>
</Payment>
</Payments>
<Sample>0001-01-01T00:00:00</Sample>
<_id xmlns:d2p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d2p1:_a>0</d2p1:_a>
<d2p1:_b>0</d2p1:_b>
<d2p1:_c>0</d2p1:_c>
</_id>
</ipsRequest>