POST api/PBXMLParameter/EditPBXMLParameterTypes

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objPBXMLParameter
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ParTypeID": 1,
  "ParTypeCode": "sample string 2",
  "ParTypeDescription": "sample string 3",
  "ParTypeStatus": "sample string 4",
  "ParTypeCreatedBy": 5,
  "ParTypeCreatedBySpecified": true,
  "ParTypeCreatedDate": "2024-11-23T18:32:27.3190307+05:30",
  "ParTypeCreatedDateSpecified": true,
  "ParTypeLastUpdatedBy": 9,
  "ParTypeLastUpdatedBySpecified": true,
  "ParTypeLastUpdateDate": "2024-11-23T18:32:27.3190307+05:30",
  "ParTypeLastUpdateDateSpecified": true,
  "cccd": "sample string 13"
}

text/html

Sample:
{"ParTypeID":1,"ParTypeCode":"sample string 2","ParTypeDescription":"sample string 3","ParTypeStatus":"sample string 4","ParTypeCreatedBy":5,"ParTypeCreatedBySpecified":true,"ParTypeCreatedDate":"2024-11-23T18:32:27.3190307+05:30","ParTypeCreatedDateSpecified":true,"ParTypeLastUpdatedBy":9,"ParTypeLastUpdatedBySpecified":true,"ParTypeLastUpdateDate":"2024-11-23T18:32:27.3190307+05:30","ParTypeLastUpdateDateSpecified":true,"cccd":"sample string 13"}

application/xml, text/xml

Sample:
<PBXMLParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <ParTypeCode>sample string 2</ParTypeCode>
  <ParTypeCreatedBy>5</ParTypeCreatedBy>
  <ParTypeCreatedBySpecified>true</ParTypeCreatedBySpecified>
  <ParTypeCreatedDate>2024-11-23T18:32:27.3190307+05:30</ParTypeCreatedDate>
  <ParTypeCreatedDateSpecified>true</ParTypeCreatedDateSpecified>
  <ParTypeDescription>sample string 3</ParTypeDescription>
  <ParTypeID>1</ParTypeID>
  <ParTypeLastUpdateDate>2024-11-23T18:32:27.3190307+05:30</ParTypeLastUpdateDate>
  <ParTypeLastUpdateDateSpecified>true</ParTypeLastUpdateDateSpecified>
  <ParTypeLastUpdatedBy>9</ParTypeLastUpdatedBy>
  <ParTypeLastUpdatedBySpecified>true</ParTypeLastUpdatedBySpecified>
  <ParTypeStatus>sample string 4</ParTypeStatus>
  <cccd>sample string 13</cccd>
</PBXMLParameter>

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>