POST api/OraderOraclePageController/BatchDetailed

Request Information

URI Parameters

None.

Body Parameters

BatchDetailed
NameDescriptionTypeAdditional information
userid

string

None.

contractid

string

None.

new_product_subtypeid

string

None.

new_companyid

string

None.

new_onewaydistance

decimal number

None.

new_outsource_cost

decimal number

None.

new_continueusing

string

None.

new_otherequipmentrental_notax

decimal number

None.

new_fixedfacilityinvestment_notax

decimal number

None.

new_handlingfee_notax

decimal number

None.

new_thirdlogisticscosts_notax

decimal number

None.

new_otherproductsales

string

None.

new_otherequipmentdeposit_notax

decimal number

None.

item

Collection of BatchDetailedIteam

None.

Request Formats

application/json, text/json

Sample:
{
  "userid": "sample string 1",
  "contractid": "sample string 2",
  "new_product_subtypeid": "sample string 3",
  "new_companyid": "sample string 4",
  "new_onewaydistance": 5.0,
  "new_outsource_cost": 6.0,
  "new_continueusing": "sample string 7",
  "new_otherequipmentrental_notax": 8.0,
  "new_fixedfacilityinvestment_notax": 9.0,
  "new_handlingfee_notax": 10.0,
  "new_thirdlogisticscosts_notax": 11.0,
  "new_otherproductsales": "sample string 12",
  "new_otherequipmentdeposit_notax": 13.0,
  "item": [
    {
      "new_shipto_accountid": "sample string 1",
      "new_shipto_accountid_guid": "sample string 2",
      "new_productid": "sample string 3",
      "new_productid_guid": "sample string 4",
      "new_monthvolume": 5.0,
      "new_pricestype": "sample string 6",
      "new_pricestype_guid": "sample string 7",
      "new_effectdate_prices": "sample string 8",
      "new_taxincluding_prices": "sample string 9",
      "new_taxincluding_prices_guid": "sample string 10",
      "P1": 11.0,
      "P2": 12.0,
      "P3": 13.0,
      "new_rentaltype": "sample string 14",
      "new_rentaltype_guid": "sample string 15",
      "new_effectdate_rental": "sample string 16",
      "new_taxincluding_rental": "sample string 17",
      "new_taxincluding_rental_guid": "sample string 18",
      "R1": 19.0,
      "R2": 20.0,
      "R3": 21.0,
      "new_cylinder_pledge": 22,
      "new_cylinder_customer": 23,
      "new_deposit": 24,
      "new_cylindertrusteefee": 25
    },
    {
      "new_shipto_accountid": "sample string 1",
      "new_shipto_accountid_guid": "sample string 2",
      "new_productid": "sample string 3",
      "new_productid_guid": "sample string 4",
      "new_monthvolume": 5.0,
      "new_pricestype": "sample string 6",
      "new_pricestype_guid": "sample string 7",
      "new_effectdate_prices": "sample string 8",
      "new_taxincluding_prices": "sample string 9",
      "new_taxincluding_prices_guid": "sample string 10",
      "P1": 11.0,
      "P2": 12.0,
      "P3": 13.0,
      "new_rentaltype": "sample string 14",
      "new_rentaltype_guid": "sample string 15",
      "new_effectdate_rental": "sample string 16",
      "new_taxincluding_rental": "sample string 17",
      "new_taxincluding_rental_guid": "sample string 18",
      "R1": 19.0,
      "R2": 20.0,
      "R3": 21.0,
      "new_cylinder_pledge": 22,
      "new_cylinder_customer": 23,
      "new_deposit": 24,
      "new_cylindertrusteefee": 25
    }
  ]
}

application/xml, text/xml

