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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <businessid>1</businessid> <loginuserid>2</loginuserid> <Refcode>3</Refcode> <ContactName>sample string 4</ContactName> <FirstName>sample string 5</FirstName> <LastName>sample string 6</LastName> <BusinessName>sample string 7</BusinessName> <PhoneNumber>sample string 8</PhoneNumber> <StateId>9</StateId> <CityId>10</CityId> <Address>sample string 11</Address> <OrganisationType>sample string 12</OrganisationType> <OutletType>sample string 13</OutletType> <OfflineCustomerId>sample string 14</OfflineCustomerId> <Latitude>sample string 15</Latitude> <Longitude>sample string 16</Longitude> <Flag>17</Flag> <CustomeridInput>18</CustomeridInput> <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/10/31 15:36:36",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>