POST api/V3/ODS/GetODSData

To Get ODS details Of Outlets

Request Information

URI Parameters

None.

Body Parameters

ErpId of the Outlets whose ODS details are to be returned

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

Response Information

Resource Description

V3.OutletVerificationStatusModel
NameDescriptionTypeAdditional information
VerificationStatus

Verification Status of the Outlet

string

None.

StatusChangeTime

Status Change Time

string

None.

StatusChangeDate

Status Change Date

string

None.

UserName

User Name

string

None.

UserErpId

User ERP ID

string

None.

UserPositionLevel

User Position Level

string

None.

OutletImage

Image of the Outlet

string

None.

OutletErpId

ERP ID of the Outlet

string

None.

OutletName

Name of the Outlet

string

None.

OutletOwnerName

Owner Name of the Outlet

string

None.

VerifiedContactNumber

Verified Contact Number of the Outlet

string

None.

Region

Region of the Outlet

string

None.

Zone

Zone of the Outlet

string

None.

GSTIN

GST Identification Number of the Outlet

string

None.

PAN

PAN of the Outlet

string

None.

Level2UserName

Level 2 User Name

string

None.

Level2PositionCode

Level 2 Position Code

string

None.

Level3UserName

Level 3 User Name

string

None.

Level3PositionCode

Level 3 Position Code

string

None.

Level4UserName

Level 4 User Name

string

None.

Level4PositionCode

Level 4 Position Code

string

None.

Level5UserName

Level 5 User Name

string

None.

Level5PositionCode

Level 5 Position Code

string

None.

Level6UserName

Level 6 User Name

string

None.

Level6PositionCode

Level 6 Position Code

string

None.

Level7UserName

Level 7 User Name

string

None.

Level7PositionCode

Level 7 Position Code

string

None.

Level8UserName

Level 8 User Name

string

None.

Level8PositionCode

Level 8 Position Code

string

None.

Response Formats

application/json, text/json

Sample:
{
  "VerificationStatus": "sample string 1",
  "StatusChangeTime": "sample string 2",
  "StatusChangeDate": "sample string 3",
  "UserName": "sample string 4",
  "UserErpId": "sample string 5",
  "UserPositionLevel": "sample string 6",
  "OutletImage": "sample string 7",
  "OutletErpId": "sample string 8",
  "OutletName": "sample string 9",
  "OutletOwnerName": "sample string 10",
  "VerifiedContactNumber": "sample string 11",
  "Region": "sample string 12",
  "Zone": "sample string 13",
  "GSTIN": "sample string 14",
  "PAN": "sample string 15",
  "Level2UserName": "sample string 16",
  "Level2PositionCode": "sample string 17",
  "Level3UserName": "sample string 18",
  "Level3PositionCode": "sample string 19",
  "Level4UserName": "sample string 20",
  "Level4PositionCode": "sample string 21",
  "Level5UserName": "sample string 22",
  "Level5PositionCode": "sample string 23",
  "Level6UserName": "sample string 24",
  "Level6PositionCode": "sample string 25",
  "Level7UserName": "sample string 26",
  "Level7PositionCode": "sample string 27",
  "Level8UserName": "sample string 28",
  "Level8PositionCode": "sample string 29"
}

application/xml, text/xml

Sample:
<OutletVerificationStatusModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.Models.V3">
  <GSTIN>sample string 14</GSTIN>
  <Level2PositionCode>sample string 17</Level2PositionCode>
  <Level2UserName>sample string 16</Level2UserName>
  <Level3PositionCode>sample string 19</Level3PositionCode>
  <Level3UserName>sample string 18</Level3UserName>
  <Level4PositionCode>sample string 21</Level4PositionCode>
  <Level4UserName>sample string 20</Level4UserName>
  <Level5PositionCode>sample string 23</Level5PositionCode>
  <Level5UserName>sample string 22</Level5UserName>
  <Level6PositionCode>sample string 25</Level6PositionCode>
  <Level6UserName>sample string 24</Level6UserName>
  <Level7PositionCode>sample string 27</Level7PositionCode>
  <Level7UserName>sample string 26</Level7UserName>
  <Level8PositionCode>sample string 29</Level8PositionCode>
  <Level8UserName>sample string 28</Level8UserName>
  <OutletErpId>sample string 8</OutletErpId>
  <OutletImage>sample string 7</OutletImage>
  <OutletName>sample string 9</OutletName>
  <OutletOwnerName>sample string 10</OutletOwnerName>
  <PAN>sample string 15</PAN>
  <Region>sample string 12</Region>
  <StatusChangeDate>sample string 3</StatusChangeDate>
  <StatusChangeTime>sample string 2</StatusChangeTime>
  <UserErpId>sample string 5</UserErpId>
  <UserName>sample string 4</UserName>
  <UserPositionLevel>sample string 6</UserPositionLevel>
  <VerificationStatus>sample string 1</VerificationStatus>
  <VerifiedContactNumber>sample string 11</VerifiedContactNumber>
  <Zone>sample string 13</Zone>
</OutletVerificationStatusModel>