POST api/V2?ParkingSpotID={ParkingSpotID}&UserNotification={UserNotification}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ParkingSpotID

integer

Required

UserNotification

EUserNotification

Required

Body Parameters

SpotSubLetBy
NameDescriptionTypeAdditional information
SpotSubLetByID

integer

None.

ParkingLotID

integer

None.

ParkingSpotID

integer

None.

LetUserID

integer

None.

RentUserID

integer

None.

ArrivedAtSpot

boolean

None.

AmountPaid

decimal number

None.

QrCodeURL

string

None.

BySpotOwner

boolean

None.

RecordStatus

string

None.

ModifiedDate

date

None.

CreatedDate

date

None.

ArrivedDateTime

date

None.

ManualBook

boolean

None.

ManualBY

integer

None.

ParkingLotRated

boolean

None.

BraintreeTransactionID

string

None.

RefundAmount

decimal number

None.

RefundDate

date

None.

PayoutBatchID

string

None.

PayoutResponse

string

None.

CancelAmount

decimal number

None.

CancelDate

date

None.

BookingType

string

None.

NoEndDate

boolean

None.

DriverCheckout

integer

None.

AmountAuthorize

decimal number

None.

GateOpen

boolean

None.

DriverCheckOutDateTime

date

None.

FinalSettlement

boolean

None.

TempCheckOut

boolean

None.

TempCheckOutDateTime

date

None.

LastStatus

string

None.

LastDailyNotification

date

None.

ScheduleDate

date

None.

ScheduleAmount

decimal number

None.

LastDailyNotificationCounter

integer

None.

PromoCode

string

None.

PromoType

string

None.

PromoAmount

decimal number

None.

FleetID

integer

None.

IsPersonalVehicle

boolean

None.

VehicalColor

string

None.

VehicalMake

string

None.

VehicalModel

string

None.

PaypalEmail

string

None.

LotOwnerShare

decimal number

None.

SpotOwnerShare

decimal number

None.

SpotOwnerPaypalEmail

string

None.

LotOwnerUserID

integer

None.

SpotOwnerUserID

integer

None.

PayoutDescription

string

None.

PayoutDate

date

None.

LateFee

decimal number

None.

RemainingAmount

decimal number

None.

PaidRemainingAmount

decimal number

None.

UserFleetPaymentID

integer

None.

IsPayoutOffline

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SpotSubLetByID": 1,
  "ParkingLotID": 2,
  "ParkingSpotID": 3,
  "LetUserID": 1,
  "RentUserID": 4,
  "ArrivedAtSpot": true,
  "AmountPaid": 1.0,
  "QrCodeURL": "sample string 6",
  "BySpotOwner": true,
  "RecordStatus": "sample string 8",
  "ModifiedDate": "2024-09-18T14:35:58.8201222-04:00",
  "CreatedDate": "2024-09-18T14:35:58.8201222-04:00",
  "ArrivedDateTime": "2024-09-18T14:35:58.8201222-04:00",
  "ManualBook": true,
  "ManualBY": 1,
  "ParkingLotRated": true,
  "BraintreeTransactionID": "sample string 11",
  "RefundAmount": 1.0,
  "RefundDate": "2024-09-18T14:35:58.8201222-04:00",
  "PayoutBatchID": "sample string 12",
  "PayoutResponse": "sample string 13",
  "CancelAmount": 1.0,
  "CancelDate": "2024-09-18T14:35:58.8211219-04:00",
  "BookingType": "sample string 14",
  "NoEndDate": true,
  "DriverCheckout": 16,
  "AmountAuthorize": 1.0,
  "GateOpen": true,
  "DriverCheckOutDateTime": "2024-09-18T14:35:58.8211219-04:00",
  "FinalSettlement": true,
  "TempCheckOut": true,
  "TempCheckOutDateTime": "2024-09-18T14:35:58.8211219-04:00",
  "LastStatus": "sample string 18",
  "LastDailyNotification": "2024-09-18T14:35:58.8211219-04:00",
  "ScheduleDate": "2024-09-18T14:35:58.8211219-04:00",
  "ScheduleAmount": 1.0,
  "LastDailyNotificationCounter": 1,
  "PromoCode": "sample string 19",
  "PromoType": "sample string 20",
  "PromoAmount": 1.0,
  "FleetID": 1,
  "IsPersonalVehicle": true,
  "VehicalColor": "sample string 21",
  "VehicalMake": "sample string 22",
  "VehicalModel": "sample string 23",
  "PaypalEmail": "sample string 24",
  "LotOwnerShare": 1.0,
  "SpotOwnerShare": 1.0,
  "SpotOwnerPaypalEmail": "sample string 25",
  "LotOwnerUserID": 1,
  "SpotOwnerUserID": 1,
  "PayoutDescription": "sample string 26",
  "PayoutDate": "2024-09-18T14:35:58.8231243-04:00",
  "LateFee": 1.0,
  "RemainingAmount": 1.0,
  "PaidRemainingAmount": 1.0,
  "UserFleetPaymentID": 1,
  "IsPayoutOffline": true
}

