POST api/Party/CloseParty/{partyId}
Closes a party with the specified ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
partyId |
The ID of the party to close |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HTTP 200 if successful, HTTP 400 if validation fails
IOperationResultName | Description | Type | Additional information |
---|---|---|---|
IsSuccessful | boolean |
None. |
|
ValidationErrors | Dictionary of string [key] and string [value] |
None. |
|
Value | Object |
None. |
Response Formats
application/xml, text/xml
Sample:
<OperationResult> <IsSuccessful>False</IsSuccessful> <ValidationErrors /> <Value /> </OperationResult>
application/json, text/json
Sample:
{ "IsSuccessful": false, "ValidationErrors": {} }