POST presentation_gw/Service/GetServiceUserContract
Documentation for 'GetServiceUserContract'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| serviceUserID | Documentation for 'serviceUserID'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
"edcdcd27-eeca-476d-982b-ca98b5cea737"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">edcdcd27-eeca-476d-982b-ca98b5cea737</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"ContractCode": "sample string 1",
"ServiceUserID": "fdca42c2-04d4-4719-985f-d5caa6c072eb",
"SendDate": "\/Date(1779288324229+0000)\/",
"ReceiveDate": "\/Date(1779288324229+0000)\/",
"Signed": true,
"ClausesSigned": true,
"LastModified": "\/Date(1779288324229+0000)\/",
"DocumentSent": true,
"NewsletterSignDate": "\/Date(1779288324229+0000)\/",
"PrivacySignDate": "\/Date(1779288324229+0000)\/",
"LRDocuments": true,
"CompaniesDocuments": true,
"Privacy": true
}
application/xml, text/xml
Sample:
<ContractModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.DTOApplication.Models.Management"> <_x003C_ClausesSigned_x003E_k__BackingField>true</_x003C_ClausesSigned_x003E_k__BackingField> <_x003C_CompaniesDocuments_x003E_k__BackingField>true</_x003C_CompaniesDocuments_x003E_k__BackingField> <_x003C_ContractCode_x003E_k__BackingField>sample string 1</_x003C_ContractCode_x003E_k__BackingField> <_x003C_DocumentSent_x003E_k__BackingField>true</_x003C_DocumentSent_x003E_k__BackingField> <_x003C_LRDocuments_x003E_k__BackingField>true</_x003C_LRDocuments_x003E_k__BackingField> <_x003C_LastModified_x003E_k__BackingField>2026-05-20T14:45:24.2296779+00:00</_x003C_LastModified_x003E_k__BackingField> <_x003C_NewsletterSignDate_x003E_k__BackingField>2026-05-20T14:45:24.2296779+00:00</_x003C_NewsletterSignDate_x003E_k__BackingField> <_x003C_PrivacySignDate_x003E_k__BackingField>2026-05-20T14:45:24.2296779+00:00</_x003C_PrivacySignDate_x003E_k__BackingField> <_x003C_Privacy_x003E_k__BackingField>true</_x003C_Privacy_x003E_k__BackingField> <_x003C_ReceiveDate_x003E_k__BackingField>2026-05-20T14:45:24.2296779+00:00</_x003C_ReceiveDate_x003E_k__BackingField> <_x003C_SendDate_x003E_k__BackingField>2026-05-20T14:45:24.2296779+00:00</_x003C_SendDate_x003E_k__BackingField> <_x003C_ServiceUserID_x003E_k__BackingField>fdca42c2-04d4-4719-985f-d5caa6c072eb</_x003C_ServiceUserID_x003E_k__BackingField> <_x003C_Signed_x003E_k__BackingField>true</_x003C_Signed_x003E_k__BackingField> </ContractModel>