POST Api/V1/Journey/checkSaveSegmentLead

Request Information

URI Parameters

None.

Body Parameters

CheckSegmentLeadRequest
NameDescriptionTypeAdditional information
BrandId

integer

Required

SegmentId

integer

Required

VisitorId

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "BrandId": 1,
  "SegmentId": 2,
  "VisitorId": "1979a622-38c3-40a1-b008-521460fb1326"
}

application/xml, text/xml

Sample:
<CheckSegmentLeadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCreate.API.Controllers">
  <BrandId>1</BrandId>
  <SegmentId>2</SegmentId>
  <VisitorId>1979a622-38c3-40a1-b008-521460fb1326</VisitorId>
</CheckSegmentLeadRequest>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.