POST SyncMauticSingular?mauticKey={mauticKey}&AID={AID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mauticKey

string

Required

AID

integer

Required

Body Parameters

None.

Response Information

Resource Description

WSMessageResponse
NameDescriptionTypeAdditional information
success

boolean

None.

errorCode

integer

None.

errorMessage

string

None.

newInsertID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errorCode": 2,
  "errorMessage": "sample string 3",
  "newInsertID": 4
}

text/html

Sample:
{"success":true,"errorCode":2,"errorMessage":"sample string 3","newInsertID":4}

application/xml, text/xml

Sample:
<WSMessageResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KyckerWS.Models">
  <errorCode>2</errorCode>
  <errorMessage>sample string 3</errorMessage>
  <newInsertID>4</newInsertID>
  <success>true</success>
</WSMessageResponse>