To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /Store/GetStoreReviews/{Storeid} HTTP/1.1
Host: baseservices.needion.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<GetStoreReviewsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2">
<APIKey>String</APIKey>
<Cmd>String</Cmd>
<DeviceUUID>String</DeviceUUID>
<isAdmin>false</isAdmin>
<start>0001-01-01T00:00:00</start>
<Count>0</Count>
<Page>0</Page>
<StoreId>0</StoreId>
</GetStoreReviewsRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<GetStoreReviewsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2">
<Error>
<ErrorCode>String</ErrorCode>
<ErrorDescription>String</ErrorDescription>
<ErrorYn>false</ErrorYn>
<ExYn>false</ExYn>
</Error>
<PageInfo>
<CurrentPage>0</CurrentPage>
<TotalPageCount>0</TotalPageCount>
<TotalRecordCount>0</TotalRecordCount>
</PageInfo>
<ResMessage>String</ResMessage>
<Result>false</Result>
<Reviews xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:StoreReviewDTO>
<d2p1:HideUser>false</d2p1:HideUser>
<d2p1:LikeCnt>0</d2p1:LikeCnt>
<d2p1:Rate>0</d2p1:Rate>
<d2p1:ReviewDate>0001-01-01T00:00:00</d2p1:ReviewDate>
<d2p1:ReviewId>0</d2p1:ReviewId>
<d2p1:ReviewText>String</d2p1:ReviewText>
<d2p1:UnLikeCnt>0</d2p1:UnLikeCnt>
<d2p1:User>
<d2p1:Avatar>String</d2p1:Avatar>
<d2p1:FirstName>String</d2p1:FirstName>
<d2p1:NeedCommercialMessageConfirmationYn>false</d2p1:NeedCommercialMessageConfirmationYn>
<d2p1:NickName>String</d2p1:NickName>
<d2p1:ProfileImage>
<d2p1:Action>None</d2p1:Action>
<d2p1:ActiveYn>false</d2p1:ActiveYn>
<d2p1:FriendlyURL>String</d2p1:FriendlyURL>
<d2p1:IsDeleted>false</d2p1:IsDeleted>
<d2p1:IsMain>false</d2p1:IsMain>
<d2p1:MediaFileName>String</d2p1:MediaFileName>
<d2p1:MediaId>0</d2p1:MediaId>
<d2p1:MediaMime>String</d2p1:MediaMime>
<d2p1:MediaType>icon</d2p1:MediaType>
<d2p1:OrderNum>0</d2p1:OrderNum>
<d2p1:PostId>0</d2p1:PostId>
<d2p1:PostVariantA1Key>String</d2p1:PostVariantA1Key>
<d2p1:RefId>0</d2p1:RefId>
<d2p1:Source>String</d2p1:Source>
<d2p1:SourceUrl>String</d2p1:SourceUrl>
<d2p1:UsageType>StoreMedias</d2p1:UsageType>
</d2p1:ProfileImage>
<d2p1:Surname>String</d2p1:Surname>
<d2p1:UserFullName>String</d2p1:UserFullName>
<d2p1:UserId>0</d2p1:UserId>
<d2p1:UserName>String</d2p1:UserName>
<d2p1:UserSocialInfo>
<d2p1:ActivePostCount>0</d2p1:ActivePostCount>
<d2p1:AvgRate>0</d2p1:AvgRate>
<d2p1:BanCount>0</d2p1:BanCount>
<d2p1:BannedCount>0</d2p1:BannedCount>
<d2p1:DidUserBan>false</d2p1:DidUserBan>
<d2p1:DidUserBanned>false</d2p1:DidUserBanned>
<d2p1:DidUserFollow>false</d2p1:DidUserFollow>
<d2p1:DidUserFollowed>false</d2p1:DidUserFollowed>
<d2p1:DidUserLike>false</d2p1:DidUserLike>
<d2p1:DidUserRate>false</d2p1:DidUserRate>
<d2p1:FollowCount>0</d2p1:FollowCount>
<d2p1:FollowedCount>0</d2p1:FollowedCount>
<d2p1:LikeCount>0</d2p1:LikeCount>
<d2p1:RateCount>0</d2p1:RateCount>
<d2p1:ViewCount>0</d2p1:ViewCount>
</d2p1:UserSocialInfo>
</d2p1:User>
</d2p1:StoreReviewDTO>
</Reviews>
</GetStoreReviewsResponse>