GET profile_personalinfo?contractID={contractID}&date={date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contractID | integer |
Required |
|
| date | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of Profile_PersonalInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Sections | Collection of Section |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Sections": null
},
{
"Sections": null
}
]
application/xml, text/xml
Sample:
<ArrayOfProfile_PersonalInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SenseWebAPI.Models">
<Profile_PersonalInfo>
<Sections i:nil="true" />
</Profile_PersonalInfo>
<Profile_PersonalInfo>
<Sections i:nil="true" />
</Profile_PersonalInfo>
</ArrayOfProfile_PersonalInfo>