POST api/onboarding/bnpl

Request Information

URI Parameters

None.

Body Parameters

BNPLCustomerModel
NameDescriptionTypeAdditional information
FullName

string

Required

StoreName

string

Required

PhoneNo

string

Required

Location

string

Required

Request Formats

application/json, text/json

Sample:
{
  "FullName": "sample string 1",
  "StoreName": "sample string 2",
  "PhoneNo": "sample string 3",
  "Location": "sample string 4"
}

application/xml, text/xml

Sample:
<BNPLCustomerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <FullName>sample string 1</FullName>
  <Location>sample string 4</Location>
  <PhoneNo>sample string 3</PhoneNo>
  <StoreName>sample string 2</StoreName>
</BNPLCustomerModel>

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 'BNPLCustomerModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.