POST api/Allocation/CustomerSetAllocation

Request Information

URI Parameters

None.

Body Parameters

Collection of MdlCustomerDataAllocation
NameDescriptionTypeAdditional information
Customer_ID

string

None.

Vehicle_ID

string

None.

Insurance_Id

string

None.

User_Id

string

None.

Caller_Id

string

None.

Cust_For_INH

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Customer_ID": "sample string 1",
    "Vehicle_ID": "sample string 2",
    "Insurance_Id": "sample string 3",
    "User_Id": "sample string 4",
    "Caller_Id": "sample string 5",
    "Cust_For_INH": "sample string 6"
  },
  {
    "Customer_ID": "sample string 1",
    "Vehicle_ID": "sample string 2",
    "Insurance_Id": "sample string 3",
    "User_Id": "sample string 4",
    "Caller_Id": "sample string 5",
    "Cust_For_INH": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMdlCustomerDataAllocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Controllers">
  <MdlCustomerDataAllocation>
    <Caller_Id>sample string 5</Caller_Id>
    <Cust_For_INH>sample string 6</Cust_For_INH>
    <Customer_ID>sample string 1</Customer_ID>
    <Insurance_Id>sample string 3</Insurance_Id>
    <User_Id>sample string 4</User_Id>
    <Vehicle_ID>sample string 2</Vehicle_ID>
  </MdlCustomerDataAllocation>
  <MdlCustomerDataAllocation>
    <Caller_Id>sample string 5</Caller_Id>
    <Cust_For_INH>sample string 6</Cust_For_INH>
    <Customer_ID>sample string 1</Customer_ID>
    <Insurance_Id>sample string 3</Insurance_Id>
    <User_Id>sample string 4</User_Id>
    <Vehicle_ID>sample string 2</Vehicle_ID>
  </MdlCustomerDataAllocation>
</ArrayOfMdlCustomerDataAllocation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>