POST api/PBXMLPriceLevel/EditPBXMLPriceLevel
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
objPBXMLPriceLevel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "cccd": "sample string 1", "SrlNo": 2, "PriceLevel": "sample string 3", "CREATEDSYSTEM": "sample string 4", "LASTUPDATEDSYSTEM": "sample string 5", "UID": 6, "USERNAME": "sample string 7", "LUID": 8, "LUSERNAME": "sample string 9", "CREATEDDATE": "2024-11-23T19:10:21.195474+05:30", "LASTUPDATEDDATE": "2024-11-23T19:10:21.195474+05:30", "XMLVAR": "sample string 12", "SFID": "sample string 13", "SFXMLVAR": "sample string 14" }
text/html
Sample:
{"cccd":"sample string 1","SrlNo":2,"PriceLevel":"sample string 3","CREATEDSYSTEM":"sample string 4","LASTUPDATEDSYSTEM":"sample string 5","UID":6,"USERNAME":"sample string 7","LUID":8,"LUSERNAME":"sample string 9","CREATEDDATE":"2024-11-23T19:10:21.195474+05:30","LASTUPDATEDDATE":"2024-11-23T19:10:21.195474+05:30","XMLVAR":"sample string 12","SFID":"sample string 13","SFXMLVAR":"sample string 14"}
application/xml, text/xml
Sample:
<PBXMLPriceLevel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <CREATEDDATE>2024-11-23T19:10:21.195474+05:30</CREATEDDATE> <CREATEDSYSTEM>sample string 4</CREATEDSYSTEM> <LASTUPDATEDDATE>2024-11-23T19:10:21.195474+05:30</LASTUPDATEDDATE> <LASTUPDATEDSYSTEM>sample string 5</LASTUPDATEDSYSTEM> <LUID>8</LUID> <LUSERNAME>sample string 9</LUSERNAME> <PriceLevel>sample string 3</PriceLevel> <SFID>sample string 13</SFID> <SFXMLVAR>sample string 14</SFXMLVAR> <SrlNo>2</SrlNo> <UID>6</UID> <USERNAME>sample string 7</USERNAME> <XMLVAR>sample string 12</XMLVAR> <cccd>sample string 1</cccd> </PBXMLPriceLevel>
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>