POST api/Outbound/PostParticipantCoverageVendorTransmission

This API is used to manange vendor transmission date for participant coverage

Request Information

URI Parameters

None.

Body Parameters

Collection of _ParticipantCoverageVendorTransmission
NameDescriptionTypeAdditional information
ParticipantCoverageVendorTransmissionId

integer

None.

ParticipantCoverageId

globally unique identifier

None.

TransmitToCOBRADate

date

None.

TransmitToHSAHRADate

date

None.

TransmitToPayrollDate

date

None.

CreatedDate

date

None.

CreatedBy

string

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ParticipantCoverageVendorTransmissionId": 1,
    "ParticipantCoverageId": "4511ae2a-ea2e-4578-8391-7a11c2f5d2d5",
    "TransmitToCOBRADate": "2024-10-02T08:05:07.6750966-05:00",
    "TransmitToHSAHRADate": "2024-10-02T08:05:07.6750966-05:00",
    "TransmitToPayrollDate": "2024-10-02T08:05:07.6750966-05:00",
    "CreatedDate": "2024-10-02T08:05:07.6919688-05:00",
    "CreatedBy": "sample string 4",
    "UpdatedDate": "2024-10-02T08:05:07.6919688-05:00",
    "UpdatedBy": "sample string 5"
  },
  {
    "ParticipantCoverageVendorTransmissionId": 1,
    "ParticipantCoverageId": "4511ae2a-ea2e-4578-8391-7a11c2f5d2d5",
    "TransmitToCOBRADate": "2024-10-02T08:05:07.6750966-05:00",
    "TransmitToHSAHRADate": "2024-10-02T08:05:07.6750966-05:00",
    "TransmitToPayrollDate": "2024-10-02T08:05:07.6750966-05:00",
    "CreatedDate": "2024-10-02T08:05:07.6919688-05:00",
    "CreatedBy": "sample string 4",
    "UpdatedDate": "2024-10-02T08:05:07.6919688-05:00",
    "UpdatedBy": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOf_ParticipantCoverageVendorTransmission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDIInterface.BusinessModel">
  <_ParticipantCoverageVendorTransmission>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDate>2024-10-02T08:05:07.6919688-05:00</CreatedDate>
    <ParticipantCoverageId>4511ae2a-ea2e-4578-8391-7a11c2f5d2d5</ParticipantCoverageId>
    <ParticipantCoverageVendorTransmissionId>1</ParticipantCoverageVendorTransmissionId>
    <TransmitToCOBRADate>2024-10-02T08:05:07.6750966-05:00</TransmitToCOBRADate>
    <TransmitToHSAHRADate>2024-10-02T08:05:07.6750966-05:00</TransmitToHSAHRADate>
    <TransmitToPayrollDate>2024-10-02T08:05:07.6750966-05:00</TransmitToPayrollDate>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDate>2024-10-02T08:05:07.6919688-05:00</UpdatedDate>
  </_ParticipantCoverageVendorTransmission>
  <_ParticipantCoverageVendorTransmission>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDate>2024-10-02T08:05:07.6919688-05:00</CreatedDate>
    <ParticipantCoverageId>4511ae2a-ea2e-4578-8391-7a11c2f5d2d5</ParticipantCoverageId>
    <ParticipantCoverageVendorTransmissionId>1</ParticipantCoverageVendorTransmissionId>
    <TransmitToCOBRADate>2024-10-02T08:05:07.6750966-05:00</TransmitToCOBRADate>
    <TransmitToHSAHRADate>2024-10-02T08:05:07.6750966-05:00</TransmitToHSAHRADate>
    <TransmitToPayrollDate>2024-10-02T08:05:07.6750966-05:00</TransmitToPayrollDate>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDate>2024-10-02T08:05:07.6919688-05:00</UpdatedDate>
  </_ParticipantCoverageVendorTransmission>
</ArrayOf_ParticipantCoverageVendorTransmission>

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 'List`1'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.