Sample:
<BatchDetailed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Net.MSCrm.Model">
  <contractid>sample string 2</contractid>
  <item>
    <BatchDetailedIteam>
      <P1>11</P1>
      <P2>12</P2>
      <P3>13</P3>
      <R1>19</R1>
      <R2>20</R2>
      <R3>21</R3>
      <new_cylinder_customer>23</new_cylinder_customer>
      <new_cylinder_pledge>22</new_cylinder_pledge>
      <new_cylindertrusteefee>25</new_cylindertrusteefee>
      <new_deposit>24</new_deposit>
      <new_effectdate_prices>sample string 8</new_effectdate_prices>
      <new_effectdate_rental>sample string 16</new_effectdate_rental>
      <new_monthvolume>5</new_monthvolume>
      <new_pricestype>sample string 6</new_pricestype>
      <new_pricestype_guid>sample string 7</new_pricestype_guid>
      <new_productid>sample string 3</new_productid>
      <new_productid_guid>sample string 4</new_productid_guid>
      <new_rentaltype>sample string 14</new_rentaltype>
      <new_rentaltype_guid>sample string 15</new_rentaltype_guid>
      <new_shipto_accountid>sample string 1</new_shipto_accountid>
      <new_shipto_accountid_guid>sample string 2</new_shipto_accountid_guid>
      <new_taxincluding_prices>sample string 9</new_taxincluding_prices>
      <new_taxincluding_prices_guid>sample string 10</new_taxincluding_prices_guid>
      <new_taxincluding_rental>sample string 17</new_taxincluding_rental>
      <new_taxincluding_rental_guid>sample string 18</new_taxincluding_rental_guid>
    </BatchDetailedIteam>
    <BatchDetailedIteam>
      <P1>11</P1>
      <P2>12</P2>
      <P3>13</P3>
      <R1>19</R1>
      <R2>20</R2>
      <R3>21</R3>
      <new_cylinder_customer>23</new_cylinder_customer>
      <new_cylinder_pledge>22</new_cylinder_pledge>
      <new_cylindertrusteefee>25</new_cylindertrusteefee>
      <new_deposit>24</new_deposit>
      <new_effectdate_prices>sample string 8</new_effectdate_prices>
      <new_effectdate_rental>sample string 16</new_effectdate_rental>
      <new_monthvolume>5</new_monthvolume>
      <new_pricestype>sample string 6</new_pricestype>
      <new_pricestype_guid>sample string 7</new_pricestype_guid>
      <new_productid>sample string 3</new_productid>
      <new_productid_guid>sample string 4</new_productid_guid>
      <new_rentaltype>sample string 14</new_rentaltype>
      <new_rentaltype_guid>sample string 15</new_rentaltype_guid>
      <new_shipto_accountid>sample string 1</new_shipto_accountid>
      <new_shipto_accountid_guid>sample string 2</new_shipto_accountid_guid>
      <new_taxincluding_prices>sample string 9</new_taxincluding_prices>
      <new_taxincluding_prices_guid>sample string 10</new_taxincluding_prices_guid>
      <new_taxincluding_rental>sample string 17</new_taxincluding_rental>
      <new_taxincluding_rental_guid>sample string 18</new_taxincluding_rental_guid>
    </BatchDetailedIteam>
  </item>
  <new_companyid>sample string 4</new_companyid>
  <new_continueusing>sample string 7</new_continueusing>
  <new_fixedfacilityinvestment_notax>9</new_fixedfacilityinvestment_notax>
  <new_handlingfee_notax>10</new_handlingfee_notax>
  <new_onewaydistance>5</new_onewaydistance>
  <new_otherequipmentdeposit_notax>13</new_otherequipmentdeposit_notax>
  <new_otherequipmentrental_notax>8</new_otherequipmentrental_notax>
  <new_otherproductsales>sample string 12</new_otherproductsales>
  <new_outsource_cost>6</new_outsource_cost>
  <new_product_subtypeid>sample string 3</new_product_subtypeid>
  <new_thirdlogisticscosts_notax>11</new_thirdlogisticscosts_notax>
  <userid>sample string 1</userid>
</BatchDetailed>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.