POST CHRCContactQA

Request Information

URI Parameters

None.

Body Parameters

CHRCContactPOST
NameDescriptionTypeAdditional information
ExternalRef

string

None.

ContactNm

string

None.

FileAs

string

None.

AddrLabel

string

None.

IsPrimary

boolean

None.

Email

string

None.

PhoneBusiness

string

None.

PhoneMobile

string

None.

PhoneOther

string

None.

Notes

string

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ExternalRef": "sample string 1",
  "ContactNm": "sample string 2",
  "FileAs": "sample string 3",
  "AddrLabel": "sample string 4",
  "IsPrimary": true,
  "Email": "sample string 5",
  "PhoneBusiness": "sample string 6",
  "PhoneMobile": "sample string 7",
  "PhoneOther": "sample string 8",
  "Notes": "sample string 9",
  "IsActive": true
}

application/xml, text/xml

Sample:
<CHRCContactPOST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.cietrade.net.Models">
  <AddrLabel>sample string 4</AddrLabel>
  <ContactNm>sample string 2</ContactNm>
  <Email>sample string 5</Email>
  <ExternalRef>sample string 1</ExternalRef>
  <FileAs>sample string 3</FileAs>
  <IsActive>true</IsActive>
  <IsPrimary>true</IsPrimary>
  <Notes>sample string 9</Notes>
  <PhoneBusiness>sample string 6</PhoneBusiness>
  <PhoneMobile>sample string 7</PhoneMobile>
  <PhoneOther>sample string 8</PhoneOther>
</CHRCContactPOST>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.