POST api/Delivery?PilotId={PilotId}&CurrentPilotStatus={CurrentPilotStatus}&description={description}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PilotId | integer |
Required |
|
| CurrentPilotStatus | integer |
Required |
|
| description | string |
Required |
Body Parameters
Pilot| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BankAccountNumber | integer |
None. |
|
| VisaCardNumber | integer |
None. |
|
| SwiftCode | string |
String length: inclusive between 0 and 100 |
|
| PersonalPhoto | string |
String length: inclusive between 0 and 100 |
|
| PersonalPhotoStatus | boolean |
None. |
|
| CriminalRecordStatus | boolean |
None. |
|
| DrugAnalysisTestStatus | boolean |
None. |
|
| NationalIDStatus | boolean |
None. |
|
| NewNationalIDStatus | boolean |
None. |
|
| DrivingLicenseStatus | boolean |
None. |
|
| VehicleleLicenseStatus | boolean |
None. |
|
| VehiclePhotoStatus | boolean |
None. |
|
| Description | string |
None. |
|
| DedicatedToBrabchId | integer |
None. |
|
| Branch | Branch |
None. |
|
| distance | decimal number |
None. |
|
| VehiclePhoto | string |
String length: inclusive between 0 and 100 |
|
| DrugAnalysisTest | string |
String length: inclusive between 0 and 100 |
|
| NationalID | string |
String length: inclusive between 0 and 100 |
|
| NewNationalID | string |
String length: inclusive between 0 and 100 |
|
| DrivingLicense | string |
String length: inclusive between 0 and 100 |
|
| VehicleleLicense | string |
String length: inclusive between 0 and 100 |
|
| CreationTime | date |
None. |
|
| VehicleTypeId | integer |
None. |
|
| ContactId | integer |
None. |
|
| IgnoreScore | decimal number |
None. |
|
| CancelScore | decimal number |
None. |
|
| CurrentPilotStatusType | integer |
None. |
|
| CurrentLat | decimal number |
Matching regular expression pattern: ^\d+\.\d{0,15}$ Range: inclusive between 0 and 999999999.999999 |
|
| CurrentLong | decimal number |
Matching regular expression pattern: ^\d+\.\d{0,15}$ Range: inclusive between 0 and 999999999.999999 |
|
| CreatorUserId | integer |
None. |
|
| LastModificationTime | date |
None. |
|
| LastModifierUserId | integer |
None. |
|
| TotalRating | integer |
None. |
|
| Country_Id | integer |
None. |
|
| City_Id | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CriminalRecord | string |
String length: inclusive between 0 and 100 |
|
| ContactUserId | integer |
None. |
|
| AssignToUser | integer |
None. |
|
| notificationTypeId | integer |
None. |
|
| DeliveryOfficeId | integer |
None. |
|
| DelivaryOfficeVerfCode | integer |
None. |
|
| notificationType | NotificationType |
None. |
|
| Contact | Contact |
None. |
|
| RequestInvitations | Collection of RequestInvitation |
None. |
|
| VehicleType | VehicleType |
None. |
|
| PilotLocations | Collection of PilotLocation |
None. |
|
| PilotStatus | Collection of PilotStatu |
None. |
|
| Requests | Collection of Request |
None. |
|
| LabelPilots | Collection of LabelPilot |
None. |
|
| PilotStatusType | PilotStatusType |
None. |
|
| User | User |
None. |
|
| assignUser | User |
None. |
|
| Country | Country |
None. |
|
| City | City |
None. |
|
| DeliveryOffice | DeliveryOffice |
None. |
Request Formats
application/json
text/json
application/xml
text/xml
application/x-www-form-urlencoded
Response Information
Resource Description
None.