GET api/Customer/GetAllCustomerJobProfile?cccd={cccd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cccd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PCXMLCustomerJobProfileName | Description | Type | Additional information |
---|---|---|---|
CCCD | string |
None. |
|
CustJobProfileID | integer |
None. |
|
CustomerID | integer |
None. |
|
CustomerTypeID | integer |
None. |
|
CJFromYear | integer |
None. |
|
CJFromMonth | integer |
None. |
|
CJToYear | integer |
None. |
|
CJToMonth | integer |
None. |
|
CJCity | string |
None. |
|
CountryID | integer |
None. |
|
CJInstitution | string |
None. |
|
DesignationID | integer |
None. |
|
JobRoleID | integer |
None. |
|
Status | string |
None. |
|
LastUpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CCCD": "sample string 1", "CustJobProfileID": 2, "CustomerID": 3, "CustomerTypeID": 4, "CJFromYear": 5, "CJFromMonth": 6, "CJToYear": 7, "CJToMonth": 8, "CJCity": "sample string 9", "CountryID": 10, "CJInstitution": "sample string 11", "DesignationID": 12, "JobRoleID": 13, "Status": "sample string 14", "LastUpdateDate": "2025-08-02T20:11:02.8151872+05:30" }, { "CCCD": "sample string 1", "CustJobProfileID": 2, "CustomerID": 3, "CustomerTypeID": 4, "CJFromYear": 5, "CJFromMonth": 6, "CJToYear": 7, "CJToMonth": 8, "CJCity": "sample string 9", "CountryID": 10, "CJInstitution": "sample string 11", "DesignationID": 12, "JobRoleID": 13, "Status": "sample string 14", "LastUpdateDate": "2025-08-02T20:11:02.8151872+05:30" } ]
text/html
Sample:
[{"CCCD":"sample string 1","CustJobProfileID":2,"CustomerID":3,"CustomerTypeID":4,"CJFromYear":5,"CJFromMonth":6,"CJToYear":7,"CJToMonth":8,"CJCity":"sample string 9","CountryID":10,"CJInstitution":"sample string 11","DesignationID":12,"JobRoleID":13,"Status":"sample string 14","LastUpdateDate":"2025-08-02T20:11:02.8151872+05:30"},{"CCCD":"sample string 1","CustJobProfileID":2,"CustomerID":3,"CustomerTypeID":4,"CJFromYear":5,"CJFromMonth":6,"CJToYear":7,"CJToMonth":8,"CJCity":"sample string 9","CountryID":10,"CJInstitution":"sample string 11","DesignationID":12,"JobRoleID":13,"Status":"sample string 14","LastUpdateDate":"2025-08-02T20:11:02.8151872+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPCXMLCustomerJobProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerCashAPI.Models"> <PCXMLCustomerJobProfile> <CCCD>sample string 1</CCCD> <CJCity>sample string 9</CJCity> <CJFromMonth>6</CJFromMonth> <CJFromYear>5</CJFromYear> <CJInstitution>sample string 11</CJInstitution> <CJToMonth>8</CJToMonth> <CJToYear>7</CJToYear> <CountryID>10</CountryID> <CustJobProfileID>2</CustJobProfileID> <CustomerID>3</CustomerID> <CustomerTypeID>4</CustomerTypeID> <DesignationID>12</DesignationID> <JobRoleID>13</JobRoleID> <LastUpdateDate>2025-08-02T20:11:02.8151872+05:30</LastUpdateDate> <Status>sample string 14</Status> </PCXMLCustomerJobProfile> <PCXMLCustomerJobProfile> <CCCD>sample string 1</CCCD> <CJCity>sample string 9</CJCity> <CJFromMonth>6</CJFromMonth> <CJFromYear>5</CJFromYear> <CJInstitution>sample string 11</CJInstitution> <CJToMonth>8</CJToMonth> <CJToYear>7</CJToYear> <CountryID>10</CountryID> <CustJobProfileID>2</CustJobProfileID> <CustomerID>3</CustomerID> <CustomerTypeID>4</CustomerTypeID> <DesignationID>12</DesignationID> <JobRoleID>13</JobRoleID> <LastUpdateDate>2025-08-02T20:11:02.8151872+05:30</LastUpdateDate> <Status>sample string 14</Status> </PCXMLCustomerJobProfile> </ArrayOfPCXMLCustomerJobProfile>