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 /Enquiries/Edit HTTP/1.1
Host: internal.thebunkerbridge.com
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<APIEditEnquiryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bridge.Core.ViewModels">
<AccountId>0</AccountId>
<Agent>String</Agent>
<CreditTermDays>0</CreditTermDays>
<DateFrom>0001-01-01T00:00:00</DateFrom>
<DateTo>0001-01-01T00:00:00</DateTo>
<DeliveryMethodId>0</DeliveryMethodId>
<EnquiryGradesEdit>
<EnquiryGradesEditViewModel>
<Deleted>false</Deleted>
<GradeId>0</GradeId>
<Id>0</Id>
<ProductId>0</ProductId>
<SpecificationComments>String</SpecificationComments>
<UnitId>0</UnitId>
<VersionId>0</VersionId>
<VolumeFrom>0</VolumeFrom>
<VolumeTo>0</VolumeTo>
</EnquiryGradesEditViewModel>
</EnquiryGradesEdit>
<GeneralComments>String</GeneralComments>
<GetDeliveryMethods>
<GetDeliveryMethodsViewModel>
<Id>0</Id>
<Name>String</Name>
</GetDeliveryMethodsViewModel>
</GetDeliveryMethods>
<GetEntityAccounts>
<EntityAccountsViewModel>
<Id>0</Id>
<LinkedVesselId>0</LinkedVesselId>
<Name>String</Name>
<Type>String</Type>
</EntityAccountsViewModel>
</GetEntityAccounts>
<GetGrades>
<GetGradesViewModel>
<Deleted>false</Deleted>
<Id>0</Id>
<Index>0</Index>
<Name>String</Name>
</GetGradesViewModel>
</GetGrades>
<GetProducts>
<GetProductsViewModel>
<Deleted>false</Deleted>
<ETSMultiplication>0</ETSMultiplication>
<Id>0</Id>
<Index>0</Index>
<Name>String</Name>
</GetProductsViewModel>
</GetProducts>
<GetUnits>
<GetUnitsViewModel>
<Code>String</Code>
<Deleted>false</Deleted>
<Id>0</Id>
</GetUnitsViewModel>
</GetUnits>
<GetVersions>
<GetVersionsViewModel>
<Deleted>false</Deleted>
<Id>0</Id>
<Index>0</Index>
<Name>String</Name>
</GetVersionsViewModel>
</GetVersions>
<Guid>00000000-0000-0000-0000-000000000000</Guid>
<IMONumber>0</IMONumber>
<IMONumberOrMMSI>String</IMONumberOrMMSI>
<Id>0</Id>
<RequestedTermsType>String</RequestedTermsType>
<VesselId>0</VesselId>
<VesselName>String</VesselName>
</APIEditEnquiryViewModel>