Winsurtech File Junction makes it plain sailing for Carriers, MGAs, and Agencies to exchange diverse files en masse. Users may share or receive AL3 files, PDFs, Claim files, and documents of every kind.
Description:
Users have to provide their
Input Parameters:
Key (Body Parameters) |
Value |
Default Value |
|
eg: rebikac205@cmeinbox.com |
null |
password |
eg: abcdef@123 |
null |
Parameters Required (in the API):
Postman Screenshot:
Once the user logs in, the other endpoints can be used.
Description:
This endpoint furnishes the details of all connections of the user. The connection's name, type, CIN, WXID, official email, state, and city of the users are present in the generated output.
Postman Screenshot:
Description:
As the name specifies, this endpoint enables the users to send a connection request to a specific user, present on the platform. Users have to enter the official target-CIN and target-WXID of the user to connect.
Input Parameters:
Key (Body Parameters) |
Value |
Default Value |
target-CIN |
eg: CSY4H3KL7 |
null |
target-WXID |
eg: WX0483123 |
null |
Parameters Required (in the API):
Postman Screenshot:
Description:
This endpoint permits the users to accept the connection requests received. Users have to enter the request sender's sender-CIN and sender-WXID.
Input Parameters:
Key (Body Parameters) |
Value |
Default Value |
sender-CIN |
eg: MIP5JK6VB |
null |
sender-WXID |
eg: WX1206398 |
null |
Parameters Required (in the API) :
Postman Screenshot:
Description:
This endpoint presents to the users the connection requests received. Details like Sender's name, email, organization name, type, branch name, CIN, and WXID are accessible in the generated output.
Postman Screenshot:
Description:
Users can remove the optional connections, through this endpoint. Users are directed to enter the optional connection's target-CIN and target-WXID, to remove the connection.
Input Parameters:
Key (Body Parameters) |
Value |
Default Value |
target-CIN |
eg: CNA4B3PS7 |
null |
target-WXID |
eg: WX0223673 |
null |
Parameters Required (in the API):
Postman Screenshot:
Description:
Intending to upload a new file users, ought to use this endpoint. Users must provide a zip file in the 'input-file' parameter and the type of file they are providing. Users can choose the file type among AL3, eDoc, Claim, DBCD, Graphic, Text Document, and Other.
Although there can be multiple files in a single zip file that the user wishes to upload. But the users cannot upload multiple zip files at once.
Input Parameters:
Key (Body Parameters) |
Value |
Default Value |
input-file |
eg: ABC.zip |
null |
file-type |
eg: AL3/ eDoc/ Claim/ DBCD/ Graphic/ Text Document/ Other |
null |
extract |
yes/ no |
no |
Parameters Required (in the API):
Postman Screenshot:
Description:
This endpoint enables the users to upload and send the file to a particular connection. Users are required to provide the target-CIN and target-WXID of the required connection along with a zip file in the input-file parameter and the type of file among AL3, eDoc, Claim, DBCD, Graphic, Text Document, and Other in the file type parameter.
Input Parameter
Key (Body Parameters) |
Value |
Default Value |
target-CIN |
eg: AHXA59M9G |
null |
target-WXID |
eg: WX7142388 |
null |
input-file |
eg: DEF.zip |
null |
file-type |
eg: AL3/ eDoc/ Claim/ DBCD/ Graphic/ Text Document/ Other |
null |
extract |
yes/ no |
no |
Parameters Required (in the API):
Postman Screenshot:
Description:
Details of all the files sent by a user to a particular connection are provided by this endpoint. Users are required to provide details like the receiver-CIN and receiver-WXID of the receiver along with the from-date and to-date of the file sent.
Input Parameters:
Key (Body Parameters) |
Value |
Default Value |
---|---|---|
receiver-CIN |
eg: MIW8CK6HN |
null |
receiver-WXID |
eg: WX1306932 |
null |
from-date |
eg: 05-15-2024 |
null |
to-date |
eg: 06-30-2024 |
null |
Parameters Required (in the API):
Postman Screenshot:
Description:
This endpoint enables the users to fetch details of all files received by a user excluding already downloaded files. Users have to provide the from-date and to-date of the period, within which, the file is shared. To include already downloaded files, users need to enter the value as true for parameter included_already_downloaded.
Input Parameters:
Key (Body Parameters) |
Value |
Default Value |
from-date |
eg: 05-15-2024 |
null |
to-date |
eg: 06-30-2024 |
null |
included_already_downloaded |
eg: true/false |
false |
Parameters Required (in the API):
1.
2.
3.
Postman Screenshot:
Description:
To keep the data sorted or for any other reason, the users can archive the inessential documents by taking aid from this endpoint. This endpoint allows the users to archive the file if a user wishes to do so. Users must provide the file GUID of the file they are willing to archive.
Input Parameters:
Key (Body Parameters) |
Value |
Default Value |
file-guid |
eg: debe12ad-9196-11ed-ba8a-005056426d8c |
null |
Parameters Required (in the API):
Postman Screenshot:
Description:
Users can download their documents with the help of this endpoint. They have to provide the file id only, in the parameter named file-GUID, which will generate the output in an encrypted format. Users are required to download the generated output with a .zip extension.
Input Parameters:
Key (Body Parameters) |
Value |
Default Value |
file-guid |
eg: 6736e522-9198-11ed-a68f-11de24a4e6cf |
null |
Parameters Required (in the API):
Postman Screenshot: