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.
GET /api/ScheduledExchanges HTTP/1.1
Host: active-ewebservice.biz
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ScheduledExchangesGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIM.WebService">
<Status>
<DomainName>String</DomainName>
<ErrorCode>String</ErrorCode>
<ErrorDisplayText>String</ErrorDisplayText>
<ErrorMessage>String</ErrorMessage>
<IpAddress>String</IpAddress>
<Login>String</Login>
<StatusCode>String</StatusCode>
</Status>
<ScheduledExchanges>
<ScheduledExchangesGetInfo>
<Acct>0</Acct>
<Address>String</Address>
<Address2>String</Address2>
<AutoPayHoldDate>0001-01-01T00:00:00</AutoPayHoldDate>
<City>String</City>
<District>String</District>
<Employee>String</Employee>
<ExchangeID>0</ExchangeID>
<ExchangeRef>0</ExchangeRef>
<ExchangedItem>String</ExchangedItem>
<History>String</History>
<Item>String</Item>
<MobileExchangedStatus>false</MobileExchangedStatus>
<Name>String</Name>
<NewSku>String</NewSku>
<Notes>String</Notes>
<Option>String</Option>
<PostingDate>0001-01-01T00:00:00</PostingDate>
<Processed>false</Processed>
<ReturnOption>String</ReturnOption>
<ReturnedDate>0001-01-01T00:00:00</ReturnedDate>
<ScheduledDate>0001-01-01T00:00:00</ScheduledDate>
<ScheduledReturnedRef>String</ScheduledReturnedRef>
<School>String</School>
<Serial>String</Serial>
<Source>String</Source>
<Status>String</Status>
<StockNumber>String</StockNumber>
<Student>String</Student>
<Sub>0</Sub>
</ScheduledExchangesGetInfo>
</ScheduledExchanges>
</ScheduledExchangesGetResponse>