POST api/PBXMLSFTab/EditPBXMLSFTab

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objPBXMLSFTab
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CCCD": "sample string 1",
  "SFTabID": 2,
  "DurableId": "sample string 3",
  "Id": "sample string 4",
  "IsAvailableInAloha": true,
  "IsAvailableInDesktop": true,
  "IsAvailableInLightning": true,
  "IsAvailableInMobile": true,
  "IsCustom": true,
  "Label": "sample string 10",
  "MobileUrl": "sample string 11",
  "Name": "sample string 12",
  "SobjectName": "sample string 13",
  "Url": "sample string 14",
  "XMLVAR": "sample string 15",
  "SFXMLVAR": "sample string 16"
}

text/html

Sample:
{"CCCD":"sample string 1","SFTabID":2,"DurableId":"sample string 3","Id":"sample string 4","IsAvailableInAloha":true,"IsAvailableInDesktop":true,"IsAvailableInLightning":true,"IsAvailableInMobile":true,"IsCustom":true,"Label":"sample string 10","MobileUrl":"sample string 11","Name":"sample string 12","SobjectName":"sample string 13","Url":"sample string 14","XMLVAR":"sample string 15","SFXMLVAR":"sample string 16"}

application/xml, text/xml

Sample:
<PBXMLSFTab xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <CCCD>sample string 1</CCCD>
  <DurableId>sample string 3</DurableId>
  <Id>sample string 4</Id>
  <IsAvailableInAloha>true</IsAvailableInAloha>
  <IsAvailableInDesktop>true</IsAvailableInDesktop>
  <IsAvailableInLightning>true</IsAvailableInLightning>
  <IsAvailableInMobile>true</IsAvailableInMobile>
  <IsCustom>true</IsCustom>
  <Label>sample string 10</Label>
  <MobileUrl>sample string 11</MobileUrl>
  <Name>sample string 12</Name>
  <SFTabID>2</SFTabID>
  <SFXMLVAR>sample string 16</SFXMLVAR>
  <SobjectName>sample string 13</SobjectName>
  <Url>sample string 14</Url>
  <XMLVAR>sample string 15</XMLVAR>
</PBXMLSFTab>

application/x-www-form-urlencoded

Sample:

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorMessage": "sample string 2"
}

text/html

Sample:
{"Status":true,"ErrorMessage":"sample string 2"}

application/xml, text/xml

Sample:
<StatusResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Status>true</Status>
</StatusResponse>