PUT api/changeSendLimit/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
swiftpageSendLimitChange| Name | Description | Type | Additional information |
|---|---|---|---|
| CRMID | string |
None. |
|
| SendLimit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CRMID": "sample string 1",
"SendLimit": 2
}
application/xml, text/xml
Sample:
<swiftpageSendLimitChange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EngageCL.Engage"> <CRMID>sample string 1</CRMID> <SendLimit>2</SendLimit> </swiftpageSendLimitChange>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| statusCode | integer |
None. |
|
| status | string |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"status": "sample string 2",
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<RestAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EngageCL.Engage"> <message>sample string 3</message> <status>sample string 2</status> <statusCode>1</statusCode> </RestAPIResponse>