Transfers
POST
/transfers
Create a transaction representing a transfer for an investor from one product to another product.
Name | Description | Data Type | Required |
---|---|---|---|
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
string |
-
CodeDescription
-
202
Accepted-The request has been accepted for processing, but the processing may not be complete.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
Request Body
Working...
Transfers
POST
/transfers
Create a transaction representing a transfer for an investor from one product to another product.
Name | Description | Data Type | Required |
---|---|---|---|
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
string |
-
CodeDescription
-
202
Accepted-The request has been accepted for processing, but the processing may not be complete.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application.
Transfers
POST
/transfers
Create a transaction representing a transfer for an investor from one product to another product.
Name | Description | Data Type | Required |
---|---|---|---|
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
string |
-
CodeDescription
-
202
Accepted-The request has been accepted for processing, but the processing may not be complete.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
Request Body
Working...
#Described below is a sample request with a sample payload representing the required fields you would need in a POST request to create the pending transaction. curl -X POST\ https://api.seic.com/v1/transactions/transfers \ -H 'appkey: gsedgaerhDSHGRSH' \ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \ -H 'content-type: application/json' \ -d ' [{ "status": "string", "type": "string", "product": { "productExternalId": "string", "productType": "string" }, "investor": { "investorExternalId": "string" }, "dates": { "tradeDate": "2018-07-05T14:11:40.079Z", "docReceivedDate": "2018-07-05T14:11:40.079Z" }, "transferInSubProduct": { "subProductExternalId": "", "subProductType": "", "subProductSubType": "" }, "transferInInvestor": { "investorExternalId": "" } }]' #Described below is a sample request with a sample payload representing all the fields you can pass in a POST request to create the pending transaction. curl -X POST\ https://api.seic.com/v1/transactions/transfers \ -H 'appkey: gsedgaerhDSHGRSH' \ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \ -H 'content-type: application/json' \ -d '[{ "externalId": "string", "status": "string", "type": "string", "amount": 0, "currencyIsoCode": "string", "unitType": "string", "unitAmount": 0, "placementFees": 0, "notionalAmount": 0, "notesFromFirm": "string", "notesFromSei": "string", "clientType": "string", "copyNumber": "string", "product": { "productExternalId": "string", "productType": "string", "shareClass": "string", "subProductExternalId": "string", "subProductType": "string", "subProductSubType": "string" }, "investor": { "investorExternalId": "string" }, "dates": { "tradeDate": "2018-07-05T14:11:40.079Z", "docReceivedDate": "2018-07-05T14:11:40.079Z", "proceedsReceivedDate": "2018-07-05T14:11:40.079Z" }, "attributes": { "investmentTermType": "", "standardDate":"2018-07-05T14:11:40.079Z", "instPcgType": "" }, "transferInSubProduct": { "subProductExternalId": "", "subProductType": "", "subProductSubType": "" }, "transferInInvestor": { "investorExternalId": "" } }]'
Authorization: Bearer ADsgdnnkjnfdIKJN AppKey: gsedgaerhDSHGRSH Content-type: application/json
Content-Type: application/json Status: 202 Accepted requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{ "data": { "jobStatusQueryKey": "string" } }
Transfers
POST
/transfers
Create a transaction representing a transfer for an investor from one product to another product.
Name | Description | Data Type | Required |
---|---|---|---|
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
string |
-
CodeDescription
-
202
Accepted-The request has been accepted for processing, but the processing may not be complete.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
Request Body
Working...
Transfers
POST
/transfers
Create a transaction representing a transfer for an investor from one product to another product.
Name | Description | Data Type | Required |
---|---|---|---|
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
string |
-
CodeDescription
-
202
Accepted-The request has been accepted for processing, but the processing may not be complete.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application.
Transfers
POST
/transfers
Create a transaction representing a transfer for an investor from one product to another product.
Name | Description | Data Type | Required |
---|---|---|---|
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
string |
-
CodeDescription
-
202
Accepted-The request has been accepted for processing, but the processing may not be complete.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
Request Body
Working...
#Described below is a sample request with a sample payload representing the required fields you would need in a POST request to create the pending transaction. curl -X POST\ https://api.seic.com/v1/transactions/transfers \ -H 'appkey: gsedgaerhDSHGRSH' \ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \ -H 'content-type: application/json' \ -d ' [{ "status": "string", "type": "string", "product": { "productExternalId": "string", "productType": "string" }, "investor": { "investorExternalId": "string" }, "dates": { "tradeDate": "2018-07-05T14:11:40.079Z", "docReceivedDate": "2018-07-05T14:11:40.079Z" }, "transferInSubProduct": { "subProductExternalId": "", "subProductType": "", "subProductSubType": "" }, "transferInInvestor": { "investorExternalId": "" } }]' #Described below is a sample request with a sample payload representing all the fields you can pass in a POST request to create the pending transaction. curl -X POST\ https://api.seic.com/v1/transactions/transfers \ -H 'appkey: gsedgaerhDSHGRSH' \ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \ -H 'content-type: application/json' \ -d '[{ "externalId": "string", "status": "string", "type": "string", "amount": 0, "currencyIsoCode": "string", "unitType": "string", "unitAmount": 0, "placementFees": 0, "notionalAmount": 0, "notesFromFirm": "string", "notesFromSei": "string", "clientType": "string", "copyNumber": "string", "product": { "productExternalId": "string", "productType": "string", "shareClass": "string", "subProductExternalId": "string", "subProductType": "string", "subProductSubType": "string" }, "investor": { "investorExternalId": "string" }, "dates": { "tradeDate": "2018-07-05T14:11:40.079Z", "docReceivedDate": "2018-07-05T14:11:40.079Z", "proceedsReceivedDate": "2018-07-05T14:11:40.079Z" }, "attributes": { "investmentTermType": "", "standardDate":"2018-07-05T14:11:40.079Z", "instPcgType": "" }, "transferInSubProduct": { "subProductExternalId": "", "subProductType": "", "subProductSubType": "" }, "transferInInvestor": { "investorExternalId": "" } }]'
Authorization: Bearer ADsgdnnkjnfdIKJN AppKey: gsedgaerhDSHGRSH Content-type: application/json
Content-Type: application/json Status: 202 Accepted requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{ "data": { "jobStatusQueryKey": "string" } }
Transfers
POST
/transfers
Create a transaction representing a transfer for an investor from one product to another product.
Name | Description | Data Type | Required |
---|---|---|---|
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
string |
-
CodeDescription
-
202
Accepted-The request has been accepted for processing, but the processing may not be complete.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The SEI server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
state |
This specifies the transaction state. Valid value is pending. If this parameter is not passed the default state of transactions being created is pending. |
Authorization |
access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Valid value is application/json. This defines the content type of the request payload accepted by the API. |
Request Body
Working...