POST Api/V1/Journey/checkSaveSegmentLead
Request Information
URI Parameters
None.
Body Parameters
CheckSegmentLeadRequest| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.