Trendsic Platform Service

<back to all web services

SlotDistrictRequest

Requires Authentication
Required roles:Administrator, AdministratorRequires any of the roles:Agent, Administrator, Agent, Administrator, Agent, Administrator
The following routes are available for this service:
PUT,DELETE,OPTIONS/v1/SlotDistrict/{ID}
POST,OPTIONS/v1/SlotDistrict
SlotDistrictRequest Parameters:
NameParameterData TypeRequiredDescription
SlotDistrictbodySlotDistrictNo
IDpathintNo
SlotDistrict Parameters:
NameParameterData TypeRequiredDescription
IDformintNo
NameformstringNo
CountyformstringNo
DistrictIdformintNo
DistrictNameformstringNo
Address_PhysicalformstringNo
Address_MailingformstringNo
CityformstringNo
ZipformstringNo
Zip_4formstringNo
StateIdformintNo
StateformstringNo
PhoneformstringNo
NumEmployeesformdecimal?No
NumSchoolsformint?No
TypeformstringNo
Status_NLGformboolNo
Status_MidlandformboolNo
Status_Great_AmericanformboolNo
Status_VOYAformboolNo
MVPformint?No
RVPformint?No
SchoolsformList<SlotDistrictSchool>No
MilesAwayformdouble?No
HasCommentsformboolNo
SlotDistrictSchool Parameters:
NameParameterData TypeRequiredDescription
SchoolIdformlongNo
SchoolNameformstringNo
AgentListformList<SchoolAgent>No
SchoolAgent Parameters:
NameParameterData TypeRequiredDescription
AgentIdformintNo
AgentNameformstringNo
SlotDistrictApprovalIDformintNo
SlotDistrictResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
SlotDistrictformList<SlotDistrict>No

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

HTTP + OTHER

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

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

{"SlotDistrict":{"ID":0,"Name":"String","County":"String","DistrictId":0,"DistrictName":"String","Address_Physical":"String","Address_Mailing":"String","City":"String","Zip":"String","Zip_4":"String","StateId":0,"State":"String","Phone":"String","NumEmployees":0,"NumSchools":0,"Type":"String","Status_NLG":false,"Status_Midland":false,"Status_Great_American":false,"Status_VOYA":false,"MVP":0,"RVP":0,"Schools":[{"SchoolId":0,"SchoolName":"String","AgentList":[{"AgentId":0,"AgentName":"String","SlotDistrictApprovalID":0}]}],"MilesAway":0,"HasComments":false},"ID":0}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"SlotDistrict":[{"ID":0,"Name":"String","County":"String","DistrictId":0,"DistrictName":"String","Address_Physical":"String","Address_Mailing":"String","City":"String","Zip":"String","Zip_4":"String","StateId":0,"State":"String","Phone":"String","NumEmployees":0,"NumSchools":0,"Type":"String","Status_NLG":false,"Status_Midland":false,"Status_Great_American":false,"Status_VOYA":false,"MVP":0,"RVP":0,"Schools":[{"SchoolId":0,"SchoolName":"String","AgentList":[{"AgentId":0,"AgentName":"String","SlotDistrictApprovalID":0}]}],"MilesAway":0,"HasComments":false}]}