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. |
|
| 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",
"BusinessName": "sample string 5",
"PhoneNumber": "sample string 6",
"StateId": 7,
"CityId": 8,
"Address": "sample string 9",
"OrganisationType": "sample string 10",
"OutletType": "sample string 11",
"OfflineCustomerId": "sample string 12",
"Latitude": "sample string 13",
"Longitude": "sample string 14",
"Flag": 15,
"CustomeridInput": 16,
"source": "sample string 17"
}
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 9</Address> <BusinessName>sample string 5</BusinessName> <CityId>8</CityId> <ContactName>sample string 4</ContactName> <CustomeridInput>16</CustomeridInput> <Flag>15</Flag> <Latitude>sample string 13</Latitude> <Longitude>sample string 14</Longitude> <OfflineCustomerId>sample string 12</OfflineCustomerId> <OrganisationType>sample string 10</OrganisationType> <OutletType>sample string 11</OutletType> <PhoneNumber>sample string 6</PhoneNumber> <Refcode>3</Refcode> <StateId>7</StateId> <businessid>1</businessid> <loginuserid>2</loginuserid> <source>sample string 17</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/12/25 09:10:31",
"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>