POST api/Outbound/PostTransmitedParticipantCoverage

This API is used to post coverages transmitted

Request Information

URI Parameters

None.

Body Parameters

Collection of _TransmitedParticipantCoverage
NameDescriptionTypeAdditional information
ParticipantCoverageGUID

globally unique identifier

None.

TransmitToCarrierDate

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ParticipantCoverageGUID": "f4ea5723-b054-4f00-805f-773da2cff7ed",
    "TransmitToCarrierDate": "2024-10-02T08:04:57.9291682-05:00"
  },
  {
    "ParticipantCoverageGUID": "f4ea5723-b054-4f00-805f-773da2cff7ed",
    "TransmitToCarrierDate": "2024-10-02T08:04:57.9291682-05:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOf_TransmitedParticipantCoverage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDIInterface.BusinessModel">
  <_TransmitedParticipantCoverage>
    <ParticipantCoverageGUID>f4ea5723-b054-4f00-805f-773da2cff7ed</ParticipantCoverageGUID>
    <TransmitToCarrierDate>2024-10-02T08:04:57.9291682-05:00</TransmitToCarrierDate>
  </_TransmitedParticipantCoverage>
  <_TransmitedParticipantCoverage>
    <ParticipantCoverageGUID>f4ea5723-b054-4f00-805f-773da2cff7ed</ParticipantCoverageGUID>
    <TransmitToCarrierDate>2024-10-02T08:04:57.9291682-05:00</TransmitToCarrierDate>
  </_TransmitedParticipantCoverage>
</ArrayOf_TransmitedParticipantCoverage>

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.