Chilkat Online Tools

Unicode C++ / Zoho CRM REST APIs / Purchase Orders

Back to Collection Items

void ChilkatSample(void)
    {
    json.UpdateString(L"data[0].Owner.id",L"{{user-id}}");    json.UpdateString(L"data[0].Vendor_Name.id",L"{{vendor-id}}");    json.UpdateString(L"data[0].Contact_Name.id",L"{{contact-id}}");    json.UpdateNumber(L"data[0].Discount",L"127.67");    json.UpdateString(L"data[0].Description",L"Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.");    json.UpdateString(L"data[0].Shipping_State",L"Shipping_State");    json.UpdateNumber(L"data[0].Tax",L"127.67");    json.UpdateString(L"data[0].PO_Date",L"2018-01-25");    json.UpdateString(L"data[0].Billing_Country",L"Billing_Country");    json.UpdateString(L"data[0].Carrier",L"USPS");    json.UpdateString(L"data[0].Status",L"Delivered");    json.UpdateNumber(L"data[0].Sales_Commission",L"127.67");    json.UpdateString(L"data[0].PO_Number",L"PO_Number");    json.UpdateString(L"data[0].Due_Date",L"2018-01-25");    json.UpdateString(L"data[0].Billing_Street",L"Billing_Street");    json.UpdateNumber(L"data[0].Adjustment",L"127.67");    json.UpdateString(L"data[0].Terms_and_Conditions",L"Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.");    json.UpdateString(L"data[0].Billing_Code",L"Billing_Code");    json.UpdateString(L"data[0].Product_Details[0].product.id",L"1000000071967");    json.UpdateInt(L"data[0].Product_Details[0].quantity",150);    json.UpdateInt(L"data[0].Product_Details[0].Discount",20);    json.UpdateString(L"data[0].Product_Details[0].product_description",L"product_description");    json.UpdateInt(L"data[0].Product_Details[0].\"Unit Price\"",10);    json.UpdateNumber(L"data[0].Product_Details[0].line_tax[0].percentage",L"10.5");    json.UpdateString(L"data[0].Product_Details[0].line_tax[0].name",L"Sales Tax");    json.UpdateNumber(L"data[0].Product_Details[0].line_tax[1].percentage",L"6.5");    json.UpdateString(L"data[0].Product_Details[0].line_tax[1].name",L"Common Tax");    json.UpdateString(L"data[0].Product_Details[1].product.id",L"100000008007");    json.UpdateInt(L"data[0].Product_Details[1].quantity",151);    json.UpdateInt(L"data[0].Product_Details[1].Discount",21);    json.UpdateString(L"data[0].Product_Details[1].product_description",L"product_description");    json.UpdateInt(L"data[0].Product_Details[1].\"Unit Price\"",11);    json.UpdateNumber(L"data[0].Product_Details[1].line_tax[0].percentage",L"11.5");    json.UpdateString(L"data[0].Product_Details[1].line_tax[0].name",L"Sales Tax");    json.UpdateNumber(L"data[0].Product_Details[1].line_tax[1].percentage",L"7.5");    json.UpdateString(L"data[0].Product_Details[1].line_tax[1].name",L"Common Tax");    json.UpdateString(L"data[0].Subject",L"Subject");    json.UpdateString(L"data[0].Tracking_Number",L"Tracking_Number");    json.UpdateNumber(L"data[0].Excise_Duty",L"127.67");    json.UpdateString(L"data[0].Shipping_City",L"Shipping_City");    json.UpdateString(L"data[0].Shipping_Country",L"Shipping_Country");    json.UpdateString(L"data[0].Shipping_Code",L"Shipping_Code");    json.UpdateString(L"data[0].Billing_City",L"Billing_City");    json.UpdateString(L"data[0].Requisition_No",L"Requisition_No");    json.UpdateString(L"data[0].Billing_State",L"Billing_State");    json.UpdateNumber(L"data[0].$line_tax[0].percentage",L"12.5");    json.UpdateString(L"data[0].$line_tax[0].name",L"Sales Tax");    json.UpdateNumber(L"data[0].$line_tax[1].percentage",L"8.5");    json.UpdateString(L"data[0].$line_tax[1].name",L"Common Tax");    json.UpdateString(L"data[0].Shipping_Street",L"Shipping_Street");    success = http.HttpJson(L"POST",L"https://domain.com/crm/v2.1/Purchase_Orders",json,L"application/json",resp);
    }

Curl Command

