POST api/Inbound/PostCarrierCode

Addding new Carrier Code 6 to Enterprise database

Request Information

URI Parameters

None.

Body Parameters

Collection of _InboundCarrierCode
NameDescriptionTypeAdditional information
BatchID

globally unique identifier

None.

GROUPID

integer

None.

DIVISION

string

None.

PLAN_EFF_DATE

date

None.

CARRIERCODE_6

string

None.

PLAN_NAME

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "BatchID": "2756a1cd-996c-43be-a7bb-106cedfa1228",
    "GROUPID": 1,
    "DIVISION": "sample string 2",
    "PLAN_EFF_DATE": "2024-10-02T08:00:23.6545474-05:00",
    "CARRIERCODE_6": "sample string 3",
    "PLAN_NAME": "sample string 4",
    "CreatedBy": "sample string 5",
    "CreatedDate": "2024-10-02T08:00:23.6545474-05:00",
    "UpdatedBy": "sample string 7",
    "UpdatedDate": "2024-10-02T08:00:23.6545474-05:00"
  },
  {
    "BatchID": "2756a1cd-996c-43be-a7bb-106cedfa1228",
    "GROUPID": 1,
    "DIVISION": "sample string 2",
    "PLAN_EFF_DATE": "2024-10-02T08:00:23.6545474-05:00",
    "CARRIERCODE_6": "sample string 3",
    "PLAN_NAME": "sample string 4",
    "CreatedBy": "sample string 5",
    "CreatedDate": "2024-10-02T08:00:23.6545474-05:00",
    "UpdatedBy": "sample string 7",
    "UpdatedDate": "2024-10-02T08:00:23.6545474-05:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOf_InboundCarrierCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDIInterface.BusinessModel">
  <_InboundCarrierCode>
    <BatchID>2756a1cd-996c-43be-a7bb-106cedfa1228</BatchID>
    <CARRIERCODE_6>sample string 3</CARRIERCODE_6>
    <CreatedBy>sample string 5</CreatedBy>
    <CreatedDate>2024-10-02T08:00:23.6545474-05:00</CreatedDate>
    <DIVISION>sample string 2</DIVISION>
    <GROUPID>1</GROUPID>
    <PLAN_EFF_DATE>2024-10-02T08:00:23.6545474-05:00</PLAN_EFF_DATE>
    <PLAN_NAME>sample string 4</PLAN_NAME>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedDate>2024-10-02T08:00:23.6545474-05:00</UpdatedDate>
  </_InboundCarrierCode>
  <_InboundCarrierCode>
    <BatchID>2756a1cd-996c-43be-a7bb-106cedfa1228</BatchID>
    <CARRIERCODE_6>sample string 3</CARRIERCODE_6>
    <CreatedBy>sample string 5</CreatedBy>
    <CreatedDate>2024-10-02T08:00:23.6545474-05:00</CreatedDate>
    <DIVISION>sample string 2</DIVISION>
    <GROUPID>1</GROUPID>
    <PLAN_EFF_DATE>2024-10-02T08:00:23.6545474-05:00</PLAN_EFF_DATE>
    <PLAN_NAME>sample string 4</PLAN_NAME>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedDate>2024-10-02T08:00:23.6545474-05:00</UpdatedDate>
  </_InboundCarrierCode>
</ArrayOf_InboundCarrierCode>

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.