Trendsic Platform Service

<back to all web services

AgentRegistrationTempRequest

The following routes are available for this service:
POST,OPTIONS/v1/AgentRegistrationTemp
AgentRegistrationTemp Parameters:
NameParameterData TypeRequiredDescription
AgentRegistrationTempIdformintNo
ApplicationIdformstringNo
CompanyformstringNo
EINformstringNo
FirstNameformstringNo
MiddleNameformstringNo
LastNameformstringNo
Address1formstringNo
Address2formstringNo
CityformstringNo
StateformstringNo
ZipformstringNo
EmailformstringNo
HomePhoneformstringNo
CellPhoneformstringNo
WorkPhoneformstringNo
AgreeToDisclosuresformboolNo
AgreeToDateformDateTimeNo
PaidDateformDateTimeNo
AgentNumberformstringNo
Upline1NameformstringNo
Upline1formintNo
Upline2NameformstringNo
Upline2formintNo
RecruitedByformstringNo
CreatedDateformDateTimeNo
DOBformDateTime?No
SSNformstringNo
PasswordformstringNo
Upline1PercentformdecimalNo
Upline2PercentformdecimalNo
AgentIdformintNo
AccountNameformstringNo
AccountTypeformstringNo
AccountNumberformstringNo
AccountRoutingformstringNo
w9_1formstringNo
w9_2formstringNo
w9_3_1formstringNo
w9_3_2formstringNo
w9_3_3formstringNo
w9_3_4formstringNo
w9_3_5formstringNo
w9_3_6formstringNo
w9_3_7formstringNo
w9_3_8formstringNo
w9_4_1formstringNo
w9_4_2formstringNo
w9_5formstringNo
w9_6formstringNo
w9_7formstringNo
IsSecurityLicensedformboolNo
SecurityLicenseformstringNo
PositionformstringNo
SchoolformstringNo
DistrictformstringNo
StoreNameformstringNo
AgentRegistrationTempResponse Parameters:
NameParameterData TypeRequiredDescription
SuccessformboolNo
MessageformstringNo
ResponseStatusformResponseStatusNo
AgentRegistrationTempIdformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /v1/AgentRegistrationTemp HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"AgentRegistrationTempId":0,"ApplicationId":"String","Company":"String","EIN":"String","FirstName":"String","MiddleName":"String","LastName":"String","Address1":"String","Address2":"String","City":"String","State":"String","Zip":"String","Email":"String","HomePhone":"String","CellPhone":"String","WorkPhone":"String","AgreeToDisclosures":false,"AgreeToDate":"0001-01-01T00:00:00.0000000","PaidDate":"0001-01-01T00:00:00.0000000","AgentNumber":"String","Upline1Name":"String","Upline1":0,"Upline2Name":"String","Upline2":0,"RecruitedBy":"String","CreatedDate":"0001-01-01T00:00:00.0000000","DOB":"0001-01-01T00:00:00.0000000","SSN":"String","Password":"String","Upline1Percent":0,"Upline2Percent":0,"AgentId":0,"AccountName":"String","AccountType":"String","AccountNumber":"String","AccountRouting":"String","w9_1":"String","w9_2":"String","w9_3_1":"String","w9_3_2":"String","w9_3_3":"String","w9_3_4":"String","w9_3_5":"String","w9_3_6":"String","w9_3_7":"String","w9_3_8":"String","w9_4_1":"String","w9_4_2":"String","w9_5":"String","w9_6":"String","w9_7":"String","IsSecurityLicensed":false,"SecurityLicense":"String","Position":"String","School":"String","District":"String","StoreName":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Success":false,"Message":"String","ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"AgentRegistrationTempId":0}