POST api/attestations/client

Request Information

URI Parameters

None.

Body Parameters

AttestationClientModel
NameDescriptionTypeAdditional 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/xml, text/xml

Sample:
<AttestationClientModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALTAMBS.Business.Entities.Models.Attestations">
  <AttestationId>6</AttestationId>
  <PrintName>sample string 8</PrintName>
  <VendorContractId>7</VendorContractId>
  <CorporateGovernanceId>5</CorporateGovernanceId>
  <DataEntryId>4</DataEntryId>
  <MemberInformationId>2</MemberInformationId>
  <PlanDocumentationId>1</PlanDocumentationId>
  <PremiumPaymentId>3</PremiumPaymentId>
</AttestationClientModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AttestationClientModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.