POST api/transaction/addrelationship
Request Information
URI Parameters
None.
Body Parameters
AddRelationship| Name | Description | Type | Additional information |
|---|---|---|---|
| RelationshipId | integer |
None. |
|
| RelationshipName | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"relationshipId": 1,
"relationshipName": "sample string 2",
"userId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.