POST api/Netigate/TransferSettings
Request Information
URI Parameters
None.
Body Parameters
NetigateTransferSetttings| Name | Description | Type | Additional information |
|---|---|---|---|
| workflowSettings | NetigateWorkflowSettings |
None. |
|
| sendoutSettings | NetigateSendoutSettings |
None. |
|
| otherSettings | NetigateOtherSettings |
None. |
Request Formats
application/json, text/json
Sample:
{
"workflowSettings": {
"matchContactDeptEmail": true,
"matchContactEmail": true,
"matchCustomerEmail": true,
"orderHeadInfoField": "sample string 1"
},
"sendoutSettings": {
"autoRunAt": 1,
"daysLimit": 1,
"newSendoutEachWeek": true
},
"otherSettings": {
"surveyId": 1,
"apiKey": "sample string 1",
"lastInvoiceNo": 1
}
}
application/xml, text/xml
Sample:
<NetigateTransferSetttings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<workflowSettings>
<matchContactDeptEmail>true</matchContactDeptEmail>
<matchContactEmail>true</matchContactEmail>
<matchCustomerEmail>true</matchCustomerEmail>
<orderHeadInfoField>sample string 1</orderHeadInfoField>
</workflowSettings>
<sendoutSettings>
<autoRunAt>1</autoRunAt>
<daysLimit>1</daysLimit>
<newSendoutEachWeek>true</newSendoutEachWeek>
</sendoutSettings>
<otherSettings>
<surveyId>1</surveyId>
<apiKey>sample string 1</apiKey>
<lastInvoiceNo>1</lastInvoiceNo>
</otherSettings>
</NetigateTransferSetttings>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.