POST presentation_gw/Service/UpdateSicurnetUserProfile
Documentation for 'UpdateSicurnetUserProfile'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| profile | Documentation for 'profile'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ServiceUserID": "sample string 1",
"SendType": "sample string 2",
"AlertSendType": "sample string 3",
"SummarySendType": "sample string 4",
"SummaryPeriodicity": "sample string 5",
"PriceMenuLine": "sample string 6",
"Promo": "sample string 7",
"RenewalPromo": "sample string 8",
"DataPatrolUserType": "sample string 9",
"LastModified": "\/Date(1779288348622+0000)\/",
"SendGarlik": 11,
"Webmonitoringtype": "sample string 12",
"Turnover": "sample string 13"
}
application/xml, text/xml
Sample:
<SicurnetProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.DTOApplication.Models.Management"> <_x003C_AlertSendType_x003E_k__BackingField>sample string 3</_x003C_AlertSendType_x003E_k__BackingField> <_x003C_DataPatrolUserType_x003E_k__BackingField>sample string 9</_x003C_DataPatrolUserType_x003E_k__BackingField> <_x003C_LastModified_x003E_k__BackingField>2026-05-20T14:45:48.6228938+00:00</_x003C_LastModified_x003E_k__BackingField> <_x003C_PriceMenuLine_x003E_k__BackingField>sample string 6</_x003C_PriceMenuLine_x003E_k__BackingField> <_x003C_Promo_x003E_k__BackingField>sample string 7</_x003C_Promo_x003E_k__BackingField> <_x003C_RenewalPromo_x003E_k__BackingField>sample string 8</_x003C_RenewalPromo_x003E_k__BackingField> <_x003C_SendGarlik_x003E_k__BackingField>11</_x003C_SendGarlik_x003E_k__BackingField> <_x003C_SendType_x003E_k__BackingField>sample string 2</_x003C_SendType_x003E_k__BackingField> <_x003C_ServiceUserID_x003E_k__BackingField>sample string 1</_x003C_ServiceUserID_x003E_k__BackingField> <_x003C_SummaryPeriodicity_x003E_k__BackingField>sample string 5</_x003C_SummaryPeriodicity_x003E_k__BackingField> <_x003C_SummarySendType_x003E_k__BackingField>sample string 4</_x003C_SummarySendType_x003E_k__BackingField> <_x003C_Turnover_x003E_k__BackingField>sample string 13</_x003C_Turnover_x003E_k__BackingField> <_x003C_Webmonitoringtype_x003E_k__BackingField>sample string 12</_x003C_Webmonitoringtype_x003E_k__BackingField> </SicurnetProfileModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>