POST api/Influencer/UpsertRaceInfluencerDetail
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": "d0c4ab0c-ebc2-4d88-932c-4dcf2be7c8a0", "QuestionText": "sample string 2", "QuestionHeaderId": "f228864d-2a86-4994-ae31-9052a452556c", "QuestionThinksText": "sample string 4", "QuestionThinksTextFr": "sample string 5", "ResponseId": "a898558c-95eb-4790-b135-59931f61acc1", "ResponseText": "sample string 6", "ResponseTextFr": "sample string 7", "QuestionType": "sample string 8", "Sequence": 9, "UserId": "fc134b67-b84f-46a6-acad-88f6fb16145d", "questionOptions": [ { "OptionId": "dd55d0a8-a32b-4ea2-996a-0c4847c7ed94", "OptionText": "sample string 1" }, { "OptionId": "dd55d0a8-a32b-4ea2-996a-0c4847c7ed94", "OptionText": "sample string 1" } ] }, { "InfluencerId": "d0c4ab0c-ebc2-4d88-932c-4dcf2be7c8a0", "QuestionText": "sample string 2", "QuestionHeaderId": "f228864d-2a86-4994-ae31-9052a452556c", "QuestionThinksText": "sample string 4", "QuestionThinksTextFr": "sample string 5", "ResponseId": "a898558c-95eb-4790-b135-59931f61acc1", "ResponseText": "sample string 6", "ResponseTextFr": "sample string 7", "QuestionType": "sample string 8", "Sequence": 9, "UserId": "fc134b67-b84f-46a6-acad-88f6fb16145d", "questionOptions": [ { "OptionId": "dd55d0a8-a32b-4ea2-996a-0c4847c7ed94", "OptionText": "sample string 1" }, { "OptionId": "dd55d0a8-a32b-4ea2-996a-0c4847c7ed94", "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>d0c4ab0c-ebc2-4d88-932c-4dcf2be7c8a0</InfluencerId> <QuestionHeaderId>f228864d-2a86-4994-ae31-9052a452556c</QuestionHeaderId> <QuestionText>sample string 2</QuestionText> <QuestionThinksText>sample string 4</QuestionThinksText> <QuestionThinksTextFr>sample string 5</QuestionThinksTextFr> <QuestionType>sample string 8</QuestionType> <ResponseId>a898558c-95eb-4790-b135-59931f61acc1</ResponseId> <ResponseText>sample string 6</ResponseText> <ResponseTextFr>sample string 7</ResponseTextFr> <Sequence>9</Sequence> <UserId>fc134b67-b84f-46a6-acad-88f6fb16145d</UserId> <questionOptions> <InfluencerQuestionOptionsDto> <OptionId>dd55d0a8-a32b-4ea2-996a-0c4847c7ed94</OptionId> <OptionText>sample string 1</OptionText> </InfluencerQuestionOptionsDto> <InfluencerQuestionOptionsDto> <OptionId>dd55d0a8-a32b-4ea2-996a-0c4847c7ed94</OptionId> <OptionText>sample string 1</OptionText> </InfluencerQuestionOptionsDto> </questionOptions> </InfluencerDetailDto> <InfluencerDetailDto> <InfluencerId>d0c4ab0c-ebc2-4d88-932c-4dcf2be7c8a0</InfluencerId> <QuestionHeaderId>f228864d-2a86-4994-ae31-9052a452556c</QuestionHeaderId> <QuestionText>sample string 2</QuestionText> <QuestionThinksText>sample string 4</QuestionThinksText> <QuestionThinksTextFr>sample string 5</QuestionThinksTextFr> <QuestionType>sample string 8</QuestionType> <ResponseId>a898558c-95eb-4790-b135-59931f61acc1</ResponseId> <ResponseText>sample string 6</ResponseText> <ResponseTextFr>sample string 7</ResponseTextFr> <Sequence>9</Sequence> <UserId>fc134b67-b84f-46a6-acad-88f6fb16145d</UserId> <questionOptions> <InfluencerQuestionOptionsDto> <OptionId>dd55d0a8-a32b-4ea2-996a-0c4847c7ed94</OptionId> <OptionText>sample string 1</OptionText> </InfluencerQuestionOptionsDto> <InfluencerQuestionOptionsDto> <OptionId>dd55d0a8-a32b-4ea2-996a-0c4847c7ed94</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": "64fba5e4-46c9-4062-90a0-2e7e2af04738", "CustomerId": "741e7416-33e1-498e-a2f1-c14dea32b5ba", "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>741e7416-33e1-498e-a2f1-c14dea32b5ba</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>64fba5e4-46c9-4062-90a0-2e7e2af04738</UserId> </ResponseDto>