POST api/v1/banzaifieldservices/Lookup/{PartnerId}/ClickSoftwareServices/Update
Update an CustomerCare
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PartnerId | integer |
Required |
Body Parameters
ClickSoftwareServiceBLName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Code | string |
None. |
|
TaskType | integer |
None. |
|
Description | string |
None. |
|
LinkType | string |
None. |
|
LogicType | string |
None. |
|
ServiceOrder | integer |
None. |
|
IsVisibleFromFE | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "code": "sample string 2", "taskType": 1, "description": "sample string 3", "linkType": "sample string 4", "logicType": "sample string 5", "serviceOrder": 1, "isVisibleFromFE": true }
text/plain
Sample:
{"id":1,"code":"sample string 2","taskType":1,"description":"sample string 3","linkType":"sample string 4","logicType":"sample string 5","serviceOrder":1,"isVisibleFromFE":true}
application/xml, text/xml
Sample:
<ClickSoftwareServiceBL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicePlatform.BL.Models.BanzaiServicePlatform"> <Code>sample string 2</Code> <Description>sample string 3</Description> <Id>1</Id> <IsVisibleFromFE>true</IsVisibleFromFE> <LinkType>sample string 4</LinkType> <LogicType>sample string 5</LogicType> <ServiceOrder>1</ServiceOrder> <TaskType>1</TaskType> </ClickSoftwareServiceBL>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/octet-stream
Sample:
{"Id":1,"Code":"sample string 2","TaskType":1,"Description":"sample string 3","LinkType":"sample string 4","LogicType":"sample string 5","ServiceOrder":1,"IsVisibleFromFE":true}
Response Information
Resource Description
None.