POST api/{Tour}/SaveSubDealer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Tour

string

None.

Body Parameters

SubDealerInformation
NameDescriptionTypeAdditional information
SubDealerId

integer

None.

SubDealerName

string

None.

SubDealerAddress

string

None.

DealerId

integer

None.

SThanaId

integer

None.

MobileNo1

string

None.

MobileNo2

string

None.

Proprietor

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedDate

date

None.

SubDealerCode

string

None.

SubDealerType

integer

None.

SubDealerCategory

string

None.

EmpId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SubDealerId": 1,
  "SubDealerName": "sample string 2",
  "SubDealerAddress": "sample string 3",
  "DealerId": 4,
  "SThanaId": 1,
  "MobileNo1": "sample string 5",
  "MobileNo2": "sample string 6",
  "Proprietor": "sample string 7",
  "CreatedBy": "sample string 8",
  "CreatedDate": "2024-09-20T05:22:30.0052712+06:00",
  "UpdatedBy": "sample string 9",
  "UpdatedDate": "2024-09-20T05:22:30.0052712+06:00",
  "SubDealerCode": "sample string 10",
  "SubDealerType": 11,
  "SubDealerCategory": "sample string 12",
  "EmpId": "sample string 13"
}

application/xml, text/xml

Sample:
<SubDealerInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AimsappApi.Models">
  <CreatedBy>sample string 8</CreatedBy>
  <CreatedDate>2024-09-20T05:22:30.0052712+06:00</CreatedDate>
  <DealerId>4</DealerId>
  <EmpId>sample string 13</EmpId>
  <MobileNo1>sample string 5</MobileNo1>
  <MobileNo2>sample string 6</MobileNo2>
  <Proprietor>sample string 7</Proprietor>
  <SThanaId>1</SThanaId>
  <SubDealerAddress>sample string 3</SubDealerAddress>
  <SubDealerCategory>sample string 12</SubDealerCategory>
  <SubDealerCode>sample string 10</SubDealerCode>
  <SubDealerId>1</SubDealerId>
  <SubDealerName>sample string 2</SubDealerName>
  <SubDealerType>11</SubDealerType>
  <UpdatedBy>sample string 9</UpdatedBy>
  <UpdatedDate>2024-09-20T05:22:30.0052712+06:00</UpdatedDate>
</SubDealerInformation>

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/" />