PUT Setup/Funder/{funderID}?validateOnly={validateOnly}
Update funder
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
funderID |
FunderID of Funder to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
Funder data
FunderDTOName | Description | Type | Additional information |
---|---|---|---|
FunderID | integer |
None. |
|
FunderCode | string |
None. |
|
FunderName | string |
None. |
|
Type | FunderType |
None. |
|
IsClientOrderDemographicsEnabled | boolean |
None. |
|
Forms | Collection of FormFunderDTO |
None. |
|
Props | Collection of Object |
None. |
|
BusinessUnits | Collection of FunderBusinessUnitDTO |
None. |
|
Settings | Collection of EntitySettingDTO |
None. |
|
RecordState | RecordState |
None. |
|
GLCode | string |
None. |
|
AlternativeGLCodes | Collection of AlternativeDTO |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
|
FormBusinessUnitIDs | Collection of integer |
None. |
|
BusinessUnitIDs | Collection of integer |
None. |
|
PaymentTerms | integer |
None. |
|
AnyClientOrders | boolean |
None. |
|
StatementResidentReference | string |
None. |
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |