POST api/v1/create-deliveryBoys

Request Information

Body Parameters

DeliveryBoy
NameDescriptionTypeAdditional information
DeliveryBoyId

integer

None.

GUID

globally unique identifier

None.

DBCode

string

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

Mobile

string

None.

Phone

string

None.

Country

string

None.

State

string

None.

City

string

None.

OrdersDelivered

string

None.

PhoneExtension

string

None.

Password

string

None.

IpAddress

string

None.

RegistrationDate

date

None.

Token

globally unique identifier

None.

DeliveryBoysGroupId

integer

None.

IsNew

boolean

None.

IsActive

boolean

None.

IsLogicalDeleted

boolean

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

ClientId

integer

None.

ProfilePic

string

None.

IsVerifiedByAdmin

boolean

None.

TokenGeneratedOn

date

None.

Comment

string

None.

OTP

string

None.

OTPExpiry

date

None.

IsEmailVerified

boolean

None.

OTPTimeout

date

None.

DisplayName

string

None.

BirthDate

date

None.

IsRegisteredFromAdmin

boolean

None.

IsApproved

boolean

None.

PhoneToken

globally unique identifier

None.

PhoneTokenGeneratedOn

date

None.

IsPhoneVerified

boolean

None.

DeliveryBoyDocument

Collection of DeliveryBoyDocument

None.

