POST api/OraderOraclePageController/BatchModification

Request Information

URI Parameters

None.

Body Parameters

BatchModification
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 BatchModificationIteam

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_contractdetailid": "sample string 1",
      "new_shipto_accountid": "sample string 2",
      "new_shipto_accountid_guid": "sample string 3",
      "new_productid": "sample string 4",
      "new_productid_guid": "sample string 5",
      "new_monthvolume": 6.0,
      "new_pricestype": "sample string 7",
      "new_pricestype_guid": "sample string 8",
      "new_effectdate_prices": "sample string 9",
      "new_taxincluding_prices": "sample string 10",
      "new_taxincluding_prices_guid": "sample string 11",
      "P1": 12.0,
      "P2": 13.0,
      "P3": 14.0,
      "new_rentaltype": "sample string 15",
      "new_rentaltype_guid": "sample string 16",
      "new_effectdate_rental": "sample string 17",
      "new_taxincluding_rental": "sample string 18",
      "new_taxincluding_rental_guid": "sample string 19",
      "R1": 20.0,
      "R2": 21.0,
      "R3": 22.0,
      "new_cylinder_pledge": 23,
      "new_cylinder_customer": 24,
      "new_deposit": 25,
      "new_cylindertrusteefee": 26
    },
    {
      "new_contractdetailid": "sample string 1",
      "new_shipto_accountid": "sample string 2",
      "new_shipto_accountid_guid": "sample string 3",
      "new_productid": "sample string 4",
      "new_productid_guid": "sample string 5",
      "new_monthvolume": 6.0,
      "new_pricestype": "sample string 7",
      "new_pricestype_guid": "sample string 8",
      "new_effectdate_prices": "sample string 9",
      "new_taxincluding_prices": "sample string 10",
      "new_taxincluding_prices_guid": "sample string 11",
      "P1": 12.0,
      "P2": 13.0,
      "P3": 14.0,
      "new_rentaltype": "sample string 15",
      "new_rentaltype_guid": "sample string 16",
      "new_effectdate_rental": "sample string 17",
      "new_taxincluding_rental": "sample string 18",
      "new_taxincluding_rental_guid": "sample string 19",
      "R1": 20.0,
      "R2": 21.0,
      "R3": 22.0,
      "new_cylinder_pledge": 23,
      "new_cylinder_customer": 24,
      "new_deposit": 25,
      "new_cylindertrusteefee": 26
    }
  ]
}

application/xml, text/xml

Sample:
<BatchModification 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>
    <BatchModificationIteam>
      <P1>12</P1>
      <P2>13</P2>
      <P3>14</P3>
      <R1>20</R1>
      <R2>21</R2>
      <R3>22</R3>
      <new_contractdetailid>sample string 1</new_contractdetailid>
      <new_cylinder_customer>24</new_cylinder_customer>
      <new_cylinder_pledge>23</new_cylinder_pledge>
      <new_cylindertrusteefee>26</new_cylindertrusteefee>
      <new_deposit>25</new_deposit>
      <new_effectdate_prices>sample string 9</new_effectdate_prices>
      <new_effectdate_rental>sample string 17</new_effectdate_rental>
      <new_monthvolume>6</new_monthvolume>
      <new_pricestype>sample string 7</new_pricestype>
      <new_pricestype_guid>sample string 8</new_pricestype_guid>
      <new_productid>sample string 4</new_productid>
      <new_productid_guid>sample string 5</new_productid_guid>
      <new_rentaltype>sample string 15</new_rentaltype>
      <new_rentaltype_guid>sample string 16</new_rentaltype_guid>
      <new_shipto_accountid>sample string 2</new_shipto_accountid>
      <new_shipto_accountid_guid>sample string 3</new_shipto_accountid_guid>
      <new_taxincluding_prices>sample string 10</new_taxincluding_prices>
      <new_taxincluding_prices_guid>sample string 11</new_taxincluding_prices_guid>
      <new_taxincluding_rental>sample string 18</new_taxincluding_rental>
      <new_taxincluding_rental_guid>sample string 19</new_taxincluding_rental_guid>
    </BatchModificationIteam>
    <BatchModificationIteam>
      <P1>12</P1>
      <P2>13</P2>
      <P3>14</P3>
      <R1>20</R1>
      <R2>21</R2>
      <R3>22</R3>
      <new_contractdetailid>sample string 1</new_contractdetailid>
      <new_cylinder_customer>24</new_cylinder_customer>
      <new_cylinder_pledge>23</new_cylinder_pledge>
      <new_cylindertrusteefee>26</new_cylindertrusteefee>
      <new_deposit>25</new_deposit>
      <new_effectdate_prices>sample string 9</new_effectdate_prices>
      <new_effectdate_rental>sample string 17</new_effectdate_rental>
      <new_monthvolume>6</new_monthvolume>
      <new_pricestype>sample string 7</new_pricestype>
      <new_pricestype_guid>sample string 8</new_pricestype_guid>
      <new_productid>sample string 4</new_productid>
      <new_productid_guid>sample string 5</new_productid_guid>
      <new_rentaltype>sample string 15</new_rentaltype>
      <new_rentaltype_guid>sample string 16</new_rentaltype_guid>
      <new_shipto_accountid>sample string 2</new_shipto_accountid>
      <new_shipto_accountid_guid>sample string 3</new_shipto_accountid_guid>
      <new_taxincluding_prices>sample string 10</new_taxincluding_prices>
      <new_taxincluding_prices_guid>sample string 11</new_taxincluding_prices_guid>
      <new_taxincluding_rental>sample string 18</new_taxincluding_rental>
      <new_taxincluding_rental_guid>sample string 19</new_taxincluding_rental_guid>
    </BatchModificationIteam>
  </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>
</BatchModification>

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.