GET api/PBXMLUnit/GetPBXMLVUnit?cccd={cccd}&NAME={NAME}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| NAME | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response 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": "2025-11-05T00:03:47.3104859+05:30",
"LASTUPDATEDDATE": "2025-11-05T00:03:47.3114857+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":"2025-11-05T00:03:47.3104859+05:30","LASTUPDATEDDATE":"2025-11-05T00:03:47.3114857+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>2025-11-05T00:03:47.3104859+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>2025-11-05T00:03:47.3114857+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>