POST api/PBXMLUnit/EditPBXMLUnit

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objPBXMLUnit
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "cccd": "sample string 1",
  "SrlNo": 2,
  "STATUS": "sample string 3",
  "ALTERID": "sample string 4",
  "RESERVEDNAME": "sample string 5",
  "SYSTEM": "sample string 6",
  "DATE": "sample string 7",
  "NAME": "sample string 8",
  "UNIT": "sample string 9",
  "GUID": "sample string 10",
  "ORIGINALNAME": "sample string 11",
  "BASEUNITS": "sample string 12",
  "DECIMALPLACES": "sample string 13",
  "ADDITIONALUNITS": "sample string 14",
  "ISUPDATINGTARGETID": "sample string 15",
  "ASORIGINAL": "sample string 16",
  "ISGSTEXCLUDED": "sample string 17",
  "ISSIMPLEUNIT": "sample string 18",
  "CONVERSION": "sample string 19",
  "GSTREPUOM": "sample string 20",
  "CREATEDSYSTEM": "sample string 21",
  "LASTUPDATEDSYSTEM": "sample string 22",
  "UID": 23,
  "USERNAME": "sample string 24",
  "LUID": 25,
  "LUSERNAME": "sample string 26",
  "CREATEDDATE": "2024-11-23T18:41:28.7861129+05:30",
  "LASTUPDATEDDATE": "2024-11-23T18:41:28.7861129+05:30",
  "XMLVAR": "sample string 29"
}

text/html

Sample:
{"cccd":"sample string 1","SrlNo":2,"STATUS":"sample string 3","ALTERID":"sample string 4","RESERVEDNAME":"sample string 5","SYSTEM":"sample string 6","DATE":"sample string 7","NAME":"sample string 8","UNIT":"sample string 9","GUID":"sample string 10","ORIGINALNAME":"sample string 11","BASEUNITS":"sample string 12","DECIMALPLACES":"sample string 13","ADDITIONALUNITS":"sample string 14","ISUPDATINGTARGETID":"sample string 15","ASORIGINAL":"sample string 16","ISGSTEXCLUDED":"sample string 17","ISSIMPLEUNIT":"sample string 18","CONVERSION":"sample string 19","GSTREPUOM":"sample string 20","CREATEDSYSTEM":"sample string 21","LASTUPDATEDSYSTEM":"sample string 22","UID":23,"USERNAME":"sample string 24","LUID":25,"LUSERNAME":"sample string 26","CREATEDDATE":"2024-11-23T18:41:28.7861129+05:30","LASTUPDATEDDATE":"2024-11-23T18:41:28.7861129+05:30","XMLVAR":"sample string 29"}

application/xml, text/xml

Sample:
<PBXMLUnit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <ADDITIONALUNITS>sample string 14</ADDITIONALUNITS>
  <ALTERID>sample string 4</ALTERID>
  <ASORIGINAL>sample string 16</ASORIGINAL>
  <BASEUNITS>sample string 12</BASEUNITS>
  <CONVERSION>sample string 19</CONVERSION>
  <CREATEDDATE>2024-11-23T18:41:28.7861129+05:30</CREATEDDATE>
  <CREATEDSYSTEM>sample string 21</CREATEDSYSTEM>
  <DATE>sample string 7</DATE>
  <DECIMALPLACES>sample string 13</DECIMALPLACES>
  <GSTREPUOM>sample string 20</GSTREPUOM>
  <GUID>sample string 10</GUID>
  <ISGSTEXCLUDED>sample string 17</ISGSTEXCLUDED>
  <ISSIMPLEUNIT>sample string 18</ISSIMPLEUNIT>
  <ISUPDATINGTARGETID>sample string 15</ISUPDATINGTARGETID>
  <LASTUPDATEDDATE>2024-11-23T18:41:28.7861129+05:30</LASTUPDATEDDATE>
  <LASTUPDATEDSYSTEM>sample string 22</LASTUPDATEDSYSTEM>
  <LUID>25</LUID>
  <LUSERNAME>sample string 26</LUSERNAME>
  <NAME>sample string 8</NAME>
  <ORIGINALNAME>sample string 11</ORIGINALNAME>
  <RESERVEDNAME>sample string 5</RESERVEDNAME>
  <STATUS>sample string 3</STATUS>
  <SYSTEM>sample string 6</SYSTEM>
  <SrlNo>2</SrlNo>
  <UID>23</UID>
  <UNIT>sample string 9</UNIT>
  <USERNAME>sample string 24</USERNAME>
  <XMLVAR>sample string 29</XMLVAR>
  <cccd>sample string 1</cccd>
</PBXMLUnit>

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>