POST api/Customer/Export/{customerExportID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerExportID

integer

Required

Body Parameters

CustomerExportViewModel
NameDescriptionTypeAdditional information
ExportName

string

None.

Details

string

None.

PrimaryLocationOnly

boolean

None.

PrimaryContactOnly

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

string

None.

UpdatedBy

string

None.

CustomerSearchTerms

Collection of CustomerSearchTerm

None.

Request Formats

application/json, text/json

Sample:
{
  "exportName": "sample string 1",
  "details": "sample string 2",
  "primaryLocationOnly": true,
  "primaryContactOnly": true,
  "dateCreated": "2025-12-09T23:06:51.988643-05:00",
  "dateUpdated": "2025-12-09T23:06:51.988643-05:00",
  "createdBy": "sample string 6",
  "updatedBy": "sample string 7",
  "customerSearchTerms": [
    {
      "customerExportItemID": 1,
      "customerEnteredStart": "2025-12-09T23:06:51.988643-05:00",
      "customerEnteredEnd": "2025-12-09T23:06:51.988643-05:00",
      "notAccountType": true,
      "accountType": "sample string 3",
      "notPrimaryIndustry": true,
      "primaryIndustry": {
        "primaryIndustryID": 1,
        "primaryIndustryName": "sample string 2",
        "primaryIndustryIcon": "sample string 3"
      },
      "notSecondaryIndustry": true,
      "secondaryIndustry": {
        "secondaryIndustryID": 1,
        "secondaryIndustryName": "sample string 2",
        "primaryIndustryID": 3
      },
      "notContactFunction": true,
      "contactFunction": {
        "contactFunctionID": 1,
        "contactFunctionName": "sample string 2",
        "primaryIndustryID": 3
      },
      "notPrimaryLeadSource": true,
      "primaryLeadSource": {
        "primaryLeadSourceID": 1,
        "primaryLeadSourceName": "sample string 2",
        "isWeb": true
      },
      "notPrimaryLeadType": true,
      "primaryLeadType": {
        "primaryLeadTypeID": 1,
        "primaryLeadTypeName": "sample string 2",
        "primaryLeadSourceID": 3
      },
      "notSubLeadType": true,
      "subLeadType": {
        "subLeadTypeID": 1,
        "subLeadTypeName": "sample string 2",
        "primaryLeadTypeID": 3
      },
      "notLeadTypeOther": true,
      "leadTypeOther": "sample string 11",
      "notSalesAssociate": true,
      "salesAssociate": {
        "salesAssociateID": 1,
        "salesAssociateName": "sample string 2"
      },
      "notCity": true,
      "city": "sample string 14",
      "notState": true,
      "state": {
        "stateID": 1,
        "stateName": "sample string 2",
        "stateAbvr": "sample string 3",
        "countryID": 4
      },
      "notZip": true,
      "zip": "sample string 17",
      "notCounty": true,
      "county": {
        "countyID": 1,
        "countyName": "sample string 2",
        "stateID": 3
      },
      "notCountry": true,
      "country": {
        "countryID": 1,
        "countryName": "sample string 2"
      },
      "tag": {
        "tagID": 1,
        "tagName": "sample string 2",
        "dateCreated": "2025-12-09T23:06:51.9896458-05:00"
      },
      "notTag": true
    },
    {
      "customerExportItemID": 1,
      "customerEnteredStart": "2025-12-09T23:06:51.988643-05:00",
      "customerEnteredEnd": "2025-12-09T23:06:51.988643-05:00",
      "notAccountType": true,
      "accountType": "sample string 3",
      "notPrimaryIndustry": true,
      "primaryIndustry": {
        "primaryIndustryID": 1,
        "primaryIndustryName": "sample string 2",
        "primaryIndustryIcon": "sample string 3"
      },
      "notSecondaryIndustry": true,
      "secondaryIndustry": {
        "secondaryIndustryID": 1,
        "secondaryIndustryName": "sample string 2",
        "primaryIndustryID": 3
      },
      "notContactFunction": true,
      "contactFunction": {
        "contactFunctionID": 1,
        "contactFunctionName": "sample string 2",
        "primaryIndustryID": 3
      },
      "notPrimaryLeadSource": true,
      "primaryLeadSource": {
        "primaryLeadSourceID": 1,
        "primaryLeadSourceName": "sample string 2",
        "isWeb": true
      },
      "notPrimaryLeadType": true,
      "primaryLeadType": {
        "primaryLeadTypeID": 1,
        "primaryLeadTypeName": "sample string 2",
        "primaryLeadSourceID": 3
      },
      "notSubLeadType": true,
      "subLeadType": {
        "subLeadTypeID": 1,
        "subLeadTypeName": "sample string 2",
        "primaryLeadTypeID": 3
      },
      "notLeadTypeOther": true,
      "leadTypeOther": "sample string 11",
      "notSalesAssociate": true,
      "salesAssociate": {
        "salesAssociateID": 1,
        "salesAssociateName": "sample string 2"
      },
      "notCity": true,
      "city": "sample string 14",
      "notState": true,
      "state": {
        "stateID": 1,
        "stateName": "sample string 2",
        "stateAbvr": "sample string 3",
        "countryID": 4
      },
      "notZip": true,
      "zip": "sample string 17",
      "notCounty": true,
      "county": {
        "countyID": 1,
        "countyName": "sample string 2",
        "stateID": 3
      },
      "notCountry": true,
      "country": {
        "countryID": 1,
        "countryName": "sample string 2"
      },
      "tag": {
        "tagID": 1,
        "tagName": "sample string 2",
        "dateCreated": "2025-12-09T23:06:51.9896458-05:00"
      },
      "notTag": true
    }
  ]
}

application/xml, text/xml

Sample:
<CustomerExportViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameTimeBAL.ViewModels">
  <CreatedBy>sample string 6</CreatedBy>
  <CustomerSearchTerms>
    <CustomerSearchTerm>
      <AccountType>sample string 3</AccountType>
      <City>sample string 14</City>
      <ContactFunction>
        <ContactFunctionID>1</ContactFunctionID>
        <ContactFunctionName>sample string 2</ContactFunctionName>
        <PrimaryIndustryID>3</PrimaryIndustryID>
      </ContactFunction>
      <Country>
        <CountryID>1</CountryID>
        <CountryName>sample string 2</CountryName>
      </Country>
      <County>
        <CountyID>1</CountyID>
        <CountyName>sample string 2</CountyName>
        <StateID>3</StateID>
      </County>
      <CustomerEnteredEnd>2025-12-09T23:06:51.988643-05:00</CustomerEnteredEnd>
      <CustomerEnteredStart>2025-12-09T23:06:51.988643-05:00</CustomerEnteredStart>
      <CustomerExportItemID>1</CustomerExportItemID>
      <LeadTypeOther>sample string 11</LeadTypeOther>
      <NotAccountType>true</NotAccountType>
      <NotCity>true</NotCity>
      <NotContactFunction>true</NotContactFunction>
      <NotCountry>true</NotCountry>
      <NotCounty>true</NotCounty>
      <NotLeadTypeOther>true</NotLeadTypeOther>
      <NotPrimaryIndustry>true</NotPrimaryIndustry>
      <NotPrimaryLeadSource>true</NotPrimaryLeadSource>
      <NotPrimaryLeadType>true</NotPrimaryLeadType>
      <NotSalesAssociate>true</NotSalesAssociate>
      <NotSecondaryIndustry>true</NotSecondaryIndustry>
      <NotState>true</NotState>
      <NotSubLeadType>true</NotSubLeadType>
      <NotTag>true</NotTag>
      <NotZip>true</NotZip>
      <PrimaryIndustry>
        <PrimaryIndustryID>1</PrimaryIndustryID>
        <PrimaryIndustryIcon>sample string 3</PrimaryIndustryIcon>
        <PrimaryIndustryName>sample string 2</PrimaryIndustryName>
      </PrimaryIndustry>
      <PrimaryLeadSource>
        <IsWeb>true</IsWeb>
        <PrimaryLeadSourceID>1</PrimaryLeadSourceID>
        <PrimaryLeadSourceName>sample string 2</PrimaryLeadSourceName>
      </PrimaryLeadSource>
      <PrimaryLeadType>
        <PrimaryLeadSourceID>3</PrimaryLeadSourceID>
        <PrimaryLeadTypeID>1</PrimaryLeadTypeID>
        <PrimaryLeadTypeName>sample string 2</PrimaryLeadTypeName>
      </PrimaryLeadType>
      <SalesAssociate>
        <SalesAssociateID>1</SalesAssociateID>
        <SalesAssociateName>sample string 2</SalesAssociateName>
      </SalesAssociate>
      <SecondaryIndustry>
        <PrimaryIndustryID>3</PrimaryIndustryID>
        <SecondaryIndustryID>1</SecondaryIndustryID>
        <SecondaryIndustryName>sample string 2</SecondaryIndustryName>
      </SecondaryIndustry>
      <State>
        <CountryID>4</CountryID>
        <StateAbvr>sample string 3</StateAbvr>
        <StateID>1</StateID>
        <StateName>sample string 2</StateName>
      </State>
      <SubLeadType>
        <PrimaryLeadTypeID>3</PrimaryLeadTypeID>
        <SubLeadTypeID>1</SubLeadTypeID>
        <SubLeadTypeName>sample string 2</SubLeadTypeName>
      </SubLeadType>
      <Tag>
        <DateCreated>2025-12-09T23:06:51.9896458-05:00</DateCreated>
        <TagID>1</TagID>
        <TagName>sample string 2</TagName>
      </Tag>
      <Zip>sample string 17</Zip>
    </CustomerSearchTerm>
    <CustomerSearchTerm>
      <AccountType>sample string 3</AccountType>
      <City>sample string 14</City>
      <ContactFunction>
        <ContactFunctionID>1</ContactFunctionID>
        <ContactFunctionName>sample string 2</ContactFunctionName>
        <PrimaryIndustryID>3</PrimaryIndustryID>
      </ContactFunction>
      <Country>
        <CountryID>1</CountryID>
        <CountryName>sample string 2</CountryName>
      </Country>
      <County>
        <CountyID>1</CountyID>
        <CountyName>sample string 2</CountyName>
        <StateID>3</StateID>
      </County>
      <CustomerEnteredEnd>2025-12-09T23:06:51.988643-05:00</CustomerEnteredEnd>
      <CustomerEnteredStart>2025-12-09T23:06:51.988643-05:00</CustomerEnteredStart>
      <CustomerExportItemID>1</CustomerExportItemID>
      <LeadTypeOther>sample string 11</LeadTypeOther>
      <NotAccountType>true</NotAccountType>
      <NotCity>true</NotCity>
      <NotContactFunction>true</NotContactFunction>
      <NotCountry>true</NotCountry>
      <NotCounty>true</NotCounty>
      <NotLeadTypeOther>true</NotLeadTypeOther>
      <NotPrimaryIndustry>true</NotPrimaryIndustry>
      <NotPrimaryLeadSource>true</NotPrimaryLeadSource>
      <NotPrimaryLeadType>true</NotPrimaryLeadType>
      <NotSalesAssociate>true</NotSalesAssociate>
      <NotSecondaryIndustry>true</NotSecondaryIndustry>
      <NotState>true</NotState>
      <NotSubLeadType>true</NotSubLeadType>
      <NotTag>true</NotTag>
      <NotZip>true</NotZip>
      <PrimaryIndustry>
        <PrimaryIndustryID>1</PrimaryIndustryID>
        <PrimaryIndustryIcon>sample string 3</PrimaryIndustryIcon>
        <PrimaryIndustryName>sample string 2</PrimaryIndustryName>
      </PrimaryIndustry>
      <PrimaryLeadSource>
        <IsWeb>true</IsWeb>
        <PrimaryLeadSourceID>1</PrimaryLeadSourceID>
        <PrimaryLeadSourceName>sample string 2</PrimaryLeadSourceName>
      </PrimaryLeadSource>
      <PrimaryLeadType>
        <PrimaryLeadSourceID>3</PrimaryLeadSourceID>
        <PrimaryLeadTypeID>1</PrimaryLeadTypeID>
        <PrimaryLeadTypeName>sample string 2</PrimaryLeadTypeName>
      </PrimaryLeadType>
      <SalesAssociate>
        <SalesAssociateID>1</SalesAssociateID>
        <SalesAssociateName>sample string 2</SalesAssociateName>
      </SalesAssociate>
      <SecondaryIndustry>
        <PrimaryIndustryID>3</PrimaryIndustryID>
        <SecondaryIndustryID>1</SecondaryIndustryID>
        <SecondaryIndustryName>sample string 2</SecondaryIndustryName>
      </SecondaryIndustry>
      <State>
        <CountryID>4</CountryID>
        <StateAbvr>sample string 3</StateAbvr>
        <StateID>1</StateID>
        <StateName>sample string 2</StateName>
      </State>
      <SubLeadType>
        <PrimaryLeadTypeID>3</PrimaryLeadTypeID>
        <SubLeadTypeID>1</SubLeadTypeID>
        <SubLeadTypeName>sample string 2</SubLeadTypeName>
      </SubLeadType>
      <Tag>
        <DateCreated>2025-12-09T23:06:51.9896458-05:00</DateCreated>
        <TagID>1</TagID>
        <TagName>sample string 2</TagName>
      </Tag>
      <Zip>sample string 17</Zip>
    </CustomerSearchTerm>
  </CustomerSearchTerms>
  <DateCreated>2025-12-09T23:06:51.988643-05:00</DateCreated>
  <DateUpdated>2025-12-09T23:06:51.988643-05:00</DateUpdated>
  <Details>sample string 2</Details>
  <ExportName>sample string 1</ExportName>
  <PrimaryContactOnly>true</PrimaryContactOnly>
  <PrimaryLocationOnly>true</PrimaryLocationOnly>
  <UpdatedBy>sample string 7</UpdatedBy>
</CustomerExportViewModel>

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.