| Requires any of the roles: | Client, Admin, Partner |
| PUT | /campaigns/{Id} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | long | Yes | |
| TenantsId | body | int | Yes | |
| Name | body | string | Yes | |
| Description | body | string | Yes | |
| AvatarsId | body | long | Yes | |
| SchedulesId | body | long | Yes | |
| MessageTonesId | body | int | Yes | |
| StatusCodesId | body | long | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | No | |
| TenantsId | form | int | No | |
| Name | form | string | No | |
| Description | form | string | No | |
| AvatarsId | form | long | No | |
| SchedulesId | form | long | No | |
| MessageTonesId | form | int | No | |
| StatusCodesId | form | long | No | |
| ResponseStatus | form | ResponseStatus | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /campaigns/{Id} HTTP/1.1
Host: api.du-engage.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"Id":0,"TenantsId":0,"Name":"String","Description":"String","AvatarsId":0,"SchedulesId":0,"MessageTonesId":0,"StatusCodesId":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Id":0,"TenantsId":0,"Name":"String","Description":"String","AvatarsId":0,"SchedulesId":0,"MessageTonesId":0,"StatusCodesId":0,"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}