application/xml, text/xml

Sample:
<SpotSubLetBy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TruckSpot.Models">
  <AmountAuthorize>1</AmountAuthorize>
  <AmountPaid>1</AmountPaid>
  <ArrivedAtSpot>true</ArrivedAtSpot>
  <ArrivedDateTime>2024-09-18T14:35:58.8201222-04:00</ArrivedDateTime>
  <BookingType>sample string 14</BookingType>
  <BraintreeTransactionID>sample string 11</BraintreeTransactionID>
  <BySpotOwner>true</BySpotOwner>
  <CancelAmount>1</CancelAmount>
  <CancelDate>2024-09-18T14:35:58.8211219-04:00</CancelDate>
  <CreatedDate>2024-09-18T14:35:58.8201222-04:00</CreatedDate>
  <DriverCheckOutDateTime>2024-09-18T14:35:58.8211219-04:00</DriverCheckOutDateTime>
  <DriverCheckout>16</DriverCheckout>
  <FinalSettlement>true</FinalSettlement>
  <FleetID>1</FleetID>
  <GateOpen>true</GateOpen>
  <IsPayoutOffline>true</IsPayoutOffline>
  <IsPersonalVehicle>true</IsPersonalVehicle>
  <LastDailyNotification>2024-09-18T14:35:58.8211219-04:00</LastDailyNotification>
  <LastDailyNotificationCounter>1</LastDailyNotificationCounter>
  <LastStatus>sample string 18</LastStatus>
  <LateFee>1</LateFee>
  <LetUserID>1</LetUserID>
  <LotOwnerShare>1</LotOwnerShare>
  <LotOwnerUserID>1</LotOwnerUserID>
  <ManualBY>1</ManualBY>
  <ManualBook>true</ManualBook>
  <ModifiedDate>2024-09-18T14:35:58.8201222-04:00</ModifiedDate>
  <NoEndDate>true</NoEndDate>
  <PaidRemainingAmount>1</PaidRemainingAmount>
  <ParkingLotID>2</ParkingLotID>
  <ParkingLotRated>true</ParkingLotRated>
  <ParkingSpotID>3</ParkingSpotID>
  <PayoutBatchID>sample string 12</PayoutBatchID>
  <PayoutDate>2024-09-18T14:35:58.8231243-04:00</PayoutDate>
  <PayoutDescription>sample string 26</PayoutDescription>
  <PayoutResponse>sample string 13</PayoutResponse>
  <PaypalEmail>sample string 24</PaypalEmail>
  <PromoAmount>1</PromoAmount>
  <PromoCode>sample string 19</PromoCode>
  <PromoType>sample string 20</PromoType>
  <QrCodeURL>sample string 6</QrCodeURL>
  <RecordStatus>sample string 8</RecordStatus>
  <RefundAmount>1</RefundAmount>
  <RefundDate>2024-09-18T14:35:58.8201222-04:00</RefundDate>
  <RemainingAmount>1</RemainingAmount>
  <RentUserID>4</RentUserID>
  <ScheduleAmount>1</ScheduleAmount>
  <ScheduleDate>2024-09-18T14:35:58.8211219-04:00</ScheduleDate>
  <SpotOwnerPaypalEmail>sample string 25</SpotOwnerPaypalEmail>
  <SpotOwnerShare>1</SpotOwnerShare>
  <SpotOwnerUserID>1</SpotOwnerUserID>
  <SpotSubLetByID>1</SpotSubLetByID>
  <TempCheckOut>true</TempCheckOut>
  <TempCheckOutDateTime>2024-09-18T14:35:58.8211219-04:00</TempCheckOutDateTime>
  <UserFleetPaymentID>1</UserFleetPaymentID>
  <VehicalColor>sample string 21</VehicalColor>
  <VehicalMake>sample string 22</VehicalMake>
  <VehicalModel>sample string 23</VehicalModel>
</SpotSubLetBy>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>