Files

Create a new File object

post/files/create

Headers

X-Request-Idstring

Optional Request ID allows application developer to trace requests through the systems logs

X-Idempotency-Keystring

Idempotent key in the header which expires after 24 hours. These strings should contain enough entropy for to not collide with each other in your requests.

Request body

idstring

File ID

fedWireMessageFedWireMessage[] — unresolved $ref

Response

A JSON object containing a new File

idstring

File ID

fedWireMessageFedWireMessage[] required— unresolved $ref

Changes