GET api/LoadProforma

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ServiceXnewId": 1,
  "CustomerId": 2,
  "OrderId": 3,
  "ShippingAddressId": 4,
  "BillingAddressID": 5,
  "Description": "sample string 6",
  "EmployeeInCharge": "sample string 7",
  "ServiceXnewLineIns": [
    {
      "ServiceXnewId": 1,
      "Recomds": "sample string 2"
    },
    {
      "ServiceXnewId": 1,
      "Recomds": "sample string 2"
    },
    {
      "ServiceXnewId": 1,
      "Recomds": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<LoadProformaController.ServiceXnew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MdxWebApi.Controllers">
  <BillingAddressID>5</BillingAddressID>
  <CustomerId>2</CustomerId>
  <Description>sample string 6</Description>
  <EmployeeInCharge>sample string 7</EmployeeInCharge>
  <OrderId>3</OrderId>
  <ServiceXnewId>1</ServiceXnewId>
  <ServiceXnewLineIns>
    <LoadProformaController.ServiceXnewLine>
      <Recomds>sample string 2</Recomds>
      <ServiceXnewId>1</ServiceXnewId>
    </LoadProformaController.ServiceXnewLine>
    <LoadProformaController.ServiceXnewLine>
      <Recomds>sample string 2</Recomds>
      <ServiceXnewId>1</ServiceXnewId>
    </LoadProformaController.ServiceXnewLine>
    <LoadProformaController.ServiceXnewLine>
      <Recomds>sample string 2</Recomds>
      <ServiceXnewId>1</ServiceXnewId>
    </LoadProformaController.ServiceXnewLine>
  </ServiceXnewLineIns>
  <ShippingAddressId>4</ShippingAddressId>
</LoadProformaController.ServiceXnew>