createMemberForm

post

createMemberForm

This service provisions a new account and/or vehicle for a partner’s system.

Resource URL

https://api-sandbox.arity.com/services/roadside/v1/ars_provisioning_v1/formpost

Header Parameters


Name Values Description
Content-Type

Authorization
(required)

Bearer Token generated from OAuth API (client_credentials grant)

Request Body

{
1
{
2
    "partnerCode": "",
3
    "memberId": "",
4
    "assetIntegrationId": "",
5
    "productType": "",
6
    "firstName": "",
7
    "lastName": "",
8
    "address1": "",
9
    "address2": "",
10
    "city": "",
11
    "state": "",
12
    "zip": "",
13
    "emailAddress": "",
14
    "phone": "",
15
    "companyName": "",
16
    "make": "",
17
    "year": "",
18
    "vin": "",
19
    "effectiveEndDate": "",
20
    "milesPerTow": "",
21
    "numberOfEvents": "",
22
    "partnerPay": "",
23
    "serviceWeight": ""
24
}
 

HTTP Basic

OAuth 2.0

API Key

Reset

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Response Error Details

  • HTTP Code
    Error Code
    Description
  • 400
    400

    Bad Request response'

  • 401
    401

    Unauthorized response

  • 500
    500

    Service Error response

Resource Summary

Security

None

Category

Provisioning Services

Name Type Description
partnerCodestring(Reqired) Partner specific App id
memberIdstring(Required) Partner-specified unique identifier for the account. This can be a 10-digit phone number, policy number, VIN etc..
assetIntegrationIdstring(Required) Partner-specified unique identifier for the vehicle
productTypestring(Required) Partner-specified product identifier
firstNamestring(Required) First name of the vehicle contact
lastNamestring(Required) Last name of the vehicle contact
address1string(Reqired) Address for vehicle contact line 1.
address2string(Optional) Address for vehicle contact line 2.
citystring(Required) City for vehicle contact
statestring(Required) State for vehicle contact
zipstring(Optional) Zip code for vehicle contact
emailAddressstring(Optional) Email address of the vehicle contact
phonestring(Optional) Phone number for vehicle contact
companyNamestring(Optional) Company owning vehicle if not individual
makestring(Optional) Make of the vehicle
yearstring(Optional) Year of the vehicle
vinstring(Optional) VIN of the vehicle
effectiveEndDatestring(Optional) Date and time stamp for when customer is no longer considered 'Active' for roadside coverage benefit
milesPerTowstring(Optional) Mileage allowed for free towing
numberOfEventsstring(Optional) Number of events covered per year
partnerPaystring(Optional) Indicates that Partner pays cost of towing (0 or 1)
serviceWeightstring(Optional) Vehicle weight (1 = < 10,000 lbs, 2 = 10,000-20,000 lbs, 3 = > 20,000 lbs)
Name Type Description
statusstringThe HTTP status code
messagestringResults of operation
correlationIdstringInclude this value with any reported issues
memberIdstringMember ID that was passed in is returned

Working...

© 2019 Arity, LLC. All rights reserved.  | Privacy Policy | Terms of Use | Legacy APIs