POST api/Inbound/AddVendorConfiguration

This API is used to make entries in Vendor configuration tables

Request Information

URI Parameters

None.

Body Parameters

Collection of _EDIInboundVendorGroup
NameDescriptionTypeAdditional information
EDIInboundVendorGroupsGuid

globally unique identifier

None.

TaxID

string

None.

VendorName

string

None.

GroupName

string

None.

BMASGroupID

string

None.

CheckSalaryAmount

boolean

None.

CheckSalaryEffectiveDate

boolean

None.

IsOpenEnrollmentOn

boolean

None.

IsChangeFile

boolean

None.

CreatedDate

date

None.

UpdatedDate

date

None.

_EDIInboundVendorGroupsConfigs

Collection of _EDIInboundVendorGroupsConfig

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "EDIInboundVendorGroupsGuid": "2d6b8ede-e2a3-495c-946f-56c9857710db",
    "TaxID": "sample string 2",
    "VendorName": "sample string 3",
    "GroupName": "sample string 4",
    "BMASGroupID": "sample string 5",
    "CheckSalaryAmount": true,
    "CheckSalaryEffectiveDate": true,
    "IsOpenEnrollmentOn": true,
    "IsChangeFile": true,
    "CreatedDate": "2024-10-02T08:00:37.7912867-05:00",
    "UpdatedDate": "2024-10-02T08:00:37.7912867-05:00",
    "_EDIInboundVendorGroupsConfigs": [
      {
        "EDIInboundVendorGroupsConfigGuid": "8ecdade2-ec98-44cc-a06b-b82f623427b4",
        "EDIInboundVendorGroupsGuid": "2674bf1e-8fea-4acc-a7bf-285975291913",
        "GroupCoverageGUID": "0d823e64-4de5-4c87-9614-b955786efde5",
        "Config1": "sample string 3",
        "ConfigTitle": "sample string 4",
        "Category": "sample string 5",
        "DefaultValue": 1.0,
        "CheckCoverageEffectiveDate": true,
        "CreatedDate": "2024-10-02T08:00:37.802141-05:00",
        "UpdatedDate": "2024-10-02T08:00:37.802141-05:00"
      },
      {
        "EDIInboundVendorGroupsConfigGuid": "8ecdade2-ec98-44cc-a06b-b82f623427b4",
        "EDIInboundVendorGroupsGuid": "2674bf1e-8fea-4acc-a7bf-285975291913",
        "GroupCoverageGUID": "0d823e64-4de5-4c87-9614-b955786efde5",
        "Config1": "sample string 3",
        "ConfigTitle": "sample string 4",
        "Category": "sample string 5",
        "DefaultValue": 1.0,
        "CheckCoverageEffectiveDate": true,
        "CreatedDate": "2024-10-02T08:00:37.802141-05:00",
        "UpdatedDate": "2024-10-02T08:00:37.802141-05:00"
      }
    ]
  },
  {
    "EDIInboundVendorGroupsGuid": "2d6b8ede-e2a3-495c-946f-56c9857710db",
    "TaxID": "sample string 2",
    "VendorName": "sample string 3",
    "GroupName": "sample string 4",
    "BMASGroupID": "sample string 5",
    "CheckSalaryAmount": true,
    "CheckSalaryEffectiveDate": true,
    "IsOpenEnrollmentOn": true,
    "IsChangeFile": true,
    "CreatedDate": "2024-10-02T08:00:37.7912867-05:00",
    "UpdatedDate": "2024-10-02T08:00:37.7912867-05:00",
    "_EDIInboundVendorGroupsConfigs": [
      {
        "EDIInboundVendorGroupsConfigGuid": "8ecdade2-ec98-44cc-a06b-b82f623427b4",
        "EDIInboundVendorGroupsGuid": "2674bf1e-8fea-4acc-a7bf-285975291913",
        "GroupCoverageGUID": "0d823e64-4de5-4c87-9614-b955786efde5",
        "Config1": "sample string 3",
        "ConfigTitle": "sample string 4",
        "Category": "sample string 5",
        "DefaultValue": 1.0,
        "CheckCoverageEffectiveDate": true,
        "CreatedDate": "2024-10-02T08:00:37.802141-05:00",
        "UpdatedDate": "2024-10-02T08:00:37.802141-05:00"
      },
      {
        "EDIInboundVendorGroupsConfigGuid": "8ecdade2-ec98-44cc-a06b-b82f623427b4",
        "EDIInboundVendorGroupsGuid": "2674bf1e-8fea-4acc-a7bf-285975291913",
        "GroupCoverageGUID": "0d823e64-4de5-4c87-9614-b955786efde5",
        "Config1": "sample string 3",
        "ConfigTitle": "sample string 4",
        "Category": "sample string 5",
        "DefaultValue": 1.0,
        "CheckCoverageEffectiveDate": true,
        "CreatedDate": "2024-10-02T08:00:37.802141-05:00",
        "UpdatedDate": "2024-10-02T08:00:37.802141-05:00"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOf_EDIInboundVendorGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDIInterface.BusinessModel">
  <_EDIInboundVendorGroup>
    <BMASGroupID>sample string 5</BMASGroupID>
    <CheckSalaryAmount>true</CheckSalaryAmount>
    <CheckSalaryEffectiveDate>true</CheckSalaryEffectiveDate>
    <CreatedDate>2024-10-02T08:00:37.7912867-05:00</CreatedDate>
    <EDIInboundVendorGroupsGuid>2d6b8ede-e2a3-495c-946f-56c9857710db</EDIInboundVendorGroupsGuid>
    <GroupName>sample string 4</GroupName>
    <IsChangeFile>true</IsChangeFile>
    <IsOpenEnrollmentOn>true</IsOpenEnrollmentOn>
    <TaxID>sample string 2</TaxID>
    <UpdatedDate>2024-10-02T08:00:37.7912867-05:00</UpdatedDate>
    <VendorName>sample string 3</VendorName>
    <_EDIInboundVendorGroupsConfigs>
      <_EDIInboundVendorGroupsConfig>
        <Category>sample string 5</Category>
        <CheckCoverageEffectiveDate>true</CheckCoverageEffectiveDate>
        <Config1>sample string 3</Config1>
        <ConfigTitle>sample string 4</ConfigTitle>
        <CreatedDate>2024-10-02T08:00:37.802141-05:00</CreatedDate>
        <DefaultValue>1</DefaultValue>
        <EDIInboundVendorGroupsConfigGuid>8ecdade2-ec98-44cc-a06b-b82f623427b4</EDIInboundVendorGroupsConfigGuid>
        <EDIInboundVendorGroupsGuid>2674bf1e-8fea-4acc-a7bf-285975291913</EDIInboundVendorGroupsGuid>
        <GroupCoverageGUID>0d823e64-4de5-4c87-9614-b955786efde5</GroupCoverageGUID>
        <UpdatedDate>2024-10-02T08:00:37.802141-05:00</UpdatedDate>
      </_EDIInboundVendorGroupsConfig>
      <_EDIInboundVendorGroupsConfig>
        <Category>sample string 5</Category>
        <CheckCoverageEffectiveDate>true</CheckCoverageEffectiveDate>
        <Config1>sample string 3</Config1>
        <ConfigTitle>sample string 4</ConfigTitle>
        <CreatedDate>2024-10-02T08:00:37.802141-05:00</CreatedDate>
        <DefaultValue>1</DefaultValue>
        <EDIInboundVendorGroupsConfigGuid>8ecdade2-ec98-44cc-a06b-b82f623427b4</EDIInboundVendorGroupsConfigGuid>
        <EDIInboundVendorGroupsGuid>2674bf1e-8fea-4acc-a7bf-285975291913</EDIInboundVendorGroupsGuid>
        <GroupCoverageGUID>0d823e64-4de5-4c87-9614-b955786efde5</GroupCoverageGUID>
        <UpdatedDate>2024-10-02T08:00:37.802141-05:00</UpdatedDate>
      </_EDIInboundVendorGroupsConfig>
    </_EDIInboundVendorGroupsConfigs>
  </_EDIInboundVendorGroup>
  <_EDIInboundVendorGroup>
    <BMASGroupID>sample string 5</BMASGroupID>
    <CheckSalaryAmount>true</CheckSalaryAmount>
    <CheckSalaryEffectiveDate>true</CheckSalaryEffectiveDate>
    <CreatedDate>2024-10-02T08:00:37.7912867-05:00</CreatedDate>
    <EDIInboundVendorGroupsGuid>2d6b8ede-e2a3-495c-946f-56c9857710db</EDIInboundVendorGroupsGuid>
    <GroupName>sample string 4</GroupName>
    <IsChangeFile>true</IsChangeFile>
    <IsOpenEnrollmentOn>true</IsOpenEnrollmentOn>
    <TaxID>sample string 2</TaxID>
    <UpdatedDate>2024-10-02T08:00:37.7912867-05:00</UpdatedDate>
    <VendorName>sample string 3</VendorName>
    <_EDIInboundVendorGroupsConfigs>
      <_EDIInboundVendorGroupsConfig>
        <Category>sample string 5</Category>
        <CheckCoverageEffectiveDate>true</CheckCoverageEffectiveDate>
        <Config1>sample string 3</Config1>
        <ConfigTitle>sample string 4</ConfigTitle>
        <CreatedDate>2024-10-02T08:00:37.802141-05:00</CreatedDate>
        <DefaultValue>1</DefaultValue>
        <EDIInboundVendorGroupsConfigGuid>8ecdade2-ec98-44cc-a06b-b82f623427b4</EDIInboundVendorGroupsConfigGuid>
        <EDIInboundVendorGroupsGuid>2674bf1e-8fea-4acc-a7bf-285975291913</EDIInboundVendorGroupsGuid>
        <GroupCoverageGUID>0d823e64-4de5-4c87-9614-b955786efde5</GroupCoverageGUID>
        <UpdatedDate>2024-10-02T08:00:37.802141-05:00</UpdatedDate>
      </_EDIInboundVendorGroupsConfig>
      <_EDIInboundVendorGroupsConfig>
        <Category>sample string 5</Category>
        <CheckCoverageEffectiveDate>true</CheckCoverageEffectiveDate>
        <Config1>sample string 3</Config1>
        <ConfigTitle>sample string 4</ConfigTitle>
        <CreatedDate>2024-10-02T08:00:37.802141-05:00</CreatedDate>
        <DefaultValue>1</DefaultValue>
        <EDIInboundVendorGroupsConfigGuid>8ecdade2-ec98-44cc-a06b-b82f623427b4</EDIInboundVendorGroupsConfigGuid>
        <EDIInboundVendorGroupsGuid>2674bf1e-8fea-4acc-a7bf-285975291913</EDIInboundVendorGroupsGuid>
        <GroupCoverageGUID>0d823e64-4de5-4c87-9614-b955786efde5</GroupCoverageGUID>
        <UpdatedDate>2024-10-02T08:00:37.802141-05:00</UpdatedDate>
      </_EDIInboundVendorGroupsConfig>
    </_EDIInboundVendorGroupsConfigs>
  </_EDIInboundVendorGroup>
</ArrayOf_EDIInboundVendorGroup>

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.