POST api/Customer
Request Information
URI Parameters
None.
Body Parameters
CustomerTable| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleVIN | string |
None. |
|
| VehicleYear | string |
None. |
|
| VehicleMake | string |
None. |
|
| VehicleModel | string |
None. |
|
| VehicleTrim | string |
None. |
|
| LotName | string |
None. |
|
| VehicleEngine | string |
None. |
|
| VehicleColor | string |
None. |
|
| VehicleStyle | string |
None. |
|
| VehicleMiles | integer |
None. |
|
| LicensePlate | string |
None. |
|
| CustomerCode | integer |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Zip | string |
None. |
|
| Country | string |
None. |
|
| WorkPhone | string |
None. |
|
| HomePhone | string |
None. |
|
| CellPhone | string |
None. |
|
| string |
None. |
||
| JobTitle | string |
None. |
|
| EmployerName | string |
None. |
|
| EmployerAddress | string |
None. |
|
| EmployerCity | string |
None. |
|
| EmployerState | string |
None. |
|
| EmployerZip | string |
None. |
|
| EmployerCountry | string |
None. |
|
| DOB | date |
None. |
|
| SSN | string |
None. |
|
| DLN | string |
None. |
|
| LicenseState | string |
None. |
|
| Relation | string |
None. |
|
| SysDate | date |
None. |
|
| SysUser | string |
None. |
|
| IsSales | boolean |
None. |
|
| IsService | boolean |
None. |
|
| IsCRM | boolean |
None. |
|
| InHouseServiceCustomer | boolean |
None. |
|
| Flag | integer |
None. |
|
| Notes | string |
None. |
|
| IsFleet | boolean |
None. |
|
| IsParts | boolean |
None. |
|
| FaxNumber | string |
None. |
|
| IsTaxable | boolean |
None. |
|
| PrescreenCode | string |
None. |
|
| PrescreenOn | date |
None. |
|
| County | string |
None. |
|
| HousingStatus | string |
None. |
|
| TotalMonthsAtAddress | integer |
None. |
|
| TotalMonthsEmployed | integer |
None. |
|
| PreviousEmployerName | string |
None. |
|
| OtherIncomeSource | string |
None. |
|
| OtherIncomeAmount | decimal number |
None. |
|
| PreviousAddress | string |
None. |
|
| PreviousCity | string |
None. |
|
| PreviousState | string |
None. |
|
| PreviousZip | string |
None. |
|
| MonthlyIncome | integer |
None. |
|
| MortgageOrRent | integer |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| CurrentAddressId | globally unique identifier |
None. |
|
| CurrentEmploymentId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"VehicleVIN": "sample string 1",
"VehicleYear": "sample string 2",
"VehicleMake": "sample string 3",
"VehicleModel": "sample string 4",
"VehicleTrim": "sample string 5",
"LotName": "sample string 6",
"VehicleEngine": "sample string 7",
"VehicleColor": "sample string 8",
"VehicleStyle": "sample string 9",
"VehicleMiles": 1,
"LicensePlate": "sample string 10",
"CustomerCode": 11,
"FirstName": "sample string 12",
"MiddleName": "sample string 13",
"LastName": "sample string 14",
"Address": "sample string 15",
"City": "sample string 16",
"State": "sample string 17",
"Zip": "sample string 18",
"Country": "sample string 19",
"WorkPhone": "sample string 20",
"HomePhone": "sample string 21",
"CellPhone": "sample string 22",
"Email": "sample string 23",
"JobTitle": "sample string 24",
"EmployerName": "sample string 25",
"EmployerAddress": "sample string 26",
"EmployerCity": "sample string 27",
"EmployerState": "sample string 28",
"EmployerZip": "sample string 29",
"EmployerCountry": "sample string 30",
"DOB": "2025-10-27T17:20:03.9066805+00:00",
"SSN": "sample string 31",
"DLN": "sample string 32",
"LicenseState": "sample string 33",
"Relation": "sample string 34",
"SysDate": "2025-10-27T17:20:03.9066805+00:00",
"SysUser": "sample string 35",
"IsSales": true,
"IsService": true,
"IsCRM": true,
"InHouseServiceCustomer": true,
"Flag": 40,
"Notes": "sample string 41",
"IsFleet": true,
"IsParts": true,
"FaxNumber": "sample string 44",
"IsTaxable": true,
"PrescreenCode": "sample string 46",
"PrescreenOn": "2025-10-27T17:20:03.9066805+00:00",
"County": "sample string 47",
"HousingStatus": "sample string 48",
"TotalMonthsAtAddress": 49,
"TotalMonthsEmployed": 50,
"PreviousEmployerName": "sample string 51",
"OtherIncomeSource": "sample string 52",
"OtherIncomeAmount": 53.0,
"PreviousAddress": "sample string 54",
"PreviousCity": "sample string 55",
"PreviousState": "sample string 56",
"PreviousZip": "sample string 57",
"MonthlyIncome": 58,
"MortgageOrRent": 59,
"CustomerId": "aa34353b-ad61-445d-ba72-d6f2efcd76b8",
"CurrentAddressId": "c947f827-1687-4604-b390-2f9f69ae2b9f",
"CurrentEmploymentId": "ccca2e23-45bc-475c-ba14-85f124588af7"
}
application/xml, text/xml
Sample:
<CustomerTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.MPI.Business.Entities"> <Address>sample string 15</Address> <CellPhone>sample string 22</CellPhone> <City>sample string 16</City> <Country>sample string 19</Country> <County>sample string 47</County> <CurrentAddressId>c947f827-1687-4604-b390-2f9f69ae2b9f</CurrentAddressId> <CurrentEmploymentId>ccca2e23-45bc-475c-ba14-85f124588af7</CurrentEmploymentId> <CustomerCode>11</CustomerCode> <CustomerId>aa34353b-ad61-445d-ba72-d6f2efcd76b8</CustomerId> <DLN>sample string 32</DLN> <DOB>2025-10-27T17:20:03.9066805+00:00</DOB> <Email>sample string 23</Email> <EmployerAddress>sample string 26</EmployerAddress> <EmployerCity>sample string 27</EmployerCity> <EmployerCountry>sample string 30</EmployerCountry> <EmployerName>sample string 25</EmployerName> <EmployerState>sample string 28</EmployerState> <EmployerZip>sample string 29</EmployerZip> <FaxNumber>sample string 44</FaxNumber> <FirstName>sample string 12</FirstName> <Flag>40</Flag> <HomePhone>sample string 21</HomePhone> <HousingStatus>sample string 48</HousingStatus> <InHouseServiceCustomer>true</InHouseServiceCustomer> <IsCRM>true</IsCRM> <IsFleet>true</IsFleet> <IsParts>true</IsParts> <IsSales>true</IsSales> <IsService>true</IsService> <IsTaxable>true</IsTaxable> <JobTitle>sample string 24</JobTitle> <LastName>sample string 14</LastName> <LicensePlate>sample string 10</LicensePlate> <LicenseState>sample string 33</LicenseState> <LotName>sample string 6</LotName> <MiddleName>sample string 13</MiddleName> <MonthlyIncome>58</MonthlyIncome> <MortgageOrRent>59</MortgageOrRent> <Notes>sample string 41</Notes> <OtherIncomeAmount>53</OtherIncomeAmount> <OtherIncomeSource>sample string 52</OtherIncomeSource> <PrescreenCode>sample string 46</PrescreenCode> <PrescreenOn>2025-10-27T17:20:03.9066805+00:00</PrescreenOn> <PreviousAddress>sample string 54</PreviousAddress> <PreviousCity>sample string 55</PreviousCity> <PreviousEmployerName>sample string 51</PreviousEmployerName> <PreviousState>sample string 56</PreviousState> <PreviousZip>sample string 57</PreviousZip> <Relation>sample string 34</Relation> <SSN>sample string 31</SSN> <State>sample string 17</State> <SysDate>2025-10-27T17:20:03.9066805+00:00</SysDate> <SysUser>sample string 35</SysUser> <TotalMonthsAtAddress>49</TotalMonthsAtAddress> <TotalMonthsEmployed>50</TotalMonthsEmployed> <VehicleColor>sample string 8</VehicleColor> <VehicleEngine>sample string 7</VehicleEngine> <VehicleMake>sample string 3</VehicleMake> <VehicleMiles>1</VehicleMiles> <VehicleModel>sample string 4</VehicleModel> <VehicleStyle>sample string 9</VehicleStyle> <VehicleTrim>sample string 5</VehicleTrim> <VehicleVIN>sample string 1</VehicleVIN> <VehicleYear>sample string 2</VehicleYear> <WorkPhone>sample string 20</WorkPhone> <Zip>sample string 18</Zip> </CustomerTable>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |