POST api/WooCommerce

Documentation for 'PostValue'.

Request Information

Parameters

NameDescriptionAdditional information
data
Documentation for 'data'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "customer_email": "sample string 1",
  "user_id": "sample string 2",
  "bill_firstname": "sample string 3",
  "bill_surname": "sample string 4",
  "bill_company": "sample string 5",
  "bill_nit": "sample string 6",
  "bill_phone": "sample string 7",
  "bill_celular": "sample string 8",
  "bill_ci": "sample string 9",
  "bill_departamento": "sample string 10",
  "bill_ciudad": "sample string 11",
  "apipass": "sample string 12",
  "shipping_type": "sample string 13",
  "bill_address2": "sample string 14",
  "item_price": "sample string 15",
  "order_id": "sample string 16",
  "ship_address1": "sample string 17",
  "item_sku": "sample string 18",
  "quantity": "sample string 19",
  "transaction_key": "sample string 20"
}

application/xml, text/xml

Sample:
<clWooCommerce xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiciosWeb">
  <apipass>sample string 12</apipass>
  <bill_address2>sample string 14</bill_address2>
  <bill_celular>sample string 8</bill_celular>
  <bill_ci>sample string 9</bill_ci>
  <bill_ciudad>sample string 11</bill_ciudad>
  <bill_company>sample string 5</bill_company>
  <bill_departamento>sample string 10</bill_departamento>
  <bill_firstname>sample string 3</bill_firstname>
  <bill_nit>sample string 6</bill_nit>
  <bill_phone>sample string 7</bill_phone>
  <bill_surname>sample string 4</bill_surname>
  <customer_email>sample string 1</customer_email>
  <item_price>sample string 15</item_price>
  <item_sku>sample string 18</item_sku>
  <order_id>sample string 16</order_id>
  <quantity>sample string 19</quantity>
  <ship_address1>sample string 17</ship_address1>
  <shipping_type>sample string 13</shipping_type>
  <transaction_key>sample string 20</transaction_key>
  <user_id>sample string 2</user_id>
</clWooCommerce>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

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