POST api/Store/AddContactRetailApp
Request Information
URI Parameters
None.
Body Parameters
AddContactRetailApp| Name | Description | Type | Additional information | 
|---|---|---|---|
| businessid | integer | 
                             None.  | 
                |
| loginuserid | integer | 
                             None.  | 
                |
| Refcode | integer | 
                             None.  | 
                |
| ContactName | string | 
                             None.  | 
                |
| FirstName | string | 
                             None.  | 
                |
| LastName | string | 
                             None.  | 
                |
| BusinessName | string | 
                             None.  | 
                |
| PhoneNumber | string | 
                             None.  | 
                |
| StateId | integer | 
                             None.  | 
                |
| CityId | integer | 
                             None.  | 
                |
| Address | string | 
                             None.  | 
                |
| OrganisationType | string | 
                             None.  | 
                |
| OutletType | string | 
                             None.  | 
                |
| OfflineCustomerId | string | 
                             None.  | 
                |
| Latitude | string | 
                             None.  | 
                |
| Longitude | string | 
                             None.  | 
                |
| Flag | integer | 
                             None.  | 
                |
| CustomeridInput | integer | 
                             None.  | 
                |
| source | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "businessid": 1,
  "loginuserid": 2,
  "Refcode": 3,
  "ContactName": "sample string 4",
  "FirstName": "sample string 5",
  "LastName": "sample string 6",
  "BusinessName": "sample string 7",
  "PhoneNumber": "sample string 8",
  "StateId": 9,
  "CityId": 10,
  "Address": "sample string 11",
  "OrganisationType": "sample string 12",
  "OutletType": "sample string 13",
  "OfflineCustomerId": "sample string 14",
  "Latitude": "sample string 15",
  "Longitude": "sample string 16",
  "Flag": 17,
  "CustomeridInput": 18,
  "source": "sample string 19"
}
        application/xml, text/xml
            Sample:
        <AddContactRetailApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <Address>sample string 11</Address> <BusinessName>sample string 7</BusinessName> <CityId>10</CityId> <ContactName>sample string 4</ContactName> <CustomeridInput>18</CustomeridInput> <FirstName>sample string 5</FirstName> <Flag>17</Flag> <LastName>sample string 6</LastName> <Latitude>sample string 15</Latitude> <Longitude>sample string 16</Longitude> <OfflineCustomerId>sample string 14</OfflineCustomerId> <OrganisationType>sample string 12</OrganisationType> <OutletType>sample string 13</OutletType> <PhoneNumber>sample string 8</PhoneNumber> <Refcode>3</Refcode> <StateId>9</StateId> <businessid>1</businessid> <loginuserid>2</loginuserid> <source>sample string 19</source> </AddContactRetailApp>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | string | 
                             None.  | 
                |
| dateTime | string | 
                             None.  | 
                |
| StatusCode | integer | 
                             None.  | 
                |
| ErrorMessage | string | 
                             None.  | 
                |
| Result | Object | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "Version": "1.0.0",
  "dateTime": "2025/11/02 13:20:30",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>