Create a User-Defined Hub Record
POST {{base_url}}/UDIC/:InfocenterArea
Use this endpoint to create a new record in a user-defined hub.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
requiredFieldValidation | string | Optional. |
The flag that indicates whether or not the validation for required screen designer fields is needed.
Use "N" if you want to bypass the validation. Otherwise, the default is "Y," which enforces the validation.
NOTE: This does not apply to required system fields. |
| startWorkflow
| string | | Optional.
The flag that indicates whether or not the trigger for a workflow is initiated.
Use "N" if you want to bypass the trigger. Otherwise, the default is "Y," which initiates the workflow. |
Request Body
{"UDIC_UID"=>"21232424", "desc_CustomCurrencyCode"=>"", "CustNumber"=>"00006", "CustName"=>"HUB02", "CustAddress1"=>"", "CustAddress2"=>"", "CustDate"=>"2019-01-10T00:00:00.000", "CustMarketingCampaign"=>"", "desc_CustMarketingCampaign"=>"", "CustFavorite"=>"DDCode3", "CustMemo"=>"Memo via Scheduled Workflow", "CustProject"=>"", "desc_CustProject"=>"", "CustEmployee"=>"", "desc_CustEmployee"=>"", "CustAmount"=>0, "CustS"=>"N", "CustMarried"=>"N", "CustWidowed"=>"Y", "CustDivorced"=>"N", "Cust1"=>"N", "Cust2"=>"Y", "CustAmount3"=>1, "CustAmountmin10"=>11, "CustCurrency"=>0, "CustFirm"=>"", "desc_CustFirm"=>"", "CreateUser"=>"ADMIN", "CreateDate"=>"2019-01-04T01:59:21.907", "ModUser"=>"ADMIN", "ModDate"=>"2019-01-04T01:59:21.907", "HasPhoto"=>0, "PhotoModDate"=>"", "UDICNumber"=>"00006", "UDICName"=>"HUB02"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: Created
[{"UDIC_UID":"21232424"}]