GET api/PCXMLJobRole/GetPCXMLJobRolebyID?cccd={cccd}&JobRoleID={JobRoleID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
|
JobRoleID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PCXMLJobRoleName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
JobRoleID | integer |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "CCCD": "sample string 1", "JobRoleID": 2, "Code": "sample string 3", "Name": "sample string 4", "LastUpdateDate": "2025-08-02T20:02:25.2575816+05:30" }
text/html
Sample:
{"CCCD":"sample string 1","JobRoleID":2,"Code":"sample string 3","Name":"sample string 4","LastUpdateDate":"2025-08-02T20:02:25.2575816+05:30"}
application/xml, text/xml
Sample:
<PCXMLJobRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <CCCD>sample string 1</CCCD> <Code>sample string 3</Code> <JobRoleID>2</JobRoleID> <LastUpdateDate>2025-08-02T20:02:25.2575816+05:30</LastUpdateDate> <Name>sample string 4</Name> </PCXMLJobRole>