POST api/Influencer/UpsertQualifyingInfluencer
Request Information
URI Parameters
None.
Body Parameters
Collection of InfluencerDetailDtoName | Description | Type | Additional information |
---|---|---|---|
InfluencerId | globally unique identifier |
None. |
|
QuestionText | string |
None. |
|
QuestionHeaderId | globally unique identifier |
None. |
|
QuestionThinksText | string |
None. |
|
QuestionThinksTextFr | string |
None. |
|
ResponseId | globally unique identifier |
None. |
|
ResponseText | string |
None. |
|
ResponseTextFr | string |
None. |
|
QuestionType | string |
None. |
|
Sequence | integer |
None. |
|
UserId | globally unique identifier |
None. |
|
questionOptions | Collection of InfluencerQuestionOptionsDto |
None. |
Request Formats
application/json, text/json
Sample:
[ { "InfluencerId": "763239d8-a3a9-47f4-a2f8-01dcde2373b0", "QuestionText": "sample string 2", "QuestionHeaderId": "2a72d539-602f-42e1-a060-9b9126c84c47", "QuestionThinksText": "sample string 4", "QuestionThinksTextFr": "sample string 5", "ResponseId": "a2aa8451-470c-46e5-830b-c39609049cff", "ResponseText": "sample string 6", "ResponseTextFr": "sample string 7", "QuestionType": "sample string 8", "Sequence": 9, "UserId": "253d2d7b-b3f2-4ff4-8634-48e8055ec3aa", "questionOptions": [ { "OptionId": "444d2c88-1ff5-4af1-9a5b-3d2682f4ce18", "OptionText": "sample string 1" }, { "OptionId": "444d2c88-1ff5-4af1-9a5b-3d2682f4ce18", "OptionText": "sample string 1" } ] }, { "InfluencerId": "763239d8-a3a9-47f4-a2f8-01dcde2373b0", "QuestionText": "sample string 2", "QuestionHeaderId": "2a72d539-602f-42e1-a060-9b9126c84c47", "QuestionThinksText": "sample string 4", "QuestionThinksTextFr": "sample string 5", "ResponseId": "a2aa8451-470c-46e5-830b-c39609049cff", "ResponseText": "sample string 6", "ResponseTextFr": "sample string 7", "QuestionType": "sample string 8", "Sequence": 9, "UserId": "253d2d7b-b3f2-4ff4-8634-48e8055ec3aa", "questionOptions": [ { "OptionId": "444d2c88-1ff5-4af1-9a5b-3d2682f4ce18", "OptionText": "sample string 1" }, { "OptionId": "444d2c88-1ff5-4af1-9a5b-3d2682f4ce18", "OptionText": "sample string 1" } ] } ]
application/xml, text/xml
Sample:
<ArrayOfInfluencerDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.InfluencerDetailModule.Model"> <InfluencerDetailDto> <InfluencerId>763239d8-a3a9-47f4-a2f8-01dcde2373b0</InfluencerId> <QuestionHeaderId>2a72d539-602f-42e1-a060-9b9126c84c47</QuestionHeaderId> <QuestionText>sample string 2</QuestionText> <QuestionThinksText>sample string 4</QuestionThinksText> <QuestionThinksTextFr>sample string 5</QuestionThinksTextFr> <QuestionType>sample string 8</QuestionType> <ResponseId>a2aa8451-470c-46e5-830b-c39609049cff</ResponseId> <ResponseText>sample string 6</ResponseText> <ResponseTextFr>sample string 7</ResponseTextFr> <Sequence>9</Sequence> <UserId>253d2d7b-b3f2-4ff4-8634-48e8055ec3aa</UserId> <questionOptions> <InfluencerQuestionOptionsDto> <OptionId>444d2c88-1ff5-4af1-9a5b-3d2682f4ce18</OptionId> <OptionText>sample string 1</OptionText> </InfluencerQuestionOptionsDto> <InfluencerQuestionOptionsDto> <OptionId>444d2c88-1ff5-4af1-9a5b-3d2682f4ce18</OptionId> <OptionText>sample string 1</OptionText> </InfluencerQuestionOptionsDto> </questionOptions> </InfluencerDetailDto> <InfluencerDetailDto> <InfluencerId>763239d8-a3a9-47f4-a2f8-01dcde2373b0</InfluencerId> <QuestionHeaderId>2a72d539-602f-42e1-a060-9b9126c84c47</QuestionHeaderId> <QuestionText>sample string 2</QuestionText> <QuestionThinksText>sample string 4</QuestionThinksText> <QuestionThinksTextFr>sample string 5</QuestionThinksTextFr> <QuestionType>sample string 8</QuestionType> <ResponseId>a2aa8451-470c-46e5-830b-c39609049cff</ResponseId> <ResponseText>sample string 6</ResponseText> <ResponseTextFr>sample string 7</ResponseTextFr> <Sequence>9</Sequence> <UserId>253d2d7b-b3f2-4ff4-8634-48e8055ec3aa</UserId> <questionOptions> <InfluencerQuestionOptionsDto> <OptionId>444d2c88-1ff5-4af1-9a5b-3d2682f4ce18</OptionId> <OptionText>sample string 1</OptionText> </InfluencerQuestionOptionsDto> <InfluencerQuestionOptionsDto> <OptionId>444d2c88-1ff5-4af1-9a5b-3d2682f4ce18</OptionId> <OptionText>sample string 1</OptionText> </InfluencerQuestionOptionsDto> </questionOptions> </InfluencerDetailDto> </ArrayOfInfluencerDetailDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseDtoName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
CustomerId | globally unique identifier |
None. |
|
Token | string |
None. |
|
Message | string |
None. |
|
ErrorMessage | string |
None. |
|
MessageFr | string |
None. |
|
ResponseData | string |
None. |
|
NovaAPIId | string |
None. |
|
IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": "8e7b897a-35e2-4ddc-a838-00f7db8e4b3d", "CustomerId": "64ec9c83-bc7b-46b5-835f-38a91d6c1b4f", "Token": "sample string 3", "Message": "sample string 4", "ErrorMessage": "sample string 5", "MessageFr": "sample string 6", "ResponseData": "sample string 7", "NovaAPIId": "sample string 8", "IsSuccess": true }
application/xml, text/xml
Sample:
<ResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.CustomerModule.Model"> <CustomerId>64ec9c83-bc7b-46b5-835f-38a91d6c1b4f</CustomerId> <ErrorMessage>sample string 5</ErrorMessage> <IsSuccess>true</IsSuccess> <Message>sample string 4</Message> <MessageFr>sample string 6</MessageFr> <NovaAPIId>sample string 8</NovaAPIId> <ResponseData>sample string 7</ResponseData> <Token>sample string 3</Token> <UserId>8e7b897a-35e2-4ddc-a838-00f7db8e4b3d</UserId> </ResponseDto>