POST api/GarageRegistration

Request Information

URI Parameters

None.

Body Parameters

GarageRegistration
NameDescriptionTypeAdditional information
GarageRegistrationId

integer

None.

GarageName

string

None.

GarageOwnerName

string

None.

GarageOwnerMobNo

string

None.

GarageOwnerEmail

string

None.

GarageAddress

string

None.

Password

string

None.

GarageLatitude

decimal number

None.

GarageLongitude

decimal number

None.

NoOfMechanics

integer

None.

HeadMechanicName

string

None.

HeadMechanicMobNo

string

None.

BankName

string

None.

AccountNo

string

None.

IFSCCode

string

None.

UPIPaymentId

string

None.

UPIPaymentNo

string

None.

IsActive

boolean

None.

UserId

string

None.

RequestId

integer

None.

GarageFCMTocken

string

None.

GSTNo

string

None.

City

string

None.

GaragePhoto

string

None.

PANCardPhoto

string

None.

IncorporationPhoto

string

None.

CancelChequePhoto

string

None.

PhotoUpdated

boolean

None.

Photoflag

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GarageRegistrationId": 1,
  "GarageName": "sample string 2",
  "GarageOwnerName": "sample string 3",
  "GarageOwnerMobNo": "sample string 4",
  "GarageOwnerEmail": "sample string 5",
  "GarageAddress": "sample string 6",
  "Password": "sample string 7",
  "GarageLatitude": 1.0,
  "GarageLongitude": 1.0,
  "NoOfMechanics": 1,
  "HeadMechanicName": "sample string 8",
  "HeadMechanicMobNo": "sample string 9",
  "BankName": "sample string 10",
  "AccountNo": "sample string 11",
  "IFSCCode": "sample string 12",
  "UPIPaymentId": "sample string 13",
  "UPIPaymentNo": "sample string 14",
  "IsActive": true,
  "UserId": "sample string 15",
  "RequestId": 1,
  "GarageFCMTocken": "sample string 16",
  "GSTNo": "sample string 17",
  "City": "sample string 18",
  "GaragePhoto": "sample string 19",
  "PANCardPhoto": "sample string 20",
  "IncorporationPhoto": "sample string 21",
  "CancelChequePhoto": "sample string 22",
  "PhotoUpdated": true,
  "Photoflag": 24
}

application/xml, text/xml

Sample:
<GarageRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mechon.Models">
  <AccountNo>sample string 11</AccountNo>
  <BankName>sample string 10</BankName>
  <CancelChequePhoto>sample string 22</CancelChequePhoto>
  <City>sample string 18</City>
  <GSTNo>sample string 17</GSTNo>
  <GarageAddress>sample string 6</GarageAddress>
  <GarageFCMTocken>sample string 16</GarageFCMTocken>
  <GarageLatitude>1</GarageLatitude>
  <GarageLongitude>1</GarageLongitude>
  <GarageName>sample string 2</GarageName>
  <GarageOwnerEmail>sample string 5</GarageOwnerEmail>
  <GarageOwnerMobNo>sample string 4</GarageOwnerMobNo>
  <GarageOwnerName>sample string 3</GarageOwnerName>
  <GaragePhoto>sample string 19</GaragePhoto>
  <GarageRegistrationId>1</GarageRegistrationId>
  <HeadMechanicMobNo>sample string 9</HeadMechanicMobNo>
  <HeadMechanicName>sample string 8</HeadMechanicName>
  <IFSCCode>sample string 12</IFSCCode>
  <IncorporationPhoto>sample string 21</IncorporationPhoto>
  <IsActive>true</IsActive>
  <NoOfMechanics>1</NoOfMechanics>
  <PANCardPhoto>sample string 20</PANCardPhoto>
  <Password>sample string 7</Password>
  <PhotoUpdated>true</PhotoUpdated>
  <Photoflag>24</Photoflag>
  <RequestId>1</RequestId>
  <UPIPaymentId>sample string 13</UPIPaymentId>
  <UPIPaymentNo>sample string 14</UPIPaymentNo>
  <UserId>sample string 15</UserId>
</GarageRegistration>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />