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 /xml/reply/CreateChatRequest2 HTTP/1.1
Host: baseservices.needion.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<CreateChatRequest2 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>
<ChatType>Sale</ChatType>
<PostId>0</PostId>
<StoreId>0</StoreId>
<UserId>0</UserId>
</CreateChatRequest2>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<CreateChatResponse2 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>
<Chat xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
<d2p1:BGColor>String</d2p1:BGColor>
<d2p1:BasketId>0</d2p1:BasketId>
<d2p1:BuyerDesc>String</d2p1:BuyerDesc>
<d2p1:BuyerId>0</d2p1:BuyerId>
<d2p1:ChatType>Sale</d2p1:ChatType>
<d2p1:CpSeqId>0</d2p1:CpSeqId>
<d2p1:Id xmlns:d3p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d3p1:_a>0</d3p1:_a>
<d3p1:_b>0</d3p1:_b>
<d3p1:_c>0</d3p1:_c>
</d2p1:Id>
<d2p1:LastMessage>String</d2p1:LastMessage>
<d2p1:LastMessageDate>0001-01-01T00:00:00</d2p1:LastMessageDate>
<d2p1:LastSeqId>0</d2p1:LastSeqId>
<d2p1:MediaFileName>String</d2p1:MediaFileName>
<d2p1:MessageCount>0</d2p1:MessageCount>
<d2p1:PostId>0</d2p1:PostId>
<d2p1:SalerDesc>String</d2p1:SalerDesc>
<d2p1:SalerId>0</d2p1:SalerId>
<d2p1:StartDate>0001-01-01T00:00:00</d2p1:StartDate>
<d2p1:Status>Active</d2p1:Status>
<d2p1:StoreId>0</d2p1:StoreId>
<d2p1:StoreMediaId>0</d2p1:StoreMediaId>
<d2p1:Users>
<d2p1:ChatUser>
<d2p1:ActiveYn>0</d2p1:ActiveYn>
<d2p1:Avatar>String</d2p1:Avatar>
<d2p1:LastReadSeqId>0</d2p1:LastReadSeqId>
<d2p1:UserId>0</d2p1:UserId>
<d2p1:UserName>String</d2p1:UserName>
</d2p1:ChatUser>
</d2p1:Users>
</Chat>
</CreateChatResponse2>