Request Formats
{
  "DeliveryBoyId": 1,
  "GUID": "26b5e1b4-4e6b-4212-88e2-829a6dbce556",
  "DBCode": "sample string 3",
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "Email": "sample string 6",
  "Mobile": "sample string 7",
  "Phone": "sample string 8",
  "Country": "sample string 9",
  "State": "sample string 10",
  "City": "sample string 11",
  "OrdersDelivered": "sample string 12",
  "PhoneExtension": "sample string 13",
  "Password": "sample string 14",
  "IpAddress": "sample string 15",
  "RegistrationDate": "2025-06-18T12:00:22.6839143+00:00",
  "Token": "a9b1347f-631f-46f0-951b-f3d5d59be15f",
  "DeliveryBoysGroupId": 1,
  "IsNew": true,
  "IsActive": true,
  "IsLogicalDeleted": true,
  "CreatedOn": "2025-06-18T12:00:22.6839143+00:00",
  "CreatedBy": 1,
  "ModifiedOn": "2025-06-18T12:00:22.6839143+00:00",
  "ModifiedBy": 1,
  "ClientId": 19,
  "ProfilePic": "sample string 20",
  "IsVerifiedByAdmin": true,
  "TokenGeneratedOn": "2025-06-18T12:00:22.6839143+00:00",
  "Comment": "sample string 21",
  "OTP": "sample string 22",
  "OTPExpiry": "2025-06-18T12:00:22.6839143+00:00",
  "IsEmailVerified": true,
  "OTPTimeout": "2025-06-18T12:00:22.6839143+00:00",
  "DisplayName": "sample string 24",
  "BirthDate": "2025-06-18T12:00:22.6839143+00:00",
  "IsRegisteredFromAdmin": true,
  "IsApproved": true,
  "PhoneToken": "858de227-e85e-4395-ade6-befcd1b44199",
  "PhoneTokenGeneratedOn": "2025-06-18T12:00:22.6839143+00:00",
  "IsPhoneVerified": true,
  "DeliveryBoyDocument": [
    {
      "Id": 1,
      "DBCode": "sample string 2",
      "FileName": "sample string 3",
      "ContentType": "sample string 4",
      "DocumentData": "QEA=",
      "Size": 5,
      "Path": "sample string 6",
      "isActive": true,
      "IsLogicalDeleted": true,
      "flag": 9
    },
    {
      "Id": 1,
      "DBCode": "sample string 2",
      "FileName": "sample string 3",
      "ContentType": "sample string 4",
      "DocumentData": "QEA=",
      "Size": 5,
      "Path": "sample string 6",
      "isActive": true,
      "IsLogicalDeleted": true,
      "flag": 9
    }
  ]
}
{"DeliveryBoyId":1,"GUID":"26b5e1b4-4e6b-4212-88e2-829a6dbce556","DBCode":"sample string 3","FirstName":"sample string 4","LastName":"sample string 5","Email":"sample string 6","Mobile":"sample string 7","Phone":"sample string 8","Country":"sample string 9","State":"sample string 10","City":"sample string 11","OrdersDelivered":"sample string 12","PhoneExtension":"sample string 13","Password":"sample string 14","IpAddress":"sample string 15","RegistrationDate":"2025-06-18T12:00:22.6839143+00:00","Token":"a9b1347f-631f-46f0-951b-f3d5d59be15f","DeliveryBoysGroupId":1,"IsNew":true,"IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2025-06-18T12:00:22.6839143+00:00","CreatedBy":1,"ModifiedOn":"2025-06-18T12:00:22.6839143+00:00","ModifiedBy":1,"ClientId":19,"ProfilePic":"sample string 20","IsVerifiedByAdmin":true,"TokenGeneratedOn":"2025-06-18T12:00:22.6839143+00:00","Comment":"sample string 21","OTP":"sample string 22","OTPExpiry":"2025-06-18T12:00:22.6839143+00:00","IsEmailVerified":true,"OTPTimeout":"2025-06-18T12:00:22.6839143+00:00","DisplayName":"sample string 24","BirthDate":"2025-06-18T12:00:22.6839143+00:00","IsRegisteredFromAdmin":true,"IsApproved":true,"PhoneToken":"858de227-e85e-4395-ade6-befcd1b44199","PhoneTokenGeneratedOn":"2025-06-18T12:00:22.6839143+00:00","IsPhoneVerified":true,"DeliveryBoyDocument":[{"Id":1,"DBCode":"sample string 2","FileName":"sample string 3","ContentType":"sample string 4","DocumentData":"QEA=","Size":5,"Path":"sample string 6","isActive":true,"IsLogicalDeleted":true,"flag":9},{"Id":1,"DBCode":"sample string 2","FileName":"sample string 3","ContentType":"sample string 4","DocumentData":"QEA=","Size":5,"Path":"sample string 6","isActive":true,"IsLogicalDeleted":true,"flag":9}]}
<DeliveryBoy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.DeliveryBoys">
  <BirthDate>2025-06-18T12:00:22.6839143+00:00</BirthDate>
  <City>sample string 11</City>
  <ClientId>19</ClientId>
  <Comment>sample string 21</Comment>
  <Country>sample string 9</Country>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2025-06-18T12:00:22.6839143+00:00</CreatedOn>
  <DBCode>sample string 3</DBCode>
  <DeliveryBoyDocument>
    <DeliveryBoyDocument>
      <ContentType>sample string 4</ContentType>
      <DBCode>sample string 2</DBCode>
      <DocumentData>QEA=</DocumentData>
      <FileName>sample string 3</FileName>
      <Id>1</Id>
      <IsLogicalDeleted>true</IsLogicalDeleted>
      <Path>sample string 6</Path>
      <Size>5</Size>
      <flag>9</flag>
      <isActive>true</isActive>
    </DeliveryBoyDocument>
    <DeliveryBoyDocument>
      <ContentType>sample string 4</ContentType>
      <DBCode>sample string 2</DBCode>
      <DocumentData>QEA=</DocumentData>
      <FileName>sample string 3</FileName>
      <Id>1</Id>
      <IsLogicalDeleted>true</IsLogicalDeleted>
      <Path>sample string 6</Path>
      <Size>5</Size>
      <flag>9</flag>
      <isActive>true</isActive>
    </DeliveryBoyDocument>
  </DeliveryBoyDocument>
  <DeliveryBoyId>1</DeliveryBoyId>
  <DeliveryBoysGroupId>1</DeliveryBoysGroupId>
  <DisplayName>sample string 24</DisplayName>
  <Email>sample string 6</Email>
  <FirstName>sample string 4</FirstName>
  <GUID>26b5e1b4-4e6b-4212-88e2-829a6dbce556</GUID>
  <IpAddress>sample string 15</IpAddress>
  <IsActive>true</IsActive>
  <IsApproved>true</IsApproved>
  <IsEmailVerified>true</IsEmailVerified>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <IsNew>true</IsNew>
  <IsPhoneVerified>true</IsPhoneVerified>
  <IsRegisteredFromAdmin>true</IsRegisteredFromAdmin>
  <IsVerifiedByAdmin>true</IsVerifiedByAdmin>
  <LastName>sample string 5</LastName>
  <Mobile>sample string 7</Mobile>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-06-18T12:00:22.6839143+00:00</ModifiedOn>
  <OTP>sample string 22</OTP>
  <OTPExpiry>2025-06-18T12:00:22.6839143+00:00</OTPExpiry>
  <OTPTimeout>2025-06-18T12:00:22.6839143+00:00</OTPTimeout>
  <OrdersDelivered>sample string 12</OrdersDelivered>
  <Password>sample string 14</Password>
  <Phone>sample string 8</Phone>
  <PhoneExtension>sample string 13</PhoneExtension>
  <PhoneToken>858de227-e85e-4395-ade6-befcd1b44199</PhoneToken>
  <PhoneTokenGeneratedOn>2025-06-18T12:00:22.6839143+00:00</PhoneTokenGeneratedOn>
  <ProfilePic>sample string 20</ProfilePic>
  <RegistrationDate>2025-06-18T12:00:22.6839143+00:00</RegistrationDate>
  <State>sample string 10</State>
  <Token>a9b1347f-631f-46f0-951b-f3d5d59be15f</Token>
  <TokenGeneratedOn>2025-06-18T12:00:22.6839143+00:00</TokenGeneratedOn>
</DeliveryBoy>

Sample not available.

Response Information

Description:

Return type: boolean

Response Formats
true
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>