Back to Collection Items
func chilkatTest() {
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
let http = CkoHttp()!
var success: Bool
// Use this online tool to generate code from sample XML: Generate Code to Create XML
// The following XML is sent in the request body.
// <?xml version="1.0" encoding="utf-8"?>
// <supplier-information-site>
// <supplier-information-id>650</supplier-information-id>
// <active>true</active>
// <addresses>
// <address>
// <id>689</id>
// </address>
// <address>
// <id>688</id>
// </address>
// </addresses>
// <buyer-hold>false</buyer-hold>
// <code>SIM load4 code12</code>
// <contacts>
// <contact>
// <id>519</id>
// </contact>
// </contacts>
// <content-groups/>
// <cxml-domain nil="true"/>
// <cxml-http-username nil="true"/>
// <cxml-identity nil="true"/>
// <cxml-protocol nil="true"/>
// <cxml-secret nil="true"/>
// <cxml-ssl-version nil="true"/>
// <cxml-supplier-domain nil="true"/>
// <cxml-supplier-identity nil="true"/>
// <cxml-url nil="true"/>
// <default-locale>en</default-locale>
// <disable-cert-verify>false</disable-cert-verify>
// <name>SIM load4 site name12</name>
// <po-change-method>prompt</po-change-method>
// <po-email nil="true"/>
// <po-method>prompt</po-method>
// </supplier-information-site>
//
let xml = CkoXml()!
xml.tag = "supplier-information-site"
xml.updateChildContentInt("supplier-information-id", value: 650)
xml.updateChildContent("active", value: "true")
xml.updateChildContentInt("addresses|address|id", value: 689)
xml.updateChildContentInt("addresses|address[1]|id", value: 688)
xml.updateChildContent("buyer-hold", value: "false")
xml.updateChildContent("code", value: "SIM load4 code12")
xml.updateChildContentInt("contacts|contact|id", value: 519)
xml.updateChildContent("content-groups", value: "")
xml.updateAttr(at: "cxml-domain", autoCreate: true, attrName: "nil", attrValue: "true")
xml.updateAttr(at: "cxml-http-username", autoCreate: true, attrName: "nil", attrValue: "true")
xml.updateAttr(at: "cxml-identity", autoCreate: true, attrName: "nil", attrValue: "true")
xml.updateAttr(at: "cxml-protocol", autoCreate: true, attrName: "nil", attrValue: "true")
xml.updateAttr(at: "cxml-secret", autoCreate: true, attrName: "nil", attrValue: "true")
xml.updateAttr(at: "cxml-ssl-version", autoCreate: true, attrName: "nil", attrValue: "true")
xml.updateAttr(at: "cxml-supplier-domain", autoCreate: true, attrName: "nil", attrValue: "true")
xml.updateAttr(at: "cxml-supplier-identity", autoCreate: true, attrName: "nil", attrValue: "true")
xml.updateAttr(at: "cxml-url", autoCreate: true, attrName: "nil", attrValue: "true")
xml.updateChildContent("default-locale", value: "en")
xml.updateChildContent("disable-cert-verify", value: "false")
xml.updateChildContent("name", value: "SIM load4 site name12")
xml.updateChildContent("po-change-method", value: "prompt")
xml.updateAttr(at: "po-email", autoCreate: true, attrName: "nil", attrValue: "true")
xml.updateChildContent("po-method", value: "prompt")
// Adds the "Authorization: Bearer <access_token>" header.
http.authToken = "<access_token>"
let sbRequestBody = CkoStringBuilder()!
xml.getSb(sbRequestBody)
var resp: CkoHttpResponse? = http.pTextSb("POST", url: "[\"id\",\"supplier_information_id\",\"kind\",\"name_given\",\"name_family\",\"email\"]}]", textData: sbRequestBody, charset: "utf-8", contentType: "application/xml", md5: false, gzip: false)
if http.lastMethodSuccess == false {
print("\(http.lastErrorText!)")
return
}
print("\(resp!.statusCode.intValue)")
print("\(resp!.bodyStr!)")
resp = nil
}
Curl Command
curl -X POST
-H "Authorization: Bearer <access_token>"
-d '<supplier-information-site>
<supplier-information-id>650</supplier-information-id>
<active>true</active>
<addresses>
<address>
<id>689</id>
</address>
<address>
<id>688</id>
</address>
</addresses>
<buyer-hold>false</buyer-hold>
<code>SIM load4 code12</code>
<contacts>
<contact>
<id>519</id>
</contact>
</contacts>
<content-groups/>
<cxml-domain nil="true"/>
<cxml-http-username nil="true"/>
<cxml-identity nil="true"/>
<cxml-protocol nil="true"/>
<cxml-secret nil="true"/>
<cxml-ssl-version nil="true"/>
<cxml-supplier-domain nil="true"/>
<cxml-supplier-identity nil="true"/>
<cxml-url nil="true"/>
<default-locale>en</default-locale>
<disable-cert-verify>false</disable-cert-verify>
<name>SIM load4 site name12</name>
<po-change-method>prompt</po-change-method>
<po-email nil="true"/>
<po-method>prompt</po-method>
</supplier-information-site>'
https://domain.com/supplier_information_sites?fields=["id","name","code","supplier_information_id",{"addresses": ["id","supplier_information_id","kind","location_code","address_name","street_address","street_address2","city","postal_code","state",{"country": ["id","code","name"]},{"custom_fields": {}}]},{"contacts": ["id","supplier_information_id","kind","name_given","name_family","email"]}]
Postman Collection Item JSON
{
"name": "Create SIM Site using SIM ID in the payload",
"request": {
"method": "POST",
"header": [
],
"body": {
"mode": "raw",
"raw": "<supplier-information-site>\n <supplier-information-id>650</supplier-information-id>\n <active>true</active>\n <addresses>\n <address>\n <id>689</id>\n </address>\n <address>\n <id>688</id>\n </address>\n </addresses>\n <buyer-hold>false</buyer-hold>\n <code>SIM load4 code12</code>\n <contacts>\n <contact>\n <id>519</id>\n </contact>\n </contacts>\n <content-groups/>\n <cxml-domain nil=\"true\"/>\n <cxml-http-username nil=\"true\"/>\n <cxml-identity nil=\"true\"/>\n <cxml-protocol nil=\"true\"/>\n <cxml-secret nil=\"true\"/>\n <cxml-ssl-version nil=\"true\"/>\n <cxml-supplier-domain nil=\"true\"/>\n <cxml-supplier-identity nil=\"true\"/>\n <cxml-url nil=\"true\"/>\n <default-locale>en</default-locale>\n <disable-cert-verify>false</disable-cert-verify>\n <name>SIM load4 site name12</name>\n <po-change-method>prompt</po-change-method>\n <po-email nil=\"true\"/>\n <po-method>prompt</po-method>\n</supplier-information-site>",
"options": {
"raw": {
"language": "xml"
}
}
},
"url": {
"raw": "{{URL}}/supplier_information_sites?fields=[\"id\",\"name\",\"code\",\"supplier_information_id\",{\"addresses\": [\"id\",\"supplier_information_id\",\"kind\",\"location_code\",\"address_name\",\"street_address\",\"street_address2\",\"city\",\"postal_code\",\"state\",{\"country\": [\"id\",\"code\",\"name\"]},{\"custom_fields\": {}}]},{\"contacts\": [\"id\",\"supplier_information_id\",\"kind\",\"name_given\",\"name_family\",\"email\"]}]",
"host": [
"{{URL}}"
],
"path": [
"supplier_information_sites"
],
"query": [
{
"key": "fields",
"value": "[\"id\",\"name\",\"code\",\"supplier_information_id\",{\"addresses\": [\"id\",\"supplier_information_id\",\"kind\",\"location_code\",\"address_name\",\"street_address\",\"street_address2\",\"city\",\"postal_code\",\"state\",{\"country\": [\"id\",\"code\",\"name\"]},{\"custom_fields\": {}}]},{\"contacts\": [\"id\",\"supplier_information_id\",\"kind\",\"name_given\",\"name_family\",\"email\"]}]"
}
]
}
},
"response": [
]
}