POST api/Transaction?sourceDocument={sourceDocument}&agencyEIN={agencyEIN}&branchName={branchName}&underwriterName={underwriterName}
Create a new transaction (with no version specified -- defaults to "1.0") Remove content argument for generalizing to non-XML data (might be sending an encoded binary file. If I say XElement, it will expect XML)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
| Name | Description | Type | Additional information |
|---|---|---|---|
| sourceDocument | string |
Required |
|
| agencyEIN |
Could also be given in the XML, or inferred from user |
string |
Required |
| branchName | string |
Required |
|
| underwriterName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.