UpdateCustomerLog
Endpoint URL |
https://www.yournetosite.com.au/do/WS/NetoAPI |
Method |
POST |
XML Headers |
NETOAPI_ACTION |
UpdateCustomerLog |
NETOAPI_USERNAME |
Your Neto Username (generate this in your Neto control panel) |
NETOAPI_KEY |
Your Neto API Secure Key (generate this in your Neto control panel) |
|
JSON Headers |
NETOAPI_ACTION |
UpdateCustomerLog |
NETOAPI_USERNAME |
Your Neto Username (generate this in your Neto control panel) |
NETOAPI_KEY |
Your Neto API Secure Key (generate this in your Neto control panel) |
Accept |
application/json |
|
Description |
Use this call to update a customer log. |
XSD Schema |
UpdateCustomerLog XSD | UpdateCustomerLog Response XSD
|
UpdateCustomerLog Post
You must specify at least one filter and one OutputSelector in your UpdateCustomerLog request. These will determine the results returned.
XML POST
<?xml version="1.0" encoding="utf-8"?>
<UpdateCustomerLog>
<CustomerLogs>
<CustomerLog>
<LogID>(Integer)</LogID>
<AllocatedTo>(String)</AllocatedTo>
<FollowUpType>(String)</FollowUpType>
<CustomerName>(String)</CustomerName>
<LastContacted>(DateTime)</LastContacted>
<DateRequiredFollowUp>(DateTime)</DateRequiredFollowUp>
<Status></Status>
<Notes>(String)</Notes>
</CustomerLog>
</CustomerLogs>
</UpdateCustomerLog>
JSON POST
{
"CustomerLogs": {
"CustomerLog": [ {
"LogID":"Integer",
"AllocatedTo":"String",
"FollowUpType":"String",
"CustomerName":"String",
"LastContacted":"DateTime",
"DateRequiredFollowUp":"DateTime",
"Status":"Enumeration",
"Notes":"String"
} ]
}
}
<CustomerLogs>
Element Name |
Required |
Field Type / Options |
CustomerLog |
Optional Supports Multiple Elements |
CustomerLogType |
<CustomerLog>
Element Name |
Required |
Field Type / Options |
LogID |
Optional |
Integer(10) |
AllocatedTo |
Optional |
String(100) |
FollowUpType |
Optional |
String(50) |
CustomerName |
Optional |
String(100) |
LastContacted |
Optional |
DateTime |
DateRequiredFollowUp |
Optional |
DateTime |
Status |
Optional |
Enumeration(Require Recontact, Recontacting, Completed) |
Notes |
Optional |
String |
UpdateCustomerLog Responses
XML Response
<?xml version="1.0" encoding="utf-8"?>
<UpdateCustomerLog>
<Messages>
<Error>
<Message>(String)</Message>
<SeverityCode>(String)</SeverityCode>
<Description>(String)</Description>
</Error>
<Warning>
<Message>(String)</Message>
<SeverityCode>(String)</SeverityCode>
</Warning>
</Messages>
</UpdateCustomerLog>
JSON Response
{
"Messages": {
"Error": [ {
"Message":"String",
"SeverityCode":"String",
"Description":"String"
} ] , "Warning": [ {
"Message":"String",
"SeverityCode":"String"
} ]
}
}
<Messages>
<Error>
<Warning>
If you are a vendor creating an integration with Neto by Maropost, we would like to hear from you!
Contact Us