POST api/Store/AddCustomerRegistration

Request Information

URI Parameters

None.

Body Parameters

AddCustomerRegistration
NameDescriptionTypeAdditional information
BusinessId

integer

None.

Loginuserid

integer

None.

CustomerName

string

None.

CustomerOrgId

integer

None.

OfflineCustomerId

string

None.

OrganizationName

string

None.

Phone

string

None.

isWhatsAppOptin

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BusinessId": 1,
  "Loginuserid": 2,
  "CustomerName": "sample string 3",
  "CustomerOrgId": 4,
  "OfflineCustomerId": "sample string 5",
  "OrganizationName": "sample string 6",
  "Phone": "sample string 7",
  "isWhatsAppOptin": 8
}

application/xml, text/xml

Sample:
<AddCustomerRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <BusinessId>1</BusinessId>
  <CustomerName>sample string 3</CustomerName>
  <CustomerOrgId>4</CustomerOrgId>
  <Loginuserid>2</Loginuserid>
  <OfflineCustomerId>sample string 5</OfflineCustomerId>
  <OrganizationName>sample string 6</OrganizationName>
  <Phone>sample string 7</Phone>
  <isWhatsAppOptin>8</isWhatsAppOptin>
</AddCustomerRegistration>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AddCustomerRegistration'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.