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": "5c89e8f0-2b4e-452b-b5ac-5934321cff55", "ProfessionId": "da5d7f93-0e3a-4c38-8a81-26bdc9f25e8b", "SectorId": "b4658ce0-af47-471c-b641-10e8a5109026" }
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 }