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:
"1a361ec0-beb5-4428-9744-1669d5f9d836"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1a361ec0-beb5-4428-9744-1669d5f9d836</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": "953008fd-535e-4b03-a756-a26933e76da5",
"SendDate": "\/Date(1785026146819+0000)\/",
"ReceiveDate": "\/Date(1785026146819+0000)\/",
"Signed": true,
"ClausesSigned": true,
"LastModified": "\/Date(1785026146819+0000)\/",
"DocumentSent": true,
"NewsletterSignDate": "\/Date(1785026146819+0000)\/",
"PrivacySignDate": "\/Date(1785026146819+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-07-26T00:35:46.819423+00:00</_x003C_LastModified_x003E_k__BackingField> <_x003C_NewsletterSignDate_x003E_k__BackingField>2026-07-26T00:35:46.819423+00:00</_x003C_NewsletterSignDate_x003E_k__BackingField> <_x003C_PrivacySignDate_x003E_k__BackingField>2026-07-26T00:35:46.819423+00:00</_x003C_PrivacySignDate_x003E_k__BackingField> <_x003C_Privacy_x003E_k__BackingField>true</_x003C_Privacy_x003E_k__BackingField> <_x003C_ReceiveDate_x003E_k__BackingField>2026-07-26T00:35:46.819423+00:00</_x003C_ReceiveDate_x003E_k__BackingField> <_x003C_SendDate_x003E_k__BackingField>2026-07-26T00:35:46.819423+00:00</_x003C_SendDate_x003E_k__BackingField> <_x003C_ServiceUserID_x003E_k__BackingField>953008fd-535e-4b03-a756-a26933e76da5</_x003C_ServiceUserID_x003E_k__BackingField> <_x003C_Signed_x003E_k__BackingField>true</_x003C_Signed_x003E_k__BackingField> </ContractModel>