POST presentation_gw/Service/GetServiceUserContract

Documentation for 'GetServiceUserContract'.

Request Information

Parameters

NameDescriptionAdditional information
serviceUserID
Documentation for 'serviceUserID'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"23f56cfb-aac1-411e-8a92-8edafd40019c"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">23f56cfb-aac1-411e-8a92-8edafd40019c</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": "f3fd5b03-d43e-4175-a432-1dcfdc177896",
  "SendDate": "\/Date(1779288348545+0000)\/",
  "ReceiveDate": "\/Date(1779288348545+0000)\/",
  "Signed": true,
  "ClausesSigned": true,
  "LastModified": "\/Date(1779288348545+0000)\/",
  "DocumentSent": true,
  "NewsletterSignDate": "\/Date(1779288348545+0000)\/",
  "PrivacySignDate": "\/Date(1779288348545+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:48.5456849+00:00</_x003C_LastModified_x003E_k__BackingField>
  <_x003C_NewsletterSignDate_x003E_k__BackingField>2026-05-20T14:45:48.5456849+00:00</_x003C_NewsletterSignDate_x003E_k__BackingField>
  <_x003C_PrivacySignDate_x003E_k__BackingField>2026-05-20T14:45:48.5456849+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:48.5456849+00:00</_x003C_ReceiveDate_x003E_k__BackingField>
  <_x003C_SendDate_x003E_k__BackingField>2026-05-20T14:45:48.5456849+00:00</_x003C_SendDate_x003E_k__BackingField>
  <_x003C_ServiceUserID_x003E_k__BackingField>f3fd5b03-d43e-4175-a432-1dcfdc177896</_x003C_ServiceUserID_x003E_k__BackingField>
  <_x003C_Signed_x003E_k__BackingField>true</_x003C_Signed_x003E_k__BackingField>
</ContractModel>