POST api/{apiVersion}/Customer/GlobalCareerUpdate
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
GlobalCareerChoiceRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
ProfessionId | globally unique identifier |
None. |
|
SectorId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "3460c0aa-e7a4-4517-98a6-9c6caceaac5b", "ProfessionId": "617cefa0-dfbf-4f3c-a1fb-ac03f590a89f", "SectorId": "ae4dc48d-7064-4c5e-a9c7-edc0d312e4bf" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfCustomerRiskScoreName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | CustomerRiskScore |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "CustomerRiskScoreType": 1 }, "IsShowMessage": true, "IsShowRateAndReview": true }