Creates a new State
Success
Unauthorized
{- "state_Abbrev": "st",
- "all_States": "s",
- "apply_State_Tax": true,
- "calc_Interest_ACH_Business_Days": true,
- "calc_Interest_ACH_Prompt_Pay_Freq": 0,
- "calc_Interest_ACH_Prompt_Pay_Type": "s",
- "calc_Interest_Business_Days": true,
- "calc_Interest_Prompt_Pay_Freq": 0,
- "calc_Interest_Prompt_Pay_Type": "s",
- "default_Percentage_Election": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "state_Name": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Percentage_Election": true,
- "use_StateInterest_Settings": true
}
{- "data": {
- "state_Abbrev": "st",
- "all_States": "s",
- "apply_State_Tax": true,
- "calc_Interest_ACH_Business_Days": true,
- "calc_Interest_ACH_Prompt_Pay_Freq": 0,
- "calc_Interest_ACH_Prompt_Pay_Type": "s",
- "calc_Interest_Business_Days": true,
- "calc_Interest_Prompt_Pay_Freq": 0,
- "calc_Interest_Prompt_Pay_Type": "s",
- "default_Percentage_Election": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "state_Name": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Percentage_Election": true,
- "use_StateInterest_Settings": true
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a specific State.
Success
Unauthorized
{- "state_Abbrev": "st",
- "all_States": "s",
- "apply_State_Tax": true,
- "calc_Interest_ACH_Business_Days": true,
- "calc_Interest_ACH_Prompt_Pay_Freq": 0,
- "calc_Interest_ACH_Prompt_Pay_Type": "s",
- "calc_Interest_Business_Days": true,
- "calc_Interest_Prompt_Pay_Freq": 0,
- "calc_Interest_Prompt_Pay_Type": "s",
- "default_Percentage_Election": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "state_Name": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Percentage_Election": true,
- "use_StateInterest_Settings": true
}
{- "data": {
- "state_Abbrev": "st",
- "all_States": "s",
- "apply_State_Tax": true,
- "calc_Interest_ACH_Business_Days": true,
- "calc_Interest_ACH_Prompt_Pay_Freq": 0,
- "calc_Interest_ACH_Prompt_Pay_Type": "s",
- "calc_Interest_Business_Days": true,
- "calc_Interest_Prompt_Pay_Freq": 0,
- "calc_Interest_Prompt_Pay_Type": "s",
- "default_Percentage_Election": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "state_Name": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Percentage_Election": true,
- "use_StateInterest_Settings": true
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple State at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "state_Abbrev": "st",
- "all_States": "s",
- "apply_State_Tax": true,
- "calc_Interest_ACH_Business_Days": true,
- "calc_Interest_ACH_Prompt_Pay_Freq": 0,
- "calc_Interest_ACH_Prompt_Pay_Type": "s",
- "calc_Interest_Business_Days": true,
- "calc_Interest_Prompt_Pay_Freq": 0,
- "calc_Interest_Prompt_Pay_Type": "s",
- "default_Percentage_Election": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "state_Name": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Percentage_Election": true,
- "use_StateInterest_Settings": true
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}