curl -X POST
	-H "Authorization: Bearer <access_token>"
	-H "Authorization: {{authorization-token}}"
	-H "Content-Type: application/json"
	-d '{
	"data": [
		{
			"Owner": {
				"id": "{{user-id}}"
			},
			"Vendor_Name": {
				"id": "{{vendor-id}}"
			},
			"Contact_Name": {
				"id": "{{contact-id}}"
			},
			"Discount": 127.67,
			"Description": "Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.",
			"Shipping_State": "Shipping_State",
			"Tax": 127.67,
			"PO_Date": "2018-01-25",
			"Billing_Country": "Billing_Country",
			"Carrier": "USPS",
			"Status": "Delivered",
			"Sales_Commission": 127.67,
			"PO_Number": "PO_Number",
			"Due_Date": "2018-01-25",
			"Billing_Street": "Billing_Street",
			"Adjustment": 127.67,
			"Terms_and_Conditions": "Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.",
			"Billing_Code": "Billing_Code",
			"Product_Details": [
				{
					"product": {
						"id": "1000000071967"
					},
					"quantity": 150,
					"Discount": 20,
					"product_description": "product_description",
					"Unit Price": 10,
					"line_tax": [
						{
							"percentage": 10.5,
							"name": "Sales Tax"
						},
						{
							"percentage": 6.5,
							"name": "Common Tax"
						}
					]
				},
				{
					"product": {
						"id": "100000008007"
					},
					"quantity": 151,
					"Discount": 21,
					"product_description": "product_description",
					"Unit Price": 11,
					"line_tax": [
						{
							"percentage": 11.5,
							"name": "Sales Tax"
						},
						{
							"percentage": 7.5,
							"name": "Common Tax"
						}
					]
				}
			],
			"Subject": "Subject",
			"Tracking_Number": "Tracking_Number",
			"Excise_Duty": 127.67,
			"Shipping_City": "Shipping_City",
			"Shipping_Country": "Shipping_Country",
			"Shipping_Code": "Shipping_Code",
			"Billing_City": "Billing_City",
			"Requisition_No": "Requisition_No",
			"Billing_State": "Billing_State",
			"$line_tax": [
				{
					"percentage": 12.5,
					"name": "Sales Tax"
				},
				{
					"percentage": 8.5,
					"name": "Common Tax"
				}
			],
			"Shipping_Street": "Shipping_Street"
		}
	]
}'
https://domain.com/crm/v2.1/Purchase_Orders

Postman Collection Item JSON

{
  "name": "Purchase Orders",
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "Authorization",
        "value": "{{authorization-token}}"
      },
      {
        "key": "Content-Type",
        "value": "application/json"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n\t\"data\": [\n\t\t{\n\t\t\t\"Owner\": {\n\t\t\t\t\"id\": \"{{user-id}}\"\n\t\t\t},\n\t\t\t\"Vendor_Name\": {\n\t\t\t\t\"id\": \"{{vendor-id}}\"\n\t\t\t},\n\t\t\t\"Contact_Name\": {\n\t\t\t\t\"id\": \"{{contact-id}}\"\n\t\t\t},\n\t\t\t\"Discount\": 127.67,\n\t\t\t\"Description\": \"Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.\",\n\t\t\t\"Shipping_State\": \"Shipping_State\",\n\t\t\t\"Tax\": 127.67,\n\t\t\t\"PO_Date\": \"2018-01-25\",\n\t\t\t\"Billing_Country\": \"Billing_Country\",\n\t\t\t\"Carrier\": \"USPS\",\n\t\t\t\"Status\": \"Delivered\",\n\t\t\t\"Sales_Commission\": 127.67,\n\t\t\t\"PO_Number\": \"PO_Number\",\n\t\t\t\"Due_Date\": \"2018-01-25\",\n\t\t\t\"Billing_Street\": \"Billing_Street\",\n\t\t\t\"Adjustment\": 127.67,\n\t\t\t\"Terms_and_Conditions\": \"Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.\",\n\t\t\t\"Billing_Code\": \"Billing_Code\",\n\t\t\t\"Product_Details\": [\n\t\t\t\t{\n\t\t\t\t\t\"product\": {\n\t\t\t\t\t\t\"id\": \"1000000071967\"\n\t\t\t\t\t},\n\t\t\t\t\t\"quantity\": 150,\n\t\t\t\t\t\"Discount\": 20,\n\t\t\t\t\t\"product_description\": \"product_description\",\n\t\t\t\t\t\"Unit Price\": 10,\n\t\t\t\t\t\"line_tax\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"percentage\": 10.5,\n\t\t\t\t\t\t\t\"name\": \"Sales Tax\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"percentage\": 6.5,\n\t\t\t\t\t\t\t\"name\": \"Common Tax\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"product\": {\n\t\t\t\t\t\t\"id\": \"100000008007\"\n\t\t\t\t\t},\n\t\t\t\t\t\"quantity\": 151,\n\t\t\t\t\t\"Discount\": 21,\n\t\t\t\t\t\"product_description\": \"product_description\",\n\t\t\t\t\t\"Unit Price\": 11,\n\t\t\t\t\t\"line_tax\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"percentage\": 11.5,\n\t\t\t\t\t\t\t\"name\": \"Sales Tax\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"percentage\": 7.5,\n\t\t\t\t\t\t\t\"name\": \"Common Tax\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"Subject\": \"Subject\",\n\t\t\t\"Tracking_Number\": \"Tracking_Number\",\n\t\t\t\"Excise_Duty\": 127.67,\n\t\t\t\"Shipping_City\": \"Shipping_City\",\n\t\t\t\"Shipping_Country\": \"Shipping_Country\",\n\t\t\t\"Shipping_Code\": \"Shipping_Code\",\n\t\t\t\"Billing_City\": \"Billing_City\",\n\t\t\t\"Requisition_No\": \"Requisition_No\",\n\t\t\t\"Billing_State\": \"Billing_State\",\n\t\t\t\"$line_tax\": [\n\t\t\t\t{\n\t\t\t\t\t\"percentage\": 12.5,\n\t\t\t\t\t\"name\": \"Sales Tax\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"percentage\": 8.5,\n\t\t\t\t\t\"name\": \"Common Tax\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"Shipping_Street\": \"Shipping_Street\"\n\t\t}\n\t]\n}"
    },
    "url": {
      "raw": "{{api-domain}}/crm/v2.1/Purchase_Orders",
      "host": [
        "{{api-domain}}"
      ],
      "path": [
        "crm",
        "v2.1",
        "Purchase_Orders"
      ]
    },
    "description": "To add new entities to a module."
  },
  "response": [
  ]
}