GET api/Party/OpenByRep/{repDID}
Get all open parties for a Rep
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
repDID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IPartyInfoViewModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
PartyGUID | string |
None. |
|
HostCustomerName | string |
None. |
|
RepDID | string |
None. |
|
RepDisplayName | string |
None. |
|
PartyDate | date |
None. |
|
PartyInfo | string |
None. |
|
IsClosed | boolean |
None. |
|
IsVoided | boolean |
None. |
|
IsPartyPersisted | boolean |
None. |
|
ProjectedAutoCloseDate | date |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.