InsertRecords

insertRecords-methode - vergelijking

Doel

Specifieke of meerdere records maken/invoegen.

Aanvraag-URL

Versie 1.0:

https://crm.zoho.com/crm/private/xml/Leads/insertRecords?authtoken=AuthToken&scope=crmapi&xmlData=Your XML Data

Versie 2.0:

URL: https://www.zohoapis.com/crm/v2/Leads

Methode: POST

Hoofdtekst van aanvraag: de inhoud van een record in JSON-indeling.

Header: Authorization=Zoho-oauthtoken {oauth_token}

Aanvraagparameters

Versie 1.0Versie 2.0
authtoken=****Authorization=Zoho-oauthtoken ***** - als een Header.
scope=crmapin.v.t.
xmlDataN.v.t. - invoergegevens moeten in de hoofdtekst van de aanvraag worden opgegeven
wfTrigger=true"trigger":["workflow","approval","blueprint"]
de bovenstaande sleutel moet in de hoofdtekst van de aanvraag worden opgegeven
duplicateCheckDe controle op dubbele items wordt standaard uitgevoerd.
isApproval"trigger":["workflow","approval","blueprint"]
de bovenstaande sleutel moet in de hoofdtekst van de aanvraag worden opgegeven
newFormatn.v.t.
versionn.v.t.
 

Voorbeeld-API-aanvraag:

Aanvraag in versie 1.0Aanvraag in versie 2.0
https://crm.zoho.com/crm/private/xml/Leads/insertRecords?authtoken=****&wfTrigger=true&xmlData=<Leads><row no="1"><FL val="Last Name">test1</FL><FL val="Company">com1</FL></row></Leads>URL - https://www.zohoapis.com/crm/v2/Leads
Body:
  {
    "data": [
      {
        "Last_Name":"Ben",
        "Company":"Zylker"
      }
    ],
"triggger":["workflow","approval","blueprint"]
}

Voorbeeldantwoorden:

+
Antwoord in versie 1.0Antwoord in versie 2.0
<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/crm/private/xml/Leads/insertRecords">
<result>
<message>Record(s) toegevoegd</message>
<recorddetail>
<FL val="Id">1386586000002579001</FL>
<FL val="Created Time">2018-03-2719:21:54</FL>
<FL val="Modified Time">2018-03-2719:21:54</FL>
<FL val="Created By"><![CDATA[Bruce Wills]]></FL>
<FL val="Modified By"><![CDATA[Bruce Wills]]></FL>
</recorddetail>
</result>
</response>
{
  "data": [
   {
    "code": "SUCCESS",
    "details": {
     "Modified_Time": "2018-03-27T19:20:28+05:30",
     "Modified_By": {
      "name": "Bruce Wills",
      "id": "1386586000000078001"
     },
     "Created_Time": "2018-03-27T19:20:28+05:30",
     "id": "1386586000002572002",
     "Created_By": {
      "name": "Bruce Wills",
      "id": "1386586000000078001"
     },
    "display_name": "Deb",
    "type": "recycle",
    "Created_By": {
     "name": "Bruce Wills",
     "id": "1386586000000078001"
     }
    },
    "message": "record added",
    "status": "success",
   }   ]  }
 

Let op:

Het veld 'id' in v1.0-API's is gelijk aan 'id' in het eerste JSON-object van de JSON-matrix 'data'.

Wijzigingen in invoerindeling voor activiteitenmodule:

Versie 1.0Versie 2.0
<Events><row no="1">
<FL val="Subject">Title3</FL>
<FL val="Start DateTime">2018-04-1111:00:00</FL>
<FL val="End DateTime">2018-04-1112:00:00</FL>
<FL val="CONTACTID">1386586000002379006</FL>
<FL val="SEID">1386586000001570009</FL>
<FL val="SEMODULE">Accounts</FL>
</row>
</Events>
{
  "data": [
   {
    "Event_Title":"titl1",
    "Start_DateTime":"2018-04-11T11:00:00+05:30",
    "End_DateTime":"2018-04-11T12:00:00+05:30",
    "Who_Id": "1386586000002379006",
    "$se_module": "Accounts",
    "What_Id": "1386586000001570009"
   }
  ]
}
 

Let op:

  • CONTACTID is equivalent aan de ID in het JSON-object Who_Id.
  • SEMODULE is gelijk aan $se_module.
  • SEID is equivalent aan de ID in het JSON-object What_Id.

Wijzigingen in invoerindeling voor voorraadmodule:

Versie 1.0Versie 2.0
<Invoices><row no="1">
<FL val="Subject">test inv2</FL>
<FL val="ACCOUNTID">1386586000002307022</FL>
<FL val="Tax">1.23</FL>
<FL val="Adjustment">5</FL>
<FL val="Grand Total">305</FL>
<FL val="Product Details">
<product no="1">
<FL val="Product Id">1386586000000097001</FL>
<FL val="Unit Price">10.0</FL>
<FL val="Quantity">3.0</FL>
<FL val="Total">300.0</FL>
<FL val="Discount">1.23</FL>
<FL val="Total After Discount">288.77</FL>
<FL val="List Price">100.0</FL>
<FL val="Net Total">288.77</FL>
</product>
</FL>
</row>
</Invoices>
{
  "data": [
   {
    "Adjustment": 5,
    "Product_Details":
    [
     {
      "product": {
       "id": "1386586000000097001"
      },
      "quantity": 3,
      "list_price": 100,
      "unit_price": 22,
      "line_tax": [{"percentage": 2,"name": "Sales Tax"},{"percentage": 3,"name": "Vat"}]
     }
    ],
    "Subject": "test inv4",
    "Account_Name":
    "1386586000000753001",
    "$line_tax": [{"percentage": 1,"name":
    "Sales Tax"},{"percentage": 0.5,"name": "Vat"}]
   }
  ]
}

Share this post : FacebookTwitter

Still can't find what you're looking for?

Write to us: support@zohocrm.com