POST api/Transaction?sourceDocument={sourceDocument}

Create a new transaction (with no version, branch, agency, or underwriter specified -- they all need to be implicit or come in the XML then) Remove content argument for generalizing to non-XML data (might be sending an encoded binary file. If I say XElement, it will expect XML)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sourceDocument

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.