POST api/attestations/client
Request Information
URI Parameters
None.
Body Parameters
AttestationClientModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanDocumentationId | integer |
Required |
|
| MemberInformationId | integer |
Required |
|
| PremiumPaymentId | integer |
Required |
|
| DataEntryId | integer |
Required |
|
| CorporateGovernanceId | integer |
Required |
|
| AttestationId | integer |
None. |
|
| VendorContractId | integer |
Required |
|
| PrintName | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"PlanDocumentationId": 1,
"MemberInformationId": 2,
"PremiumPaymentId": 3,
"DataEntryId": 4,
"CorporateGovernanceId": 5,
"AttestationId": 6,
"VendorContractId": 7,
"PrintName": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.