Firm
PUT
/firms/{firm}
This API call updates a Firm in SEI Trade.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
string |
|
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
firm |
Identifier of Firm to Update. |
string |
-
CodeDescription
-
201
Created- The request has been fulfilled.
-
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.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
Request Body
firm Identifier of Firm to Update. true
Working...
Firm
PUT
/firms/{firm}
This API call updates a Firm in SEI Trade.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
string |
|
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
firm |
Identifier of Firm to Update. |
string |
-
CodeDescription
-
201
Created- The request has been fulfilled.
-
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.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
Request Body
firm Identifier of Firm to Update. true
Working...
If you have created a Firm and want to update the record within your SEI Trade instance, send the full revised payload with a PUT request.
Firm
PUT
/firms/{firm}
This API call updates a Firm in SEI Trade.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
string |
|
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
firm |
Identifier of Firm to Update. |
string |
-
CodeDescription
-
201
Created- The request has been fulfilled.
-
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.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
Request Body
firm Identifier of Firm to Update. true
Working...
curl -X PUT \ https://api.seic.com/v1/trade/firms/1234\ -H 'appkey: gsedgaerhDSHGRSH\ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \ -H 'cache-control: no-cache' \ -H 'content-type: application/json' \ -d ' { "firm": "string", "firmName": "string", "userShare": true, "firmRoles": [ { "roleName": "string", "rolePermissions": { "viewPipeline": true, "editPipeline": true, "viewDetails": true, "editDetails": true, "submitRequests": true, "reviewApprove": true } } ] }'
Authorization: Bearer ADsgdnnkjnfdIKJN AppKey: gsedgaerhDSHGRSH Content-type: application/json
Content-Type: application/json Status: 201 Opportunities Created requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{ "data": { "firm": "string", "firmName": "string", "userShare": true, "firmRoles": [ { "roleName": "string", "rolePermissions": { "viewPipeline": true, "editPipeline": true, "viewDetails": true, "editDetails": true, "submitRequests": true, "reviewApprove": true } } ] } }
Firm
PUT
/firms/{firm}
This API call updates a Firm in SEI Trade.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
string |
|
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
firm |
Identifier of Firm to Update. |
string |
-
CodeDescription
-
201
Created- The request has been fulfilled.
-
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.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
Request Body
firm Identifier of Firm to Update. true
Working...
Firm
PUT
/firms/{firm}
This API call updates a Firm in SEI Trade.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
string |
|
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
firm |
Identifier of Firm to Update. |
string |
-
CodeDescription
-
201
Created- The request has been fulfilled.
-
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.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
Request Body
firm Identifier of Firm to Update. true
Working...
If you have created a Firm and want to update the record within your SEI Trade instance, send the full revised payload with a PUT request.
Firm
PUT
/firms/{firm}
This API call updates a Firm in SEI Trade.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
string |
|
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
firm |
Identifier of Firm to Update. |
string |
-
CodeDescription
-
201
Created- The request has been fulfilled.
-
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.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
Request Body
firm Identifier of Firm to Update. true
Working...
curl -X PUT \ https://api.seic.com/v1/trade/firms/1234\ -H 'appkey: gsedgaerhDSHGRSH\ -H 'authorization: Bearer ADsgdnnkjnfdIKJN' \ -H 'cache-control: no-cache' \ -H 'content-type: application/json' \ -d ' { "firm": "string", "firmName": "string", "userShare": true, "firmRoles": [ { "roleName": "string", "rolePermissions": { "viewPipeline": true, "editPipeline": true, "viewDetails": true, "editDetails": true, "submitRequests": true, "reviewApprove": true } } ] }'
Authorization: Bearer ADsgdnnkjnfdIKJN AppKey: gsedgaerhDSHGRSH Content-type: application/json
Content-Type: application/json Status: 201 Opportunities Created requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{ "data": { "firm": "string", "firmName": "string", "userShare": true, "firmRoles": [ { "roleName": "string", "rolePermissions": { "viewPipeline": true, "editPipeline": true, "viewDetails": true, "editDetails": true, "submitRequests": true, "reviewApprove": true } } ] } }
Firm
PUT
/firms/{firm}
This API call updates a Firm in SEI Trade.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
string |
|
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
string |
Name | Description | Data Type | Required |
---|---|---|---|
firm |
Identifier of Firm to Update. |
string |
-
CodeDescription
-
201
Created- The request has been fulfilled.
-
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.
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 |
This is the content type of the payload being passed. Valid value is application/json. |
X-SEIC-CURRENT-USER-CONTEXT |
Email address of the user authenticated into the application to view data. |
Request Body
firm Identifier of Firm to Update. true